/* CSS Document */

body{
font-family:Verdana;
font-size:12px;
color:#000000;
padding:0;
margin:0;
background:#ffaa30;
}


#menu{
background: url(../images/menubg.gif);
width:250px;
}


#content{
background:#ffffff;
width:659px;
padding:10px;
}

#bottom{
background: url(../images/bottombg.gif);
padding:0 10px;
font-size:11px;
color:#FFFFFF;
text-align:center;
height:45px;
}

#bottom a{
color:#FFFFFF;
text-decoration:none;
}

.link1{
color:#3300FF;
}

