body {
	margin: 5px;
	background-color: #EFDAC2;
	font-family: Arial; 
	color: #993300;
}

a {
	color: #993300;
    font-size: 9pt;
    white-space: nowrap;
}

a.box { 
	display: block;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 3px;
	white-space: normal;
}

ul {
	margin: 0px;
	padding: 20px;
}	

li {
	margin-bottom: 5px;
}

#side {
    position: absolute;
    width: 235px;
    height: 575px;
    top: 5px;  
    left: 5px;
}

#main {
    position: absolute;
    width: 725px;
    height: 575px;
    top: 5px;  
    left: 235px;
}

#ads {
    position: absolute;
    width: 125px;
    height: 250px;
    top: 175px;  
    left: 590px;
}


.catHeading {
	margin-top: 15px;
	color: #993300;
	font-size: 13pt;		
	font-weight: bold;
}
