/* CSS Document */

body {
 text-align:center;
}

#container {
 width:800px;
 text-align:left;
}

#menu {
 width:200px;
 float:right;
 background-color:#FAEBD7;
}

#main {
 width:600px;
 float:left;
 background-color:#FAEBD7;
}

table.right{
width:183px;
height:390px;
background-color:#993300;
}

ul{
margin-top:10px;
list-style:none;
}

li{
color:#FFFFFF;
font-size:12px;
line-height:130%;
text-indent:-20%;
margin-bottom:10px;
}

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

li a:hover{
color:#FFCC66;

}
.text_right
