body{
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.error{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
}
input, textarea, select{
	border-color: #549fc9;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.button{
	border-color: #549fc9;
	background-color: #549fc9;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}


.text_small{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.content_block{
	margin-bottom: 10px;
	max-width: 700px;
}
H1{
	margin:0;
	margin-bottom: 10px;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #569fca;
}
H3{
	margin:0;
	margin-bottom: 10px;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.green{
	color: #8DCA15;
}

H2{
	margin:0;
	margin-bottom: 10px;
	padding:0;
	line-height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}






#shadow{
	background-image: url(../images/header_shadow.jpg);
	height: 3px;
	background-repeat: repeat-x;
}
#header{
	text-align: center;
	background-color: #549fc9;
	padding-top: 7px;
}
#header_post{
	text-align: center;
	background-color: #549fc9;
	padding-top: 1px;
}
#header_post_2{
	margin-top: 3px;
	text-align: center;
	background-color: #8DCA15;
	padding-top: 1px;
}
#navigation{
	margin: 0;
	background-image: url('../images/bg_topnav_green.jpg');
	width:100%;
	height: 28px;	
	border-top: 2px solid white;
	z-index: 1;
}
#logo{
	width: 800px;
	min-width: 800px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;	
	padding: 0;
	height:55px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 13px;
}
#logo_post{
	width: 800px;
	min-width: 800px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;	
	padding: 0;
	height:55px;
	background-image: url(../images/logo_post.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
}
#navigation ul{
	width: 800px;
	margin-top:-2px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;	
	padding: 0;
	z-index:100;
}
#navigation li{
	display: inline;
}
#navigation a {
	float: left;
	padding: 6px 13px;
	text-decoration: none;
	background-image: url('../images/bg_topnav_green.jpg');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	border-top: 2px solid white;
}
#navigation a:hover {
	background-image: url('../images/bg_topnav_blue.jpg');
	height: 16px;
}
#navigation a.active {
	background-image: url('../images/bg_topnav_blue.jpg');
	border-right: 2px solid white;
	border-left: 2px solid white;
	padding: 6px 11px;
	border-top: 2px solid #549fc9;
}


.ad{
	width: 120px;
	height: 80px;
	border-top: 1px dotted #F0E68C;
	border-right: 1px dotted #F0E68C;
	border-left: 1px dotted #F0E68C;
/*	background-image: url(../images/workinprogress.gif);*/
}
.lastad{
	width: 120px;
	height: 80px;
	border: 1px dotted #F0E68C;
/*	background-image: url(../images/workinprogress.gif);*/
}
.ad2{
	width: 120px;
	height: 160px;
	border-top: 1px dotted #F0E68C;
	border-right: 1px dotted #F0E68C;
	border-left: 1px dotted #F0E68C;
/*	background-image: url(../images/workinprogress.gif);*/
}
.lastad2{
	width: 120px;
	height: 160px;
	border: 1px dotted #F0E68C;
	margin-bottom: 20px;
/*	background-image: url(../images/workinprogress.gif);*/
}
#ads_left{
	margin-right: 10px;
}
#ads_right{
	margin-left: 40px;
}
#innercontent{
	border-bottom:1px solid white;
	margin-left: 20px;
	min-width:520px;
}
#content{
	height: 800px;
	border: 1px solid white;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;	
	min-width:800px;
	width:800px;
	clear: both;
}
.column{
	float: left;
}

.clear{
	clear: both;
}





#post_id{
	float: left;
	margin-top: 15px;
}

#post_marker{
	float: right;
	margin-top: 15px;
	line-height:20px;
}
#post_marker a{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	color: #666666;
}
#post_marker a:hover{
	text-decoration: none;
	border-bottom: 1px solid #8DCA15;
	color: #8DCA15;
}

#post_marker a:visited{
	text-decoration: none;
	border-bottom: none;
	color: #8DCA15;
}
.breadcrumb{
	height: 40px;
}
.menu{
	
}
#breadcrumb{
	height: 40px;
	float: left;
}
#menu{
	float: right;
	height:40px;
}



.box_menu{
	position: relative;
	float: right;
	bottom: 15px;
}

.postlist{
	
}
.postlist_over{
	border-bottom: 1px solid #666666;
}
.release_msg{
	border: 1px solid Fuchsia;
	color: Fuchsia;
}