body {

	background-color: black;
	font-family: Arial; 
	color: white;
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13pt;
}
div.logo {
background-image: url('images/logo.jpg');	
	width: 917px;
	height: 145px;
	font-size: 0px;
	}

div.menu {
	text-align: left;
	width: 917px;
	font-size: 0px;
	}

div.menu_bottom{
	background-image: url('images/menu_bottom.jpg');	
	width: 917px;
	height: 24px;
	font-size: 0px;
}

div.content_top { 
	background-image: url('images/content_top.jpg');	
	height: 9px;
	width: 917px;
	font-size: 0px;
}
div.text{
padding-left: 25px;
width: 865px;
text-align: left;
}
div.content_header {
background-image: url('images/content_middle.jpg');	
width: 917px;
text-align: left;
font-size: 18pt;
font-weight: bolder;
}
div.content_divider {
background-image: url('images/content_top2.jpg');	
height: 25px;
width: 917px;
}

div.content {
background-image: url('images/content_middle.jpg');	
width: 917px;
text-align: center;
}
div.content_bottom {
background-image: url('images/content_bottom.jpg');	
height: 15px;
width: 917px;
font-size: 0px;
}
div.footer {
background-image: url('images/footer.jpg');	
height: 34px;
width: 917px;
font-size: 10pt;
padding-top: 20px;
}

a {
color: #C0C0C0;
}
a:hover{
color: #993300;
text-decoration: none;
}

img {
	border-style: none;
	}