body {
	background-color: #B7BCB5;
	margin: 0;
	font-family: tahoma;
	font-size: 0.8em;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}


#frame {
	background: url('background.jpg');
	width: 1000px; height: 600px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#header {
	height: 35px;
	width: 640px;
	position: absolute;
	top: 20px; right: 100px;
	padding: 55px 0 0 10px;
}

h1 {
	font-size: 1.8em;
	color: #fff;
	font-family: times;
	text-transform: uppercase;
}

#textarea {
	position: absolute;
	top: 120px; right: 100px;
	width: 610px; height: 400px;
	padding: 40px 20px 20px 20px;
	overflow: auto;
}

p {
	color: #464646;
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.list {
	color: #464646;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	margin: 0; padding: 0 0 0 30px;
}

#menu {
	position: absolute;
	top: 200px; left: 50px;
	width: 200px;
	padding: 0;
	border-top: 3px solid #8F978B;
	border-bottom: 2px solid #B7BCB5;
}

.menulinks a, .menulinks a:visited {
	display: block;
	height: 30px;
	border-top: 2px solid #B7BCB5;
	border-bottom: 3px solid #8F978B;
	padding: 10px 0 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #AE2221;
}

.menulinks a:hover {
	background: #fff;
	color: #000;
}

#logo {
	position: absolute;
	top: 60px; left: 80px;
	width: 125px; height: 125px;
}

#thara {
	position: absolute;
	bottom: 30px; left: 50px;
	width: 70px; height: 10px;
}

#rightmenu {
	position: absolute;
	top: 320px; right: 30px;
	background: url('rightmenu.jpg') no-repeat;
	width: 195px; height: 100px;
	padding: 25px 0 0 25px;
}

.rightmenulinks {
	line-height: 23px;
}

.rightmenulinks a {
	color: #F9962D;
	text-decoration: underline;
	font-size: 12px;
}

.rightmenulinks a:hover {
	color: #F9962D;
	text-decoration: underline;
	font-size: 12px;
}

#main_area {
	position: relative;
	top: 190px; left: 0;
	background: url('mainback.jpg') no-repeat;
	background-color: #fff;
	width: 800px; min-height: 350px; height: auto;
	padding: 8px 50px 25px 50px;
}

#text_in {
	width: 620px;
	padding: 10px;
}

#sidebar {
	position: absolute;
	top: 8px; right: 50px;
	width: 130px;
	padding: 10px;
	font-size: 11px;
	border-left: 1px solid #D6D6D4;
}

.sidebartext {
	font-size: 1.2em;
	line-height: 20px;
	color: #656565;
}

.sidebartext a, .sidebartext a:visited {
	color: #FF7F00;
	text-decoration: none;
}

.sidebartext a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

#footer {
	width: 780px; height: 25px;
	padding: 15px 30px 0 30px;
	text-align: left;
	position: absolute;
	bottom: 0; left: 0;
	color: #D4D3D1;
	font-size: 11px;
	background: url('footer.jpg');
}

.thara {
	float: right;
	margin: 0;
}

#textarea_bottom {
	padding: 5px 0 15px 0;
	height: 30px; width: 704px;
	margin: 0 auto;
}

.interactive {
	color: #656565;
	font-size: .9em;
}