/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #586070 url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #184467;
}

h1, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

p { text-align: justify; } 

a {
	font-weight: normal;	
    text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #184467;
}

/************* HEADER STUFF ************/

#header {
	width: 915px;
	height: 140px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #050706 url(images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #000000;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 915px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #174467;
	border-bottom: 0px solid #000000;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
	border-right: 1px solid #bbcac5;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #bbcac5;
}

#menu a:hover {
	background-color: #0F2748;
}

/************* CONTENT ************/

#content {
	width: 915px;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 270px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 565px;
	padding: 0px 20px 40px 20px;
	color: #000000;
}

/************* FOOTER ************/

#footerl {
	clear: both;
	width: 915px;
	margin: 0px auto;
	border-top: 1px solid #184467;
    border-bottom: 2px solid #184467;
	
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #000000;
}

#footer {
	clear: both;
	width: 915px;
	margin: 0px auto;
	border-top: 0px solid #000000;
    background: #586070; 
	
	font-size: 10px;
	text-align: left;
	padding: 20px 0px 10px 20px;
	color: #bbcac5;
}


