body {
	background: url('/pics/desert.png') repeat;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
	font-size: x-small;
	padding: 50px 0 0 0; 
	text-align: center;
}
#main {
	background: black; 
	border-left: 1px solid gray; 
	border-right: 1px solid gray; 
	color: white; 
	filter: alpha(opacity=98);
	margin: auto; 
	opacity: .98;
	padding: 0px;
	text-align: left; 
	width: 750px; 
	min-height: 300px;
}
h1, h2, h3, h4, h5, h6, h7{
	margin: 0;
	padding: 0;
	line-height: 1em;
	
}
h1 {
	border-bottom: 1px solid #ccc;
	font-size: large;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
}
div, form {
	border: 0;
	padding: 0;
	margin: 0;
}
#content {
	padding: 5px 5px 0 5px;
}
#topCorners {
	height: 10px;	
	margin: auto; 
	width: 752px; 
	text-align: left;
}
#topLeft {
	filter: alpha(opacity=98);
	opacity: .98;

}
#topRight {
	filter: alpha(opacity=98);
	float: right;
	opacity: .98;

}
#topSpacer {
	background: black; 
	border-top: 1px solid #808080;
	display: inline;
	filter: alpha(opacity=98);
	float: right;
	height: 9px;
	opacity: .98;
	width: 732px;
}

#bottomCorners {
	height: 10px;	
	margin: auto; 
	width: 752px; 
	text-align: left;
}
#bottomLeft {
	filter: alpha(opacity=98);
	opacity: .98;
}
#bottomRight {
	filter: alpha(opacity=98);
	float: right;
	opacity: .98;
}
#bottomSpacer {
	background: black; 
	border-bottom: 1px solid #808080;
	display: inline;
	filter: alpha(opacity=98);
	float: right;
	height: 9px;
	opacity: .98;
	width: 732px;
}
a:link { /* unvisited link */
	color: white;
} 
a:visited { /* visited link */
	color: white;
} 
a:hover { /* mouse over link */
	color:#00FF00;
} 
a:active { /* selected link */
	color:white;
} 