/* CSS Document */
html{
background: url(images/brick_bk.gif) fixed;
}

body
{
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px auto auto auto;
	color:#000;
	width:823px;
}

p {
	padding:0px;
	margin:0px;
	}
	
#header{
	height:175px;
	width:100%;
	}

#logo{
	background:url(images/logo.gif) no-repeat;
	height:175px;
	width:238px;
	float:left;
	}
	
#banner{
	background: url(images/banner.jpg) no-repeat;
	height:175px;
	width:585px;
	float:right;
	}
	
#main_menu{
	height: 37px;
	width:100%;
	}
	
#middle{
	background:#999999;
	opacity:0.8;
	filter:alpha(opacity:80);
	height:550px;
	width:100%;
}

#left210{
	float:left;
	width:200px;
	height:500px;
	padding:12px;
	}

.left_up{
	background:#e2e0e0;
	width:194px;
	height:71px;
	}

.left_in{
	background:#e2e0e0;
	width:166px;
	height:370px;
	padding:14px;
	}
	
	
	
#center{
	float:left;
	padding:10px;
	height:500px;
	width:350px;
	}
	
#center2{
	float:left;
	padding-top:10px;
	padding-left:0px;
	padding-right:20px;
	padding-bottom:10px;
	height:500px;
	width:570px;
	}
	
#right210{
	height:500px;
	width:200px;
	float:right;
	padding:12px;
	text-align:right;
	}














#footer {
	width:100%;
	background:#333333;
	height:20px;
	margin:auto;
	color: #FFCC00;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	float: left;
}