@charset "utf-8";
/* CSS Document */

h1{ color:#000000; font-size:16px;}
body{
	background:url(../images/backg_body.jpg) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.up_cont{
	background:url(../images/up_container.png) no-repeat;
	width:802px; height:24px;
}

.down_cont{
	background:url(../images/down_cont.png) no-repeat;
	width:802px; height:25px; clear:both;
}
.title{
	background:url(../images/title_logo.png) no-repeat;
	width:802px; height:58px;
}

#container{
	
	width:802px; clear:both;
}

.center_cont{
	background-image:url(../images/center_cont.png); background-repeat:repeat-y; width:802px; float:right;
}
	

#header{
	background:url(../images/header.jpg) no-repeat;
	width:745px; height:216px; 
}


.menu{
	width:802px; height:32px;
}

.menu a{
	background:url(../images/menu_off.jpg) no-repeat;
	width:123px; height:22px; display:block; float:left; color:#FFFFFF;
	font-size:11px; padding-top:9px; text-decoration:none; text-transform:uppercase;
	font-weight:bold;
}

.menu a:hover{
	background:url(../images/menu_on.jpg) no-repeat;
	width:123px; height:22px; color:#BFDDFF; padding-top:9px;
}

.menu div{
	margin-left:160px;
}


.left{
	float:left;
}

.menu_links{
	font-size:11px;
}

.menu_links a{
	background:url(../images/link_off.png) no-repeat;
	width:186px; height:19px; display:block; color:#FFFFFF; padding-top:9px; text-decoration:none;
}

.menu_links a:hover{
	background:url(../images/link_on.png) no-repeat;
	width:186px; height:19px; color:#BFDDFF;
}

.div_cont{
	clear:both; margin-left:10px; padding-top:10px;
}

.text_cont{
	width:464px;
	font-size:11px;
	color:#000000;
	margin:6px;
	text-align:justify;
	min-height: 700px;
}

.text_cont a{
	color:#FF9900; font-weight:bold; text-decoration:none;
}

.text_cont a:hover{
	color:#66CCFF;
} 
.text_cont img{ width:450px; margin-bottom:15px;}
.banner{
	padding-top:20px;
}

.footer{
	width:802px; font-size:12px; color:#FFA400; font-weight:bold; clear:both;
}
