* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}


body {
	background:url(images/bg.png) #7a858b repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#525252;
}

a, a:visited {
	color:#1b6c78;
	text-decoration:none;
}

a:hover {
	color:#51dff4;
}

textarea, input {
	color:#5e5e5e;
	border:1px solid #a3a3a3;
	background:#cbcbcb;
}

a img { border:0; }

#container {min-height: 100%;}

#site{
	margin:0 auto;
	width:850px;
	padding-bottom:75px;
}

#top_ad{
	float:right;
	margin:25px 0 0 0;
	padding:4px;
	border:1px solid #3e484e;
	background:#475158;
}

img#logo {
	float:left;
	height:110px;
}

#top_nav {
	clear:left;
	padding:6px 0 0 0;
}

#top_nav ul  li {
	height:30px;
	list-style-type:none;
	display:block;
	float:left;
}

#top_nav ul li a, #top_nav ul li a:visited {
	padding: 7px;
	font-size:8pt;
	font-weight:700;
	color:#ecf6e7;
	border-right:1px solid #545c61;
}

#top_nav ul li a:hover {
	color:#fff;
	background:#91c73c;
}

#content_wrapper {
	clear:both;
	padding:2px 0 0 0;
}

#left {
	float:left;
	width:160px;
}

#right {
	float:right;
	width:160px;
}

#middle {
	margin:0 160px 0 160px;
}

#footer {
	clear:both;
	position:relative;
	margin-top: -75px;
	height:75px;
	background:#34393b;
}

#footer_inside {
	margin:0 auto;
	padding:5px 0;
	width:800px;
}

#footer_inside p {
	background:#2a3133;
	width:300px;
	height:55px;
	padding:5px;
	color:#898989;
}

.menu { margin:0 8px 8px 0; }
* html .menu { margin:0 4px 8px 0; }


.menu h2, #friends h2, #poll h2 {
	font-size:8pt;
	padding:5px;
	color:#fff;
	background:#54585a;
	border-right:4px solid #44494c;
}

.menu ul li { 
	list-style-type:none;
	color:#81878d;
}

.menu ul li a, .menu ul li a:visited {
	font-weight:700;
	display:block;
	padding:5px;
	background:#82898e;
	color:#e2e2e2;
	font-size:8pt;
	border-bottom:1px solid #687278;
	border-right:4px solid #687278;
	border-left:1px solid #687278;
}

.menu ul li a:hover {
	color:#fff;
	background:#8ac039;
	border-bottom:1px solid #639334;
	border-right:4px solid #639334;
	border-left:1px solid #639334;
}

#friends, #poll {
	background:#82898e;
	margin:0 0 8px 8px;
	padding:0 0 4px 0;
	border-bottom:4px solid #54585a;
}

* html #friends, * html #poll { margin:0 0 8px 4px; }

#friends h2, #poll h2 { border:0;}

#friends ul {
	margin:2px 0 0 25px;
	list-style-type:circle;
	font-size:9pt;
}

#friends ul li{
	color:#ffa200;
}

#friends ul li a, #friends ul li a:visited {
	color:#e2e2e2;
	font-weight:700;
}

#friends ul li a:hover {
	color:#38434a;
}

p.poll_item {
	background:#a2a9ad;
	padding:3px;
	color:#494a4a;
	margin:4px 4px 0 4px;
}

.poll_submit {
	border:3px solid #687278;
}

#right_ad {
	padding:5px 0;
	text-align:center;
	border-top:2px solid #687278;
}

.messages {
	border:2px solid #dcbd7b;
	background:#f4e1b3;
	padding:5px;
	margin:0 0 8px 0;
	color:#8a7b58;
	overflow:hidden;
	height:100%;
}

.news, #err, #form {
	margin:0 0 8px 0;
	overflow:hidden;
	padding:5px;
	background:#e2e2e2;
	border-top:4px solid #d2d2d2;
	border-bottom:4px solid #d2d2d2;
	height:100%;
}

.news h2 {
	font-size:11pt;
	color:#454d52;
}

.news_head {
	border-bottom:1px solid #d6d6d6;
	margin:0 0 5px 0;
}

span.news_date {
	color:#a4a4a4;
	font-size:8pt;
}

.news img, #err img {
	background:#dedede;
	padding:3px;
	border:1px solid #d7d7d7;
	margin:0 3px 0 0;
}

.ad {
	background:#d7d7d7;
	padding:4px;
	text-align:center;
	margin:8px 8px 8px 0;
}

#dacontrol ul {
	background:#798c91;
	padding:0 0 0 6px;
	height:25px;
	line-height:23px;
	list-style-type:none;
}

#dacontrol ul li {
	display:inline;
}

#dacontrol li a, #dacontrol li a:visited {
	display:block;
	color:#4e4e4e;
	float:left;
	width:auto;
	font-weight:700;
	font-size:8pt;
	border-right:solid 1px #5b5b5b;
	padding:1px 5px 1px 5px;
}

#dacontrol li a:hover {
	background:#4c5b6f;
	color:#fff;
}

.tab {
	padding:2px;
	background:#858585;
} 

.tab2 {
	padding:2px;
	background:#a5a5a5;
}

#comment_wrapper {
	background:#667279;
	overflow:hidden;
	padding:0 4px 4px 4px;
}

h2#comment_wrapper_head {
	font-size:10pt;
	color:#e2e2e2;
	margin:8px 0 0 0;
	line-height:12px;
}

img#comment_wrapper_head {
	float:left;
	margin:3px 6px 3px 3px;
}

.comments {
	margin:4px 0 0 0;
	clear:left;
	background:#a2a9ad;
	padding:3pt;
}

.comments h2 {
	font-size:8pt;
	color:#40464a;
	margin:0 0 3px 0;
}
 
.comments p {
	padding:3pt;
	background:#c5cbce;
}

#comment_form_wrapper {
	margin:8px 0;
	overflow:hidden;
	height:100%;
	background:#667279;
	padding:0 4px 4px 4px;
} 

#comment_form {
	background:#a2a9ad;
	padding:4px 0 4px 4px;
	margin:8px 0 0 0;
}

#comment_form h2 {
	font-size:8pt;
	text-align:left;
	height:25px;
	line-height:25px;
	background:#99a6a9;
	color:#676767;
	margin:0 0 3px 0;
	padding:0 4px 0 4px;
}

p#name_field, p#email_field, p#text_field  {
	float:left;
	padding:3px 4px 4px;
	margin:0 4px 4px 0;
	background:#c5cbce;
}

p#name_field input, p#email_field input, p#text_field textarea { 
	background:#babfc2; 
	border:1px solid #a0a9ae;
}

p#name_field input, p#email_field input { width:245px; }
* html p#name_field input, * html  p#email_field input { width:241px; }
p#text_field textarea { width:504px; background:#babfc2; }
* html p#text_field textarea { width:496px; }

input#hidden_field { display:none; }

#err  h2 {
	font-size:12pt;
	color:#b60d0d;
}


.editor {
	font-family: verdana, arial, sans-serif;
	font-size:13px;
	padding: 5px;
	background: #d5e8f9;
	border: 1px solid #e5ecf9;
	

}

.button {
margin: 1px;
padding: 2px;
}


.ed {
width: 400px;
height: 150px;
}