/* CSS Document */

html, body{
padding:0;
margin:0;
color:#006699;
}

#container{
width:840px;
height:594px;
overflow:hidden;
}

#left{
width:317px;
height:594px;
float:left;
overflow:hidden;
}

#menu{
width:252px;
height:295px;
background-image:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
margin:0;
padding-left:65px;
padding-top:50px;
}

#buttons{
width:252px;
height:245px;
margin-left:65px;
margin-top:50px;
}

#main{
width:523px;
height:594px;
float:right;
}

#header{
width:523px;
height:46px;
overflow:hidden;
}

#copy{
width:500px;
height:548px;
overflow:auto;
margin-left:10px;
padding-right:10px;
}

.clear{
clear:both;
}

p{
margin-top:10px;
margin-bottom:10px;
}
a {
 color: #006699;
}
