
div { 
margin: 0px; 
padding: 0px; 
border: none;
}

body {
text-align: center; /* center site */
overflow-y: scroll;
}


#boxwrap { 
width: 955px; 
text-align: left; /* body is centered, top div left again */
margin-left: auto; 
margin-right: auto; 
background: white url(/images/shadow.gif) repeat-y fixed center top;
}

#boxinnerwrap { 
width: 915px; 
margin-left: 20px;
border: solid 1px #c0c0c0;
background: white;
}

#boxbody { 
width: 800px; 
float: left; 
}

#boxleft { 
width: 250px; 
float: left; 
}

#boxcenter { 
width: 500px; 
float: right; 
margin: 10px 0px; 
}

#boxright { 
width: 80px; 
float: right; 
margin: 10px; 
padding: 0px; 
height: 500px; 
}

#boxheader { 
width: 100%;  
clear: both; 
}

#boxfooter { 
width: 100%;  
clear: both; 
}

#boxcenter .minheight { 
float: right; 
width: 0px; 
height: 340px 
}

.boxclear { 
clear: both; 
line-height: 0px 
}

