* {
font-size: 11px;
color: #666666;
margin: 0;
padding: 0;
}
body {
font-size: 12px;
}
#wrapper {
width: 800px;
}
#top {
width: 800px;
height: 150px;
border: 1px solid;
}
#left {
float: left;
width: 150px;
}
#menu {
float: left;
width: 150px;
padding: 5px 0 0 5px;
font-size: 12px;
background-image: url(../img/wall/check1.gif);
border: 1px solid;
}
#copyright {
width: 150px;
height: 100px;
border: 1px solid;
padding: 5px 0 0 10px;
}
#right {
float: right;
width: 650px;
}
#mainright {
float: right;
width: 198px;
padding: 5px 0 0 10px;
border: 1px solid;
}
#main {
float: left;
width: 445px;
padding: 5px 0 0 5px;
border: 1px solid;
}
.title {
font-size: 14px;
color: #00cc33;
font-weight: bold;
}
.titlebar {
background-color: #ff9933;
font-weight: bold;
padding: 3px;
font-size: 15px;
}
a:link {
text-decoration: none;
color: #006600;
}
a:visited {
text-decoration: none;
color: #006600;
}
a:hover {
text-decoration: none;
color: #ffcc00;
}
