@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(images/body_bg.png);
	margin: 0px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 14px;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div#header {
	background: url(images/header.jpg);
	height: 297px;
}

.mainbody {
	background: #000000;
	padding: 10px 50px 20px 50px;
}

.mainbody img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.mainbody a {
	color: #ffffff;
	text-decoration: underline;
}

#section_img {
	margin-left: -20px;
}

div#footer {
	height: 70px;
	background: url(images/footer_bg.png);
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	padding-top: 5px;
	}
	
div#footer a {
	color: #000000;
	text-decoration: underline;
}
	
/* Navigation Bar */

div#nav {
	height: 40px;
	background: #000000;
}


#dropmenudiv{
	position:absolute;
	border:1px solid #1f3c5b;
	border-bottom: 0px;
	line-height: 25px;
	z-index:100;
	margin-top: 11px;
	margin-left: -20px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #1f3c5b;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e9e9e9;
}

#dropmenudiv a:hover{
	background-color: #002d5e;
}

.section_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.button {
	background: #000000;
	border: 1px solid #B83536;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}