#head{
	width:800px;
	height:100px;
	background-color:#ff0000;
	background-image:url(img/head.gif);
}
#menu1{
	width:170px;
	height:550px;
	float:left;
	background-color:#ff9900;
}

#cont{
	width:628px;
	height:550px;
	background-color:#ff9900;
	float:right;
	margin-left:2px;
}
#foot{
	width:800px;
	height:50px;
	background-color:#ff9900;
	margin-top:2px;
}
#box{
	width:800px;
	height:550px;
	margin-top:2px;
}
.font{
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
.fontcont{
	font-size:13px;
	margin-left:12px;
	margin-top:10px;
}
.font2{
	font-size:13px;
}
.font3{
	font-size:13px;
	margin-left:12px;
}
a:link{ 
	text-decoration:none;
	color:#330000;
}
a:visited{
	text-decoration:none;
	color:#330000;
}
a:active{
	text-decoration:underline;
	color:#000080;
}
a:hover{
	text-decoration:underline;
	color:#1e78ff;
}
.font4{
	font-size:13px;
	margin-top:30px;
}
body{
	background-color:#ffebcd;
}

