body {
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/*common wrapper*/
div#comm {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1000px;
}
/*header*/
div#head {
	background: url('../graf/back/head.jpg') top center no-repeat;
	height: 275px;
	text-align: center;
	width: 1000px;
}


/*temporary area - this will be the top menu*/
div#temp {
	background: #FFFFFF;
	color: #0000FF;
	height: 12px;
	padding: 2px;
	text-align: center;
	width: 996px;
}


/*outer wrapper*/
div#wrao {
	background: url('../graf/back/wrao.jpg') top center repeat-y;
	float: left;
	width: 100%;
}
/*left-sided adverisement column*/
div#left {
	float: left;
	margin-left: -1000px;
	text-align: center;
	width: 100px;
}
/*left-sided earth-side background image container DIV*/
div#leftside {
	background: url('../graf/back/leftplanet.jpg') top center no-repeat;
	height: 50px;
	width: 100px;
}
/*centered main content area - a wrapper*/
div#cent {
	margin-bottom: 0px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 0px;
}
/*right-sided adverisement column*/
div#righ {
	float: left;
	margin-left: -100px;
	text-align: center;
	width: 100px;
}
/*right-sided earth-side background image container DIV*/
div#rightside {
	background: url('../graf/back/rightplanet.jpg') top center no-repeat;
	height: 50px;
	width: 100px;
}
/*bottom adverisement row*/
div#bott {
	clear: left;
	height: 50px;
	text-align: center;
	width: 1000px;
}
/*footer*/
div#foot {
	height: 55px;
	text-align: center;
	width: 1000px;
}


/*upper history line*/
div#hist {
	background: url('../graf/back/hist.jpg') no-repeat;
	color: #C2C2C2;
	font-size: 11px;
	height: 22px;
	text-align: left;
	width: 800px;
}
/*inner wrapper*/
div#wrai {
	float: left;
	width: 100%;
}
/*left-sided menu column*/
div#menu {
	float: left;
	margin-left: -800px;
	text-align: left;
	width: 230px;
}
/*content area*/
div#cont {
	margin-bottom: 0px;
	margin-left: 229px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;
	width: 570px;
}
/*bottom history line*/
div#hisb {
	background: url('../graf/back/hisb.jpg') no-repeat;
	color: #C2C2C2;
	clear: left;
	font-size: 11px;
	height: 22px;
	text-align: left;
	width: 800px;
}