body {
	color: #FFFFFF;
	background-image: url(layout/bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.heading, h3, h2 {
	font-weight: bold;
	font-size: medium;
	margin-top: 8px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

input, textarea, option, select {
	background-color: #000000;
	font: 8pt arial;
	color: #FFFFFF;
	letter-spacing: 1px;
	border: 1px solid #FFFFFF;
	padding: 2px;
}
	
#mainimg {
	position: absolute;
	width: 550px; 
	height: 350px; 
	z-index: 1; 
	left: 0px;
	top: 0px;
	}

#maincontent {
	position: absolute; 
	width: 310px;
	z-index: 2; 
	left: 152px; 
	top: 320px;
	}
	
#menunav {
	position: absolute; 
	width: 90px;
	z-index: 2; 
	left: 20px; 
	top: 335px;
	background-color: Black;
	padding: 5px;
	}
