/* -------------------------------------------------------------- 
* wrapper.css
* Governs the wrapper for www.roll-a-way.com
* @ Last updated on 9/11/2009 
* Update notes:
-------------------------------------------------------------- */

#wrapper
{
	width: 955px;       /* sets the content width */
    margin: 2em auto 0 auto;     /* no top/bottom margin, centered horizontally */
	border-top: 3px solid #ff0000;
}

.dlhead
{
	background-color:White;
	border-bottom: solid 3px black;	
	border-top: solid 0px black;
	border-left: solid 0px black;
	border-right: solid 0px black;		
}

.dlcell
{
		
}