.top {
text-align : center;
padding:0px;
margin:0px;
width:100%;
}
body{
background-color : #AF8855;
}
.left {
float : left;
background-repeat:repeat;
height:800px;
width:150px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000099;
}
.menu {
padding-left : 15px;
}
img{
border: none;
}
A.menu{
font-weight : bold;
}
A:HOVER.menu {
color:#CC3333;
text-decoration:underline;
}
.main {
text-align : left;
padding:0px;
margin:0px;
width:650px;

}
h1 {
font-size:18px;
font-weight: bold;
color:#1323f4;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight: bold;
color:#000099;
}