body { 
background-color: #ffe7c6; 
background-image: url("images/top10bg.jpg"); 
background-repeat: no-repeat;
font-family: arial, sans-serif; 
} 
a { 
font-weight: bold; 
text-decoration: none; 
} 
a:hover { 
text-decoration: underline; 
} 
#main { 
width: 625px; 
height:100%; 
position:absolute; 
top:250px; 
left: 200px; 
} 
#main p{ 
margin: 10px; 
text-indent: 1em; 
} 
#menu { 
width:200px; height: 100%; 
position: absolute; 
left: 0px; 
top: 250px; } 
#header {
background-image: url("images/curve.gif") ;
background-repeat: no-repeat;
} 
#footer {
background-image: url("images/curvebot.gif");
background-repeat: no-repeat;
background-position: top;
position: relative;
top: -20px;
}
#content {
background: #ffffff;
position: relative;
top: -10px;
}
#menu ul { 
padding-left:0px; 
list-style-image: url(); 
list-style-type: none; 
text-align: right;
} 
#menu a { 
display: block; 
padding: 5px; 
text-decoration: none; 
color: #ffffff;
} 
#menu a:hover{ 
background: #666666; 
text-decoration: none; 
} 