*{
margin: 0;
padding: 0;
}
body {
background: #0080FF url(../imgs/main01.jpg) repeat-x;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: black;
}
h1 {
color: blue;	
}
h2 {
color: blue;	
}
color: blue;
}
a {
text-decoration: none;
color: blue;
}
a:hover {
text-decoration: underline;
color: aqua;
}
#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 15px;
border: 2px solid silver;
}
#header {
height: 150px;
background: #554d42 url(../imgs/main02.jpg) no-repeat;
line-height: 35px;
font-size: 17px;
}
#menu {
height: 20px;
line-height: 20px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 12px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 13px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: white;
}
#menu ul li a:hover {
color: aqua;
}
#content {
padding: 0 20px 20px 0;
}
#footer {
width: 825px;
background-color: black;
text-align: center;
color: white;
padding: 5px;
margin: auto auto;
}