/* CSS Document */

body, html {
	padding:0;
	color:#CCCCCC;
}

body {
	font-size: 62.5%;
	text-align:center;
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:16px;
	margin-bottom:16px;
}

div#container {
	width:750px;
	background:url(images/layout/fauxsides.jpg) repeat-y 50% 0;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-size:1.2em;
}

div#header {
	width:750px;
	height:127px;
	background:url(images/layout/header.jpg);
}

div#navigation {
	height:36px;
	width:750px;
	overflow:hidden;
}

#featured {
	margin-left:37px;
	height:126px;
	width:676px;
	background:url(images/layout/bkg_featured_box.jpg) no-repeat;
}

#featuredleft {
	float:left;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	width:373px;
	height:125px;
}

#featuredleft p {
	margin:15px;
	padding:0px;
	font-size:10px;
}

#featuredright {
	float:right;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	height:125px;
	width:298px;
}

#featuredright p {
	margin:15px;
	padding:0px;
	font-size:10px;
}

#contenttop {
	float:left;
	height:6px;
	width:676px;
	background:url(images/layout/bkg_content_top.jpg) no-repeat;
}

#content {
	margin:0 37px 0 37px;
	background:url(images/layout/tile_content_box.jpg) repeat-y;
	background-position:right;
}

#contentleft {
	float:left;
	width:224px;
	background:#5A0800 url(images/layout/bkg_news_top.jpg) no-repeat;
	margin-bottom:20px;
}

#contentleft p.title {
	margin:0;
	line-height:40px;
	width:224px;
	text-align:center;
	font-weight:bold;
	color:#EFC763;
}

#contentright {
	float:right;
	width:452px; /*448*/
	/*height:262px;*/
	background:#5A0808 url(images/layout/tile_content_box.jpg) repeat-y;
	padding-top:10px;
	padding-bottom:10px;
	/*min-height:340px;*/
}

#contentright h1 {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
}

#contentright h2 {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
}

#contentright p {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
	width:434px;
}

#news {
	float:left;
	width:214px;
	background:url(images/layout/tile_news_box.jpg) repeat-y;
	padding-top:10px;
	padding-left:16px;
	padding-bottom:12px;
	font-size:10px;
}

#news p {
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	width:192px;
}

#newsbottom {
	float:left;
	width:224px;
	height:4px;
	background:url(images/layout/bkg_news_bottom.jpg);
}

#news ul {
	list-style:none;
	margin-top:0px;
	margin-left:0px;
	margin-right:16px;
	margin-bottom:0px;
	padding:0;
}

#news h2 {
	margin:0px;
	margin-bottom:4px;
}

#footer {
	background:url(images/layout/footer.jpg);
	clear:both;
	width:750px;
	height:38px;
	text-align:center;
	margin:0;
	padding:0;
}
#footer p {
	text-align:center;
	margin:0px;
	line-height:30px;
}

#footer a {
	color:#CCCCCC;
	text-decoration:none;
}

a {
	color:#EFC763;
}

a:link, a:visited, a:active {
	color:#EFC763;
	text-decoration:underline;
}

a:hover {
	color:#EFC763;
	text-decoration:none;
}

h1 {
	text-align:center;
	font-size:1.3em;
	color:#EFC763;
}

h2 {
	text-align:center;
	font-size:1.0em;
	color:#EFC763;
}

blockquote {
	margin:0 10px 5px 20px;
	font-size:12px;
}


.gold {
	color:#EFC763;
}

/* NAVIGATION ROLLOVER BEHAVIOR */
#navbar {
	text-align:center;
	margin:0 30px 0 33px;
	padding:0;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	line-height:35px;
	color:#EFC763;
	outline:none;
}
#navbar a.navbutton {
    width:98px;
    text-decoration:none;
    background:url(images/layout/nav_button.jpg) no-repeat;
    float:left;
	height:36px;
}

#navbar a.last {
	width:96px;
}

#navbar a.on {
  	background-position:0 -36px;
	padding-top:1px;
}

#navbar a:focus, #navbar a:hover, #navbar a:active { 
  	background-position:0 -36px;
	padding-top:1px;
}