body {
	margin:0;
	padding:0;
	background:#97D088 url(../styleImages/electric/bodyBg.png) 50% 0 repeat-y;
	font:normal normal 0.8em/1.3em "Comic Sans MS", "trebuchet MS", Arial, Helvetica, sans-serif;
}
#pageSurround {
	width: 900px;
	margin: 0px auto;
	padding: 10px;
	background-color: #FFFFFF;
}
#subSurround {
	background-repeat: repeat-x;
	background-position: bottom;
}
#topHeader {
	width:680px;
	padding:0;
	background-color:#fff;
	height:30px;
}
.boxContentLeft, .boxContentRight {
	padding:3px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 220px; 
	float: left;
	background-color:#fff;
	z-index:2;
}
.colMid {
	position: relative;
	width: 680px;
	float: left;
}
.boxContent {
	font-family: "Comic Sans MS", "trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	clear:both;
	padding:20px 0 20px 20px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 220px; 
	float: left;
	background-color:#fff;
	z-index:2;
}
.colMainCheckout {
	position: relative;
	width: 680px;
	float: left;
}
/* END CHECK OUT PAGES */
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	margin: 0px;
	float: left;
	width: 650px;
}
.subCat {	
	text-align: center;
	padding: 5px;
	margin:0 5px 10px 0;
	float: left;
	width: 145px;
	border:1px solid #ccc;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.session {
	float:left;
	width: 367px;
	text-align:left;
	padding:7px 0 0 13px;
	color:#333;
}
.search {
	float:left;
	width: 290px;
	text-align:right;
	padding:3px 10px 0 0;
	color:#333;
}
.sitedocs {
	float:left;
	width: 667px;
	padding:45px 0 0 13px;
	color:#333;
	height:28px;
	background:#fff url(../styleImages/electric/bg_sitedocs.gif) 0 37px no-repeat;
}
#breadcumb {
	padding:8px 0 7px 0;
	width:660px;
	border-bottom:1px dotted #C6C2B3;
	clear:both;
	font-size:11px;
	margin-bottom:10px;
}
#footer {
	margin:20px 0 10px 0;
	width:900px;
	border-top:2px solid #BDDEF3;
	clear:both;
	padding:10px 0 10px 0;
	font-size:90%;
}
#electricStudio {
	text-align:right;
	width:300px;
	float:right;
	padding:5px 0 0 0;
}