body {
	margin:0;
	padding:0;
	background:PapayaWhip;
	color:#000000;
	/*background: url("http://optimatrays.com/pics/bg/bg.jpg") 50% 50% repeat;*/
}

.headertext {
	font: 16px Arial, "Times New Roman", Times, Serif;
	font-weight: bold;
	margin-left: 15px;
}

.subheadertext {
	font: 16px Arial, "Times New Roman", Times, Serif;
	margin-left: 15px;
}

.stext {
	font: 14px Arial, "Times New Roman", Times, Serif;
}

.stricken {
	text-decoration: line-through;
	color: red;
}

.red {
	color: red;
}

#bluetext {
	color: blue;
}

#container {
	background:#CCCCCC;
	margin:0 auto;
	width:950px;
}

#header {
	background:#BBBBBB;
	height: 173px;
}
	
#main {
	background:#FFFFFF;
	float:right;
	width:750px;
}

#innerbody {
	margin: 20px;
}

#nav {
	background:#CCCCCC;
	float:left;
	width:200px;
}
	
#footer {
	background:#DDDDDD;
	clear:both;
}
