/* CSS Document */
body * {
	outline:none;
}
body {
	font-family:verdana;
	font-size:12px;
	color:#353232;
	line-height:19px;
/*	background:#FFFFFF;*/
	padding:0px;
	margin:0px;
}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}



.header_div{
	width:1000px;
	margin:0px auto;
	clear:both;
	overflow:hidden;
}	


p{
	margin:0px;
	padding:0px;
	text-align:justify;
}

.logo_header_bg{
	background:url(../imageset/logo-bg_a.jpg) top left repeat-x;
	clear:both;
	height:155px;

}
.logo_bg{
	width:307px;
	height:155px;
	float:left;
}
.nav{
	width:656px;
	float:right;
	overflow:hidden;	
}

.banner_bg_div{
	background:url(../imageset/banner_1.jpg) top left no-repeat;
	height:120px;
}

.content_bg_area{
	background:url(../imageset/content-bg.jpg) top left repeat-x;
	clear:both;
}

.banner_txt{
	font-family:Arial;
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
}









.footer{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}
.footer_txt{text-align:center; padding:5px 0px;}
.footer_txt2{text-align:center; padding:1px 0px 10px;}	
.footer_bg_a{
	font-size:12px;
	background:url(../imageset/footer-bg_a.gif) bottom left repeat-x;
}

.links{
	color:#990000;
	text-decoration:underline;
}
a.links:hover{
	text-decoration:none;
}