/* CSS Document */

body{margin:0px;}

#container{
	margin:0 auto;
	width:900px;	
}
#container .border{
	width:9px;
	background:url(../img/border_fix_bg.jpg) repeat-y;
	float:left;
	height:580px;
	border-right:1px solid #CCCCCC;
}
#container .fix{
	background:url(../img/border_bg.jpg) repeat-y;
	border-right:none;
	border-left:1px solid #CCCCCC;
}
#container #content{
	float:left;
	width:880px;
	border-top:none;
	border-bottom:none;
}
#content #top{
	background:url(../img/top_bg.jpg) repeat-x;
	border-bottom:1px solid #CCCCCC;
	height:17px;
}
#content #top_bg{
	background:url(../img/top.jpg) repeat-x;
	height:10px;
}
#content #header{
	background:url(../img/header_bg2.jpg) repeat-x;
	height:128px;
}
#content #header h1{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:48px;
	font-weight:normal;
	color:#FFFFFF;
	float:right;
	padding:0;
	margin:0;
	margin-right:20px;
	margin-top:15px;
}
#content #header #logo{
	margin:0;
	margin-left:15px;
	margin-top:10px;
	float:left;
}
#content #header #logo_txt{
	clear:right;
	margin:0;
	margin-right:30px;
	float:right;
}
#content #right{
	float:left;
	margin:0px;
	margin-top:10px;
	padding-left:10px;
	background:url(../img/bull2.jpg) no-repeat right bottom;
	width:549px;
	height:337px;
	border-left:1px solid  #DFDFDF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
	font-size:12px;
} 
#content #right h1{
	font-size:32px;
	width:330px;
	margin-top:250px;
	margin-left:15px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#7DBF0E;
}
#content #left{
	clear:both;
	float:left;
	width:300px;
	margin-top:10px;
	margin-left:10px;
}
#content #left ul{padding:0;margin:0;margin-right:5px;font-size:12px;list-style:none;}
#content #left li a{
	display:block;
	padding:4px 4px 4px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
}
#container #content #left li a:hover{ color:#ffffff; background-color: #CC6600;}
#content #left li{
	padding:0;
	margin:0;
	border-bottom: #ddd solid 1px;
}
#content #left .news a{
	background:url(../img/nwes.gif) left bottom no-repeat;
	padding-left:40px;
}
#content #left li.selected a{color:#E36B00; font-weight:bold;}
#login{
	margin-top:20px;
	background:url(../img/login.jpg) repeat-x;
	border-top:1px solid #CCCCCC;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-right:5px;
}
#login h1{
	color:#BA1111;
	font-size:16px;
	text-align:right;
	background:url(../img/login_bg.jpg) no-repeat top left;
	padding-top:30px;
	
}
#login .input{
	height:30px;
}
#login .text_input{width:125px;float:right;}
#login .text_label{float:left;}
#login .submint{
	border:2px solid #666666;
	background:#FFFFFF;
	float:right;
}
#content #footer{
	clear:both;
	padding-top:15px;
	background:url(../img/footer_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#999;
}
#bottom{
	clear:both;
	background:url(../img/footer.jpg) repeat-x;
	height:8px;
}
.clear{
	clear:both;
	color:#FF0000;
}
img{border:none;}

