body {
background-color:white;
margin: 0;
font-family:"Arial",Georgia,Serif;
text-align:center;
}

a:link {
color:#3b7687;
text-decoration:none
}

a:visited {
color:#3b7687;
text-decoration:none
}

a:hover {
color:blue;
text-decoration:none
}

#container { 
width: 1000px;
float: center;
margin: 0 auto;
}

#header {
margin: 30px 0 10px 0;
color: white;
background: #3b7687;
font-size: 30px;
text-align:center;
}

#side {
width:200px;
padding:10px;
border:1px solid gray;
float:left;
background:white;
text-align:left;
}

#main {
width:750px;
float:right;
padding:10px;
border:1px solid gray;
background:white;
text-align: left;
}


