@charset "utf-8";

/* CSS Document */



body{
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}   

#wrapper{
	width:982px;
	min-height:300px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#header{
	width:968px;
	height:79px;
	padding-left:5px;
	padding-right:10px;
}

#logo{
	float:left;
	width:141px;
	height:79px;
}

#header_right{
	float:right;
	width:820px;
	height:74px;
	background-image:url(../images/header.png);
}

#main{
	float:left;
	width:962px;
	min-height:350px;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
}

#main_left{
	float:left;
	width:50%;
	text-align:left;
}

#main_left_other{
	float:left;
	width:25%;
	text-align:left;
}

#main_right{
	float:right;
	width:50%;
}



#main_right_other{
	float:right;
	width:70%;
	padding-left:20px;
	text-align:left;
}

#footer{
	clear:both;
	background-image:url(../images/footer.png);
	width:962px;
	padding-left:10px;
	padding-right:10px;
	height:51px;
	border-top:4px solid #000000;
	font-size:11px;
	color:#FFFFFF;
}

p{line-height:20px;}

#footer a:hover, #footer a:visited, #footer a:link{
	color:#CCCCCC;
}

#nav a:hover, #nav a:visited, #nav a:link{
	color:#000000;
}

#nav{
	float:left;
	width:962px;
	padding-left:10px;
	padding-right:10px;
	min-height:20px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}	



#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 50px;
	text-decoration:none;
}

#error{
	position:relative;
	width:100%;
	min-height:20px;
	border:1px solid #F00;
	background-color:#ECC6C4;
	padding:2px;
}