
body {
	margin: 0px;
	padding: 0px;
	/*text-align: center;*/
	background: #060200 url('../images/layouts/body_bg.jpg') center top repeat-x;
}

#container { 
	margin: 0px auto; 
	padding:54px 0px 0px 0px;
	width:996px;
	position:relative;
	text-align:left;
}

#header {
	width:996px;
	height:118px;
	padding:0px;
	margin:0px auto;
	position:relative;
	background:url('../images/layouts/header_pri_bg.jpg') top left no-repeat;
}

h1#logo{
	position: absolute;
	top:0;
	left:18px;
	padding:0;
	margin:0 auto;
	height: 118px;
	width: 257px;
	text-indent:1px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 12px;
	/* */
}

h1#logo a span{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: url('../images/layouts/logo.jpg');
	width: 100%;
	height: 100%;
 	/* cursor: hand; */
}

/* --- NAVIGATION --- */
#priNav_container {
	position:absolute;
	top:40px;
	left:303px; /* left:323px; */
	width:698px;
	height:118px;
	padding:0px;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
	background: url('../images/layouts/priNav_container_bg.jpg') top left no-repeat;
}

#priNav_container h2 {
	display:none;
}

#priNav {
	margin: 0px;
	padding: 0px;
	text-align:left;
}

/*#priNav li {
	display: inline;
	text-align:left;
	padding:0;
	margin:0px 0px 0px 0px;
}*/

#priNav a {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff8a00;
	text-decoration:none;
	text-transform:uppercase;
	background:transparent;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	font-family: 'Trebuchet MS', verdana, geneva, Arial, Helvetica, sans-serif;
	padding:14px 8px 0px 8px; /* padding:14px 10px 0px 10px; */
}

#priNav a:hover {
	background: url('../images/layouts/priNav_on.jpg') center 16px no-repeat;
	color:#4b7891;
	padding:0px 8px 20px 8px; /* padding:0px 10px 20px 10px; */
	height:17px;
}

#priNav li a.active, #priNav li a.active:hover {
	font-family: 'Trebuchet MS', verdana, geneva, Arial, Helvetica, sans-serif;
	color:#4b7891;
	text-decoration:none;
	text-transform:uppercase;
	background: url('../images/layouts/priNav_on.jpg') center 16px no-repeat;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding:0px 8px 20px 8px; /* padding:0px 10px 20px 10px; */
	height:17px;
}

/* --- CONTENT --- */
#content {
	padding:0px;
	margin: 0px auto;
	position:relative;
	width:996px;
	height:511px;
	background:#fff2d4 url('../images/layouts/content_bg.jpg') top left no-repeat;
	text-align:left;
	overflow:hidden;
}

/* --- COLUMN STYLES --- */
#left_column {
	width:742px;
	float:left;
	padding:0px;
	margin:0px auto;
	text-align:left;
}

#right_column {
	width:231px;
	float:left;
	margin:0px;
}

/*--- FOOTER ---*/
#footer {
	padding:0px 18px;
	margin:0 0px 1em 0px;
	position:relative;
	text-align:left;
	width:996px;
	height:28px;
	z-index:5;
	background:url('../images/layouts/sub_footer_bg.gif') top left no-repeat;
	clear:both;
}

html>body #footer {
	width:942px;
}

#footer p {
	font-size:10px;
	/*line-height:3px;*/
	color: #d6d5d5;
	padding:0px 0px 0px 0px;
	line-height:15px;
}

#footer p a:link, #footer p a:visited {color: #d6d5d5;text-decoration: underline;}
#footer p a:hover, #footer p a:active {color: #fff;text-decoration: underline;}
