body {
	margin-left: 50%;
	margin-top:10px; 
	background-color: #363636;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px; 
	margin-left:10px; 
	margin-right:10px;
	background-color: #363636;
	}
* {margin:0; padding:0;}	
	
#wrap {	
	min-width:700px; 
	max-width:700px;  
	margin-left:auto; 
	margin-right:auto;
		background-color:#ffffff;
	} /* centers layout when > max width */	


#sidebar {
	float:left;
	width:15%;
	background-color:#ffffff;
	}

#main {
	float:right;
	width:100%;
	background-color:#ffffff;
 	}
	
.boxMain {
	float:left;
	width:48%;
	margin-left:5px;
	background-color:#ececec;
	}	

.boxMain2 {
	float:right;
	width:48%;
	margin-right:5px;
	background-color:#ececec;
	}	

.boxDotted {
	float:left;
	width:25%;
	margin:5px;
	border-right-style:inset;
	border-bottom-style:inset;
	}	
	
.boxWhite {
	float:right;
	width:75%;
	margin:5px;
	background-color:#ffffff;
	}
	
	.boxWhiteL {
	float:left;
	width:75%;
	margin:5px;
	background-color:#ffffff;
	}	
	
#subContent2 {
	width:75%;
	margin:10%;
	border-top-style:ridge;
	border-left-style:ridge;
	border-right-style:inset;
	border-bottom-style:inset;
	}
	
#footerLeft {
	float:left;
	width: 491px;
	height: 25px;
	background-color: #f1f2f1;
	border-top: 1px solid #7b0046;
	border-bottom: 8px solid #7b0046;
}

#footerRight {
	float:right;
	width: 245px;
	height: 25px;
	background-color: #ffc699;
	border-top: 1px solid #7b0046;
	border-bottom: 8px solid #7b0046;
	}
	
#footer{
clear:both;
font-size: 125%;
color:#6264EA;
height: 20px;
padding: 10px;
background-color: #FFF;
border-top: solid #7b0046 1px;
} 

.clrFloatLeft {
clear:left;
}

.clrFloatRight {
clear:right;
}

.clrFloats {
clear:both;
}