html{
	overflow-y:scroll;
}

body{
	margin:0px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:13px;
}

a{
	text-decoration:none;
}

a img{
	border:none;
}

p{
	margin:0px;
}

.clearfix{
	clear:both;
}

#top_logo{
	width:1000px;
	height:61px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/img_logo.jpg);
	background-repeat:no-repeat;
}

#top_2{
	width:100%;
	background-color:#000;
	position:relative;
}

	#top_menu{
		width:1000px;
		height:59px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/img_top.jpg);
		background-repeat:no-repeat;
		position:relative;
	}

		#menu{
			position:absolute;
			top:26px;
			right:53px;
			font-size:18px;
			color:#fff;
		}

			#menu a{
				font-size:18px;
				color:#fff;
			}

			#menu .selected{
				color:#665736;
			}

#sub_top, #sub_footer{
	background-image:url(../images/img_spacer_content.jpg);
	height:23px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#content_container{
	background-image:url(../images/img_spacer_content_stripe.jpg);
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

	#left{
		margin-left:55px;
		margin-right:23px;
		width:622px;
		color:#665736;
		float:left;
	}

	#right{
		margin-right:55px;
		margin-left:23px;
		width:222px;
		float:right;
		text-align:right;
	}

		#newstitle{
			color:#665736;
		}

		.news_item{
			color:#418c77;
			background-image:url(../images/img_news_stripe.jpg);
			padding-bottom:10px;
			padding-top:6px;
			background-repeat:no-repeat;
			background-position:bottom right;
		}

		.news_item a{
			color:#665736;
			font-style: italic;
		}

#footer{
	background-image:url(../images/img_footer.jpg);
	height:35px;
	width:892px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 53px 0 55px;
	text-align:right;
	color:#418c77;
}

	#footer a{
		color:#418c77;
	}