@charset "utf-8";
html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
	background:#696969 url(../../images/main_bg.jpg) top left repeat-x;;
}
#header1 {
	height:152px;
	width:100%;
	background-image:url(../../images/header-bg.jpg);
}
#main_content{
	width:818px;
	height:100%;
	background:url(../../images/content_bg.jpg) repeat-x;
	margin:0 auto;
}
#contain1{
	width:478px;
	float:left;
	background-color:#FFF;
	margin:10px 0px 10px 10px;
	padding:10px;
}
#contain2{
	width:270px;
	float:left;
	background-color:#FFF;
	margin:10px 10px 10px 10px;
	padding:10px;
}
#contain3{
	width:778px;
	float:left;
	background-color:#FFF;
	margin:10px 10px 10px 10px;
	padding:10px;
}
#shadow_bottom{
	width:906px;
	height:43px;
	background:url(../../images/bottom_shadow.png);
	margin:0 auto;
	font-size:10px;
}
#footer1{
	margin:0px auto;
	width:300px;
	text-align:center;
}
#footer1 p{
	padding-top:3px;
	padding-left:47px;
	margin:0px;
	float:left;
	color:#D7D7D7;
	
}
#design{
	margin:0px 0px 0px 0px;
	padding-right:40px;
	width:89px;
	height:40px;
	float:right;
	display:none;
}
#advert{
	width:466px;
	height:66px;
	margin:auto;
	margin-bottom:10px;
	background-color:#D7D7D7;
	padding:3px;
}
.cleardiv{
	margin:0px;
	padding:0px;
	clear:both;
}
h1{
	font-size:18px;
	color:#c80000;
	margin:0px;
	padding:0px;
}
h3{
	font-size:10px;
	color:#000;
	margin:0px;
	padding:0px;
}
p{
	font-size:12px;
	color:#000;
	padding:0px 0px 0px 0px;
}

/* Navigation (DO NOT EDIT)--------------------------------------------------------------- */
.topmenu{
	width: 876px;
	margin:auto;
}
#nav1{
background:url(../../images/navigation.jpg) no-repeat;
width:876px;
height:150px;
margin:0;
padding:0;
}
#nav1 span{
display: none;
}
#nav1 li, #nav1 a{
height:150px;
display:block;
}
#nav1 li {
float:left;
list-style:none;
display:inline;
}
#image0 {width: 245px;}
#image1 {width: 95px;}
#image2 {width: 110px;}
#image3 {width: 135px;}
#image4 {width: 92px;}
#image5 {width: 98px;}
#image6 {width: 101px;}

#image0 a:hover {background:url(../../images/navigation_rollover.jpg) 0px 0px no-repeat; }
#image1 a:hover {background:url(../../images/navigation_rollover.jpg) -245px 0px no-repeat; }
#image2 a:hover {background:url(../../images/navigation_rollover.jpg) -340px 0px no-repeat; }
#image3 a:hover {background:url(../../images/navigation_rollover.jpg) -450px 0px no-repeat; }
#image4 a:hover {background:url(../../images/navigation_rollover.jpg) -585px 0px no-repeat; }
#image5 a:hover {background:url(../../images/navigation_rollover.jpg) -677px 0px no-repeat; }
#image6 a:hover {background:url(../../images/navigation_rollover.jpg) -775px 0px no-repeat; }

/*End of Navigation  ---------------------------------------------------------------------------------------------*/




/* Content Shadow (DO NOT EDIT)--------------------------------------------------------------- */
#shadow{
	width:906px;
	background:url(../../images/shadow.png);
	margin:0 auto;
}
/*End of Content Shadow  ---------------------------------------------------------------------------------------------*/

/*
Copyright (C) 2005 Noah Medling

This program is licensed under the GNU General Public License, version 2,
as published by the Free Software Foundation, June 1991. For details, see
LICENSE.txt
*/
#root{
	text-align: left;
	margin: 0 auto;
	max-width: 100%;
	width: 778px;
	padding: 0;
}
#header{
	margin: 0 0 1em 0;
	padding: 1em;
	border-bottom: 1px solid #000;
}
#header p{
		margin: 0;
		padding: 0;
		font-variant: small-caps;
	}
#navigation{
	float: left;
	margin: 1em 0 1em 1em;
	padding: 0;
	width: 8em;
	display: inline;
}
	#navigation ul{
		list-style-type: none;
		padding: 0;
		margin: 0 0 1em 0;
	}
	#navigation li.separator{
		padding-top: 1em;
		font-variant: small-caps;
	}
	#navigation li.link, #navigation li.page{
		padding-left: 1em;
	}
	#navigation li a{
		color:#c80000;
		text-decoration: none;
	}
	#navigation li a:hover{
		color:#c80000;
		text-decoration: underline;
	}
		
#content{
	margin: 0 1em 1em 10em;
	padding: 0 0 0 0;
}
	#content h1{
		font-size: 150%;
		font-weight: normal;
		font-variant: small-caps;
		border-bottom: 1px solid #bcd;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	#content p{
		margin: 0.5em 0 1em 0;
	}
	#content form{
		margin: 0;
		padding: 0;
	}


#footer{
	display:none;
}
	#footer p{
		margin: 0;
		padding: 0;
	}

.post{
	margin: 0 0 2em 0;
}
.post .post_title{
	font-size: 14px;
	color:#c80000;
	font-weight:bold;
	border-bottom: 1px solid #bcd;
}
.post .post_head{
	font-size:10px;
	font-weight:bold;
	color:#000;
	padding-bottom:5px;
}
.post .post_body{
	font-size:12px;
}
.post .post_foot{
	text-align: right;
	font-size: 80%;
	color: #567;
}

.comment{
	padding: 0.5em;
	margin: 0.5em 0 1.5em 0;
}
.comment .comment_head{
	font-size: 80%;
	color: #567;
	border-bottom: 1px solid #bcd;
}
.comment .comment_body{
}
.moderated{
	background: #def;
}
.moderated .comment_head{
	color: #345;
}

fieldset{
	border: 1px solid #bcd;
	padding-left: 0.75em;
	padding-right: 0.75em;
}
legend{
	color: #000;
	font-variant: small-caps;
}
p.message{
	border: 1px solid #bcd;
	padding: 0.25em;
	background: #eff;
}
p.error{
	border: 1px solid #f98;
	padding: 0.25em;
	background: #fed;
}
div.archive_header{
	border-bottom: 1px solid #bcd;
	margin: 0;
	padding: 0;
}
div.archive_description{
	margin: 0 0 2em 0;
	padding: 0;
}
ul.archive{
	list-style-type: disc;
	padding: 0 0 0 1.25em;
	margin: 1.5em 0 0 0;
}
ul.archive ul{
	list-style-type: circle;
	padding: 0 0 0 1.25em;
	margin-bottom: 1em;
	margin: 0;
}
ul.archive div.viewbox{
	padding-bottom: 0.125em;
	border-bottom: 1px solid #bcd;
}
ul.archive a.viewlink{
	float: right;
}
a:link, a:visited{
	color:#c80000;
	text-decoration: none;
}
a:active, a:hover{
	color:#c80000;
	text-decoration: underline;
}
hr{
	height: 1px;
	padding:0;
	color: #000;
	background: #000;
	padding: 0;
	border: 0;
}

