#container {
width: 1000;
position: absolute; 
left: 50%; 
margin-left: -500px;
}
#left
{width: 190px;
float: left;
border: solid 1px #ccc;
padding: 10px;
height: 100%;
background-color: #fefefe;
}
#center
{
width: 596px;
margin-left: 10px;
float: left;
border: solid 1px #ccc;
padding: 10px;
height: 100%;
background-color: #fefefe;
}

#right {
width: 150px;
margin-left: 10px;
float: left;
border: solid 1px #ccc;
padding: 10px;
height: 100%;
background-color: #fefefe;
}
#bottom {
width: 1000px;
height: 20px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
border: solid 1px #ccc;
float: left;
}
body {margin: 10px 0px 0px 0px;
padding: 0px;}

a:link { text-decoration: underline; color: blue;}
a:visited { text-decoration: underline; color: blue;}
a:active { text-decoration: underline; color: blue;}
a:hover { text-decoration: underline; color: green;} 

li {list-style: circle;}


