body{
margin: 0px;
font-family: verdana;
font-size: 12px;
}

a:{color: #09c;}
a:link {color:#09c;}

h2{
color: red;
}

#wrapper{
width: 800px;
margin-left: auto;
margin-right: auto;
}

#top{
width: 800px;
height: 
}

#logo{
background-color: #6D2773;
width: 800px;
height: 125px;

}

#middle{
width: 800px;
margin-top: 10px;
}

#menu{
float: left;
width: 200px;
background-color:#eee;
border:1px dashed #999;
padding: 5px;
}

#content{
float: left;
width: 550px;
margin-left: 20px;
}

#form{
width: 550px;
height: 150px;
border: 1px solid gray;
padding: 5px;
}

#important{
font-weight: bold;
color: #09c;
}

#box{
width: 100%;
}

#left{
width: 200px;
float: left;
}

#right{
float: left;
margin-left: 25px;
}

#footer{
float: left;
width: 800px;
}

.boardtable{
width: 100%;
}

.boardtable td{
border: 1px solid gray;
width: 50%;
}
