@charset "UTF-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image:url(../images/main_bg.gif);
	background-position:top center;
}
h2 {
	margin:0px 0px 5px 0px;
	color:#A8C81F;
	font-size:110%;
}
img {
	border:none;
	padding:5px 0px 5px 0px;
}
.clear {
	clear:both;
}
#body {
	background-image:url(../images/main_bg_top.gif);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
	margin-bottom:20px;
}
#container {
	width:760px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:left;
}
#container #title {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/title_1.png);
	width:25px;
	height:163px;
}
#container #nav {
	position:absolute;
	left:615px;
	top:163px;
	font-size:75%;
	text-align:left;
}
#container #nav h3{
	margin:0px;
	padding:5px 0px 0px 10px;
	font-size:85%;
	color:#FFFFFF;
}
#nav1{
	background-image:url(../images/tab_01.png);
	background-repeat:no-repeat;
	width:148px;
	height:26px;
}
#nav2{
	background-image:url(../images/tab_2.png);
	background-repeat:no-repeat;
	width:148px;
	height:26px;
}
#nav3{
	background-image:url(../images/tab_3.png);
	background-repeat:no-repeat;
	width:148px;
	height:26px;
}
#nav4{
	background-image:url(../images/tab_4.png);
	background-repeat:no-repeat;
	width:148px;
	height:26px;
}
#nav5{
	background-image:url(../images/tab_5.png);
	background-repeat:no-repeat;
	width:148px;
	height:26px;
}
#container #nav ul {
	margin:2px 0px 5px 0px;
	padding:0px;
}
#container #nav ul li {
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style:none;
}
#container #nav ul li a{
	text-decoration:none;
	color:#333;
}
#container #nav ul li a:hover{
	text-decoration:none;
	color:#666;
}
#container #header {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	height:160px;
}
#container #page {
	text-align:left;
	margin-left:20px;
	width:600px;
	background-image:url(../images/page_bg.png);
	background-repeat:repeat-y;
}
#container #page_bottom {
	margin-top:30px;
	width:610px;
	height:5px;
	background-image:url(../images/page_bg_bottom.png);
	background-repeat:no-repeat;
	font-size:1px;
}
.post {
	background-image:url(../images/post_mid.png);
	background-repeat:repeat-y;
	margin:20px 30px 0px 35px;
	color:#FFFFFF;
}
.post a{
	color:#FFF;
}
.post .small{
	font-size:80%;
}
.post .top{
	height:10px;
	background-image:url(../images/post_top.png);
	background-repeat:no-repeat;
}
.post .mid{
	font-size:75%;
	padding:0px 10px 0px 10px;
}
.post .mid h2{
	margin:0px 0px 5px 0px;
	color:#A8C81F;
	font-size:110%;
}
.post .mid .title_1{
	color:#D39C55;
	text-decoration:none;
}
.post .mid .title_2{
	color:#A8C81F;
	text-decoration:none;
}
.post .mid .title_3{
	color:#333333;
	text-decoration:none;
}
.post .mid .title_4{
	color:#FF9B92;
	text-decoration:none;
}
.post .mid p{
	padding:0px 0px 10px 0px;
	margin:0px;
}
.post .post-footer-link {
	margin-right:5px;
}
.post .bottom{
	height:10px;
	background-image:url(../images/post_bot.png);
	background-repeat:no-repeat;
	font-size:1px;
}
#comments {
	font-size:75%;
	padding:35px;
}
#comments a{
	color:#333333;
}
#comments h4{
	padding:0px;
	margin:0px;
}
#comments-block{
	margin:5px 0px 5px 0px;
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}