#body {
	background-image:url(images/bg.gif);
	background-color:#000;
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	/*padding: 10px;*/
	padding-top: 30px;
	border: 0;
	width: 940px;
	height: 600px;
	margin-top:-5px;
	/*background: url('images/bg.gif') repeat;*/
}

#header {
	margin: 0 0 15px 0;
	text-align:center;

}

#side-a {
	float: left;
	width: 200px;
	height: 500px;
	
	padding-left:15px;
	padding-right:15px;
	
	background-image:url('images/dukeboxlogo.gif');
	background-repeat:no-repeat;
}


#content { 
	float: left;
	
	width: 345px;
	padding-left:15px;
	padding-right:5px;
	
	height: 545px;
	padding-top:20px;
	padding-bottom:5px;
	overflow: auto;
}


#side-b {
	float: right;
	width: 345px;
	height: 730px;
	/*background-image:url(images/right-column.gif);
	background-repeat:no-repeat;*/

	width: 325px;
	padding-left:3px;
	padding-right:5px;
	margin-top:0px;
	height: 530px;
	/*padding-top:15px;*/
	padding-bottom:5px;

	
}


#footer {
	clear: both;
	text-align:center;
	/*background: #A2A2A2;*/
}

/*fonts*/

.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size: 18px;
	font-weight:bold;
	line-height: 18px;
}

.mainheadersingle {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size: 18px;
	font-weight:bold;
	line-height: 18px;
}


.mainheaderlarger {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size: 30px;
	font-variant:small-caps;
	font-weight:bold;
	line-height: 18px;
}

.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	font-size: 16px;
	line-height: 18px;
}

.mainquestion {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
	line-height: 18px;
}