@charset "utf-8";
/* CSS Document */
body{
	background-color: #FFFFCC;

}
h1,h2,h3,h4{
font-family:Arial, Helvetica, sans-serif;

}

p{
font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 90%;
}
#nav_bar {
	height: 40px;
	width: 860px;
	background-color: #666666;
	margin-top: -20px;
	background-repeat: no-repeat;
}
#logo {
	height: 100px;
	width: 300px;
	float: left;
	margin-top: 10px;
}
#body {
	background-color: #FFFFFF;
	padding: 5px;
	width: 900px;
}

#middle {
	background-image: url(images/middle_banner.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 400px;
	width: 890px;
}
#regestration {
	width: 165px;
	padding-left: 595px;
	padding-top: 200px;
	}
	
.registration {
	background-color: #7a1529;
	display: block;
	float: left;
	height: 40px;
	width: 284px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	list-style-type: square;
	text-align: center;
	color: #FFFFFF;
	list-style-position: inside;
	font-weight: bold;
	text-decoration: none;
}

.registration:hover {
	background-color: #FF0000;
}

/*NAVIGATION */
#nav_bar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	float: left;
	height: 40px;
	width: 120px;
	list-style-type: none;
	position:relative;
}
#nav_bar li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	float: left;
	height: 40px;
	width: 120px;
	list-style-type: none;
	position:relative;
	text-decoration: none;
}
#nav_bar li:hover {
		background-color: #990000;
}
#nav_bar li ul {
	display: none;
	top: 0;
}
#nav_bar li:hover ul {
	display: block;
	width:130px;
	background-color: #990000;
}
#nav_bar li:hover ul  a{
	text-align: left;
	background-color:#990000;	
}
#nav_bar li:hover ul  li{
margin-left:-2.5em;
}
#nav_bar li:hover ul  a:hover{
	text-align: left;
	background-color:#CC0000;	
}


#header {
	background-color: #FFFFFF;
	height: 150px;
	width: 900px;
}
#bottom {
	width: 895px;
	background-color: #FFFFFF;
}
.bottom_section {
	padding: 5px;
	float: left;
	width: 280px;
	margin-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.bottom_section_END {
	padding: 5px;
	
	width: 280px;
	margin-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
}


#footer {
	background-color: #666666;
	background-repeat: no-repeat;
	width: 900px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}