body{
	background: #0f273a;
	margin: 0px;
	padding: 0px;
	font-family: arial, tahoma, helvetica;
	font-size: 12px;
	color: #ffffff;
}
img {
border:none;
}

a, a:visited, a:link {
color: #ffffff;
text-decoration: none;
}

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

.upper_div{
	
	width: 1000px;
	height: 134px;
	overflow: hidden;
	text-align: left;
	background: url(images/top_image.jpg) no-repeat bottom center;
	border: 0px solid #ff0000;
	
}
.lower_div{
	
	width: 1000px;
	min-height: 601px;
	overflow: hidden;
	text-align: left;
	background: url(images/bottom_image.jpg) no-repeat top center;
	border: 0px solid #ff0000;
	
}

.header_image_div{
	
	width: 986px;
	overflow: hidden;
	text-align: right;
	margin-top: 0px;
	margin-left: 0px;
	
}

.header_images_div{
	
	margin-left: 0px;
	
}

.buttons_div{
	
	width: 988px;
	text-align: right;
	margin-top: 0;
	margin-left: -2px;
	
}

.buttons_div img{
	
	margin-left: 0;
	
}

.page_div{
	
	width: 1000px;
	overflow: hidden;
	margin-top: 30px;
	border: 0px solid #00ff00;
	
}

.page_heading_div{
	
	text-align: left;
	font-size: 18px;
	margin-bottom: 5px;
	width: 906px;
	border: 0px solid #ff0000;

}

.page_content_div{
	
	width: 906px;
	border: 0px solid #ff0000;

}

.page_image_div{
	
	width: 398px;
	height: 300px;
	border: 1px solid #ffffff;
	float: left;
	background: no-repeat center center;

}

.page_text_div{
	
	width: 440px;
	height: 300px;
	border: 0px solid #ffffff;
	float: left;
	margin-left: 55px;
	text-align: justify;
	overflow: auto;
	padding-right: 8px;

}

.foot{
width: 990px;
color: #666;
background: #c6c6c4;
height: 16px;
margin-top: 35px;
padding: 10px 5px;
}
.foot a:link{
color: #666;
text-decoration: none;
}
.foot a:hover{
color: #333;;
}
.copy{
float: right;
}