body {
	font-family: verdana, tahoma, arial;
	background: #809ab1 url(images/bg_blue.gif) repeat-x;
	font-size: 12pt;
	text-align: center;
	min-width: 770px;

}


h3 {
	padding-left: 10px;
}

h2 {
	text-align: center;
	margin-top: 40px;
	width: 100%;
	border-bottom: 2px solid black;
}



#header {
	border: 1px solid black;
	background: black url(images/headerbg.jpg) no-repeat right bottom;
	color: white;
	font-size: 2.6em;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-top: 5px;

}

#header_links {
	background: gray;
	padding-left: 10px;
	padding-bottom: 5px;
}






#header_links li {
	display: inline;
	margin: 5px;
	background: black;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-weight: bold;

}
#header_links A:link {
	text-decoration: none;
	color: white;
}
#header_links A:visited {
	text-decoration: none;
	color: white;
}
#header_links A:active {
	text-decoration: none;
	color: white;
}
#header_links A:hover {
	text-decoration: none;
	color: #b0b0b0;
}


.both {
	clear: both;
}

#main_content {
	margin:0 auto;
	width:770;
	text-align: left;
	background: white;
	border: 5px solid black;
}


p.main{
	background: #e8e8e8;
	margin: 10px;
	padding: 20px;
	font-weight: bold;
	font-size: 1em;
}

p {
	margin: 15px;
	margin-left: 20px;
	font-size: .9em;
}


p img {
	margin: 2px;
	
}



a:link img {
	border-color: #000000;
}



a:visited img {
	border-color: #000000;
}




a:alink img {
	border-color: #000000;
}



.video {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.ad {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.cimage {

	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}









.comment_container{
	text-align: left;
	padding: 10px;
}






A:link {text-decoration: underline; color: black;}
A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: underline; color: black;}
A:hover {text-decoration: underline; color: black;}



.comment{
	border: 1px solid black;
	width: 100%;
	margin-bottom: 10px;
	background-color: #f5f5ff;

}



.left_postbit{
	float: left;
	width: 100%;
	border-bottom: 1px solid black;
}

.right_postbit{
	float: left;
	text-align: left;
}

.comment_username{
	font-weight: bold;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.comment_date{
	text-align: left;
	float: right;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.comment_text{
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
}

.comment_text img{
	margin-botton: 10px;
	margin-right: 10px;
}



.comment_form{
	margin-left: 2em;
}

.submit_connent_text{
	font-weight: bold;
	text-align: center;
	margin: 1em;
}

.hit_counter{
	text-align: center;
	width: 100%;
	font-size: .7em;
}

.hidden{
	display: none;
}


.form_message_textarea{
	width: 95%;
}





.code{
	position: relative;
	overflow:auto;
	border: 1px solid black;
	background: #FFFFDD;
	width: 700px;
	max-width: 700px;
	max-height: 500px;
	font-size: 12px;
	margin: 15px;
	padding: 5px;
}