BODY {
	color: #F0F8FF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
}

P {
	background-image: url(/images/fill.gif);
	background-repeat: repeat;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F8FF;
	background-color: #000000;
	font-style: normal;	
	text-decoration: none; 
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F0F8FF;
	background-color: #000000;
	font-style: normal;	
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F8FF;
	background-color: #000000;
	font-style: normal;	
	text-decoration: none; 
}

.headContainer {
	position: absolute;
	left : 586px;
	top: 146px;
	width: 180px;
	height: 320px;
	z-index: 5;
	background-image: url(./images/vurtfeathers.jpg);
}

.bodyContainer {
	position: absolute;
	left : 25px;
	top: 50px;
	width: 820px;
	height: 600px;
	background-image: url(vurt/images/background.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

.menuContainer {
	position: relative;
	left : 5px;
	top: 10px;
	width: 110px;
	height: 220px;
	background-color: #000000;
	background-image: url(vurt/images/vurtfeathers.jpg)
	color: #F0F8FF;
}

.menuOuterContainer {
	position: relative;
	left : 20px;
	top: 20px;
	width: 120px;
	height: 240px;
	background-color: #000000;
	color: #F0F8FF;
}

.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.menuSection {
	font-weight: bolder;
	font-size: 14px;
}

.mainContainer {
	position: relative;
	left : 160px;
	top: -240px;
	width: 400px;
	height: 500px;
	background-color: #333333;
	color: #F0F8FF;

}


.footerContainer {
	position: absolute;
	left : 50px;
	top: 950px;
	width: 820px;
	height: 100px;
}

.mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainBodyDate {
	font-size: 12px;
	font-weight: bolder;
}

.mainBodyTitle {
	font-size: 13px;
	font-weight: bolder;
}
