body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0282c5;
	background-color: #373839;
}

a:link, a:visited {
	color: #E44B00;
	text-decoration: underline;
} 
a:active, a:hover {
	color: #EF500C;
	text-decoration: none
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding: 0px;
	color: #E55C26;
	line-height: 21px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
h3 {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 18px 0px 5px 0px;
	font-weight: bold;
	font-size:20px;
	color: #E55C26;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E55C26;
}

#container {
	margin: 0px auto;
	width: 804px;
	border: 1px solid #ffffff;
	background: #12181b;
}
#banner2 {
	width: 200px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#header {
	clear: left;
	margin-left: 13px;
	width: 790px;
	height: 261px;
	background-repeat: no-repeat;
}

/*--- Content ---*/
#content {
	margin: 0px 0px;
	width: 804px;		
}


#section {
	clear: left;
	float: left;
	width: 480px;
	border: 1px #000000 solid;
	background: #1b262c;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#left_column {
	float: left;
	width: 200px;
	color: #FFF;
	border: 1px solid #2d393f;
	background: url(images/column_background.gif) bottom repeat-x;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#left_column li {
	list-style: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url(images/liststyle.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}

#left_column ul {
	margin: 0px;
	padding: 0px;
}


#left_column li a {
	color: #757575;
	text-decoration: none;
	text-transform: capitalize;
}
#left_column li a:hover {
	padding-left: 5px;
	color: #858585;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#left_column li a.current {
	padding-left: 5px;
	color: #ec3e00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#right_column {
	float: right;
	margin: 10px 15px 10px 0px;
	padding: 20px;
	width: 500px;
	border: 1px solid #2d393f;
	background: url(images/column_background.gif) bottom repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #838383;
}
#right_column p a {
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #ec3e00;
}

/*--- End of Right Column---*/
/*--- End of Content ---*/

/*--- Menu ---*/
#menu {
	float: right;
	padding: 0px;
	width: 540px;
	background: #12181b;
	height: 120px;
}
#menu2 {
	float: left;
	width: 253px;
	height: 120px;
	padding-left: 10px;
}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	float: right;
}

#menu ul li {
	display: inline;
}

#menu ul li a{
	float: left;
	margin-right: 1px;
	width: 133px;
	height: 95px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background:url(images/menu_background.gif) no-repeat;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	clear: both;
	margin-top: 30px;
	width: 769px;
	height: 55px;
	color: #E55C26;
	background: url(images/footer_background.gif) repeat-x;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#menu ul li a:hover {
	float: left;
	margin-right: 1px;
	width: 133px;
	height: 95px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/menu_hover.gif);
	background-repeat: no-repeat;
}
#right_column p a:hover {
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

