body {
	background: #ffffff;
	margin: 0;
	font-family:Lucida Grande,Verdana,Arial,Helvetica,sans serif;
	font-size: 12pt;
	text-decoration: none;
}


a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color:#222222;
}

#containter{
	margin: 0 auto;
	width: 1016px;
}

#left_col{
	width: 675px;
	float: left;
	margin: 10px;
	overflow: visible;
}

#right_col{
	width: 270px;
	float: left;
	margin: 10px;
	
}

#header_img {
		width: 1016px;
		height: 444px;
		margin: 0 auto;
        margin-top: -250px;
}

#header_img1 {
		background-image: url('images/header_img1.png');
		width: 1016px;
		height: 444px;
}

#header_img2 {
		background-image: url('images/header_img2.png');
		width: 1016px;
		height: 444px;
}

#green_bar{
	background: url('images/green_bar.png') repeat-x;
	width: 1016px;
	height: 31px ;
	margin: 0 auto;
}

#menu{
	background: url('images/btn_bg.png') repeat-x;
	width: 1016px;
	height: 50px ;
	margin: 0 auto;	
}

#buttons{	
	width: 1004px;
	margin:0 auto;
    margin-left: 10px;
}

.menu_btn{
	height: 43px;
	margin-left : 5px;
	margin-right: 5px;
	float: left;
	color: #ffffff;
	font-size: 13pt;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.menu_btn_left{
	background: url('images/btn_left.png') no-repeat;
	width: 6px;
	height: 43px ;
	float:left;
	
}

.menu_btn_center{
	background: url('images/btn_center.png') repeat-x;
	padding-left: 18px;
	padding-right: 19px;
	height: 43px ;
	float:left;
	padding-top: 10px;
	
}

.menu_btn_right{
	background: url('images/btn_right.png') no-repeat;
	width: 6px;
	height: 43px ;
	float:left;
	
}

#content{
	width: 1016px;
	margin: 0 auto;	
	margin-top: 5px;
	overflow: visible;
	margin-bottom: 35px;
}

#footer{
	clear:both;
	background: url('images/footer.png') repeat-x bottom;
	width: 1016px;
	height: 78px;
	margin: 0 auto;	
	
}

#copyrights{
	color: #797979;
	font-size: 9pt;
	font-weight: bold;
	width: 265px;
	margin: 0 auto;
	padding-top: 55px;
}
