#topLinks 
{
	background-color: #000000;

	margin: 0px;
	padding: 0px;
	
	width: 800px;
	white-space: nowrap;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #333;
}

#mainWrap 
{
	
	margin: 0px;
	padding: 0px;
	width: 800px;
	
	
}

#mainWrap #sideLinks
{
	
	
	width: 125px;
	float:left;
	
	height: 600px;
}

#sideLinks a            
 { color:#fff; font-size: 10pt; text-decoration:underline; }

#sideLinks ul
{
	
	margin-left: -5px;
	
	list-style-type: circle;
	line-height: 16px;	
}



#mainWrap #sideImages
{
	
	
	height: 600px;
	width: 185px;
	float:left;
	
	

}

#mainWrap #mainText
{
	min-height: 300px;
	width: 430px;
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	/*
	background-image: url(../linkImages/mainTextBG.png);
	
	*/
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#mainWrap #madeBy
{
	clear:both;
	color:#CCCCCC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	text-transform: uppercase;
}

#mainWrap #madeBy a {color:#FFFFFF;}

#contactInfo 
{
	color:#CCCCCC;
	height: 70px;
	width: 200px;
	position: absolute;
	left: 545px;
	top: 28px;
	
	text-indent: 50%;	
}

#contactInfo a
{
color: #FFFFFF;
font-size: 12px;
}

#contactInfo p
{
border: thin solid #333333;
text-indent: 0px;
margin-left: 20px;
margin-top: 5px;
font-size: 11px;	
}

#mainText p 
{
	text-indent: 15px;
	font-size: 12px;
	
}

#mainText strong
{

font-size: 14px;

}

body 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
}

ul
{
	font-size: 12px;
	margin-left: -5px;
	
	list-style-type: circle;
	line-height: 16px;	
}


