html, body {
margin: 0;
padding: 0;
}
#main-nav {
background: red;
height: 50px;
}
#header {
background: blue;
height: 150px;
}
#left{
background-image:url(../images/bj.jpg);
width:176px;
height:428px;
float:left;
}

#content {
margin-left:176px;
width:824;
background-image:url(../images/bj.jpg);
height:428px;
}
#footer {
font-size:7px;
height: 66px;
}
span.style1{
font:"Times New Roman", Times, serif;
font-size:12;
color:red;
}
.style1{
font-size:10;
}
h1 {
margin: 0;
padding: 0;
}
a.red:link {color: #FF0000}
a.red:visited {color: #0000FF}
a.blue:link {color: #00FF00}
a.blue:visited {color: #FF00FF}
.font2 {
	line-height: 20px;
	font-size: 12px;

}
a:link{text-decoration:none}
a:hover{text-decoration:none}
a:visited{text-decoration:none}



