@charset "utf-8";
/* CSS Document */

body,html{
	margin:0;
	background-color:#fff;
}
body a{
	text-decoration:none;
}
body a:hover{
	font-weight:bold;
}
img{vertical-align:bottom;}

.header{
	background-color:#C33;
	width:800px;
	float:left;
}
.content{
	background-color:#099;
	float:left;
	width:800px;
}
.leftbar{
	background-color:#FF3;
	width:150px;
	float:left;
}
.maincontent{
	width:590px;
	float:left;
	margin:30px 0 0 30px;
	background-color:#0C0;
}
.maincontent .sub{
	height:550px;
	background-color:#30F;
}
.footer{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:800px;
	float:left;
	text-align:center;
	border-bottom:thick solid #333;
	border-top: double thick #333;
}
.footer .sub{
	font-size:12px;
}

