* {
	margin: 0;
}
html, body {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
}
a:active, a:focus {
outline: 0;
}
p {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	text-align: justify;
}
#wrap_middle, #wrap_logo, #wrap_menu, #wrap_welcome  {
	position: relative;
	height: auto;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #69BFF6;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #bd1010;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}



#middle
{
	position: relative;
	width: 900px;
	left: 50%;
	margin-top:10px;
	margin-left: -450px;
	height: auto;
	top: 30px;
	background-color: #080808;

}
#wrap_banner  {
	position: relative;
	height: auto;
}
#banner
{
	position: relative;
	width: 880px;
	left: 50%;
	margin-left: -450px;
	height: 390px;
	top: 10px;

}
#banner_small
{
	position: relative;
	width: 880px;
	left: 50%;
	margin-left: -450px;
	height: 200px;
	top: 10px;

}

.bg_banner {
	width: 100%;
	position: relative;

}
#spotlight {
	height: auto;
	width: 315px;
	position: relative;
	left: 5px;
}
#wrapcentering_welcome
{
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	height: auto;
	top: 0px;
	background-color: #080808;
}
.bg_welcome {
	width: 100%;
	position: relative;
}
#logo
{
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	height: 100px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	z-index:2;
}
#logo_bg
{
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	height: 127px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#banner_border {
	border: 10px solid #080808;
	height: 390px;
	width: 880px;
	position: absolute;
	z-index: 1;
	color: #FFF;
}
#banner_border_small {
	border: 10px solid #080808;
	height: 200px;
	width: 880px;
	position: absolute;
	z-index: 1;
	color: #FFF;
}

#lines1 {
	background-image: url(images/lines1.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 227px;
	width: 676px;
	position: absolute;
}
#lines2 {
	background-image: url(images/lines2.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 192px;
	width: 694px;
	position: absolute
}

#menu_container
{
	position: relative;
	width: 900px;
	left: 50%;
	margin-top:10px;
	margin-left: -450px;
	height:auto;
	top: 0px;
}
#menu {
	position: relative;
	clear: left;
	height: 34px;
	width: 900px;
	right: 0px;
	bottom: 0px;
	outline:none;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	z-index: 2;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
		}	
		


#menu li {
	display: inline;
	margin: 0;
	float:left;
	outline:none;
	clear:right;

		}

#menu li a {
	color: #FFF;
	text-decoration: none;
	font-family: verdana;
	width: auto;
	background-repeat: no-repeat;
	display:block;
	text-align:right;
	font-size: 14px;
	padding-left: 10px;
	padding-right:10px;
	text-transform: uppercase;
	height: 34px;
	outline:none;
	line-height:35px;
	background-image: url(images/menu_line.png);
	background-position: right;
		}
#menu li a:hover {
	color: #CE4B0D;
}
#submenu {
	height: auto;
	text-align: justify;
	position: relative;
	top: 10px;
	background-color: #F5F5F5;
	z-index: 1;
	right: 10px;
}
#submenu ul {
	margin: 0;
	border: none;
	float: right;
	position:relative;
	height:auto;
		}	

#submenu li {
	display: inline;
		}

#submenu li a {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	width: 230px;
	display:block;
	text-align:left;
	font-size: 16px;
	height: auto;
	position: relative;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom:10px;
	padding-top: 10px;
	background-color: #D04D0E;
	border: 3px solid #2a2828;
	margin-left: 10px;
	margin-bottom: 10px;
		}
#submenu li a:hover {
	color: #333;
	background-color: #BD0E0D;
}
#submenu li#navLinkSelected {
	display: inline;
	margin: 0;
	float:left;
	outline:none;
	margin-left:5px;
	background-repeat: no-repeat;
}
#menu li#navLinkSelected a {
	color: #FC6;
}

#footer {
	position: absolute;
	width: 1010px;
	height:152px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	left: 38px;
}


#wrap_footer
{
	position: relative;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	height: 142;
	top: 0px;
	background-color: #080808;
}
#footer_txt {
	background-image: url(images/footer_txt.png);
	position: absolute;
	right: 79px;
	bottom: 12px;
	background-repeat: no-repeat;
	height: 79px;
	width: 238px;
}


.bg_middle {
	background-color: #080808;
	position: relative;
}

.text_webmade {
	font-family: "Century Gothic", Verdana;
	font-size: 9px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
.text_webmade a {
	font-family: "Century Gothic", Verdana;
	font-size: 9px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
.text_webmade a:hover {
	color: #F60;
	text-decoration: none;	
}
#banner_txt {
	font-size: 24px;
	text-transform: uppercase;
	bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	position: absolute;
	height: auto;
	width: auto;
	left: 10px;
}
#news {
	height: auto;
	width: 530px;
	position: relative;
	float:right;
}
.pic_border {
	border: 1px solid #2a2d32;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #CE4B0D;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

