body {
	line-height: 1.25em;
	text-align: center;
	margin: 0 auto;
	background-color: #490342;
}

/* Credits block: don't wrap names */
p.credits b { white-space: nowrap; }
p.credits img { border-style: none; padding: 0; }
img.gdot {
border-style: none; padding: 0;
width: 9px; height: 9px;
}

#contentwrapper {
	width: 90%;
	min-width: 800px;
	margin: 0 auto; /* centers the page */
	text-align: left; /* reset text back to left due to ie5.x fix */
}

.topback {
}

.bottomback {
}

#header {
	text-align: center;
	display: block;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	float: right;
	width: 100%;
	background-color: #ffffff;
	border: 5px solid #ffff00;
}

#onecol {
	padding: 10px;
	background-color: #ffffff;
}

#leftcol {
	margin: 30px 0 0 0;
	width: 200px;
	float: left;
	text-align: center;
}

ul {
	list-style-image: url(/img/siteframe/dot.gif);
	list-style-position: outside;
}

.leftlist {
	text-align: left;
}

.brainlist {
	list-style-image: url(../img/braindot.png);
	list-style-position: outside;
}

#rightcol {
	margin-left: 200px;
	padding: 10px;
	background-color: #ffffff;
}

#xvideo {
	margin-left: 100px;
	padding-right: 20px;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
}

img.topm {
	margin: 15px 0 0 0;
}
img.lefttopm {
	margin: 5px 0 15px 15px;
}
