
/*  BASIC HTML RULES  */
html {
height: 100%;
}

body {
font: normal 11px Arial, Helvetica, Sans-Serif;
background: #240809;
background-image:url('images/bg.jpg');
background-repeat:repeat;
background-attachment:fixed;
color: #1A1A1A;
text-align: left;
padding: 0;
margin: 0;
}

hr {
background-color: #FFFFFF;
color: #c8c869;
height: 1px;
width: 100%;
}

img {
border: none;
}

ul {
padding: 10px 0 20px 0;
margin: 0 0 0 17px;
list-style: square;
text-align:left;
}

ol {
padding: 10px 0 20px 0;
margin: 0 0 0 17px;
list-style: square;
text-align:left;
}

h2 {
height: 20px;
width: 125px;
background-color: transparent;
background-image:url('images/side-heading.png');
background-repeat:no-repeat;
background-position: center;
color: #c8c869;
font: bold 16px Arial, Helvetica, Sans-Serif;
text-align: center;
padding: 0px 0 0 0;
margin: 0;
}

h3 {
height: 20px;
width:570px;
display:inline-block;
color: #c8c869;
background-color: transparent;
background-image:url('images/content-heading.png');
background-repeat:no-repeat;
background-position:center;
font: bold 16px Arial, Helvetica, Sans-Serif;
text-align: center;
padding:0px 0;
margin: 0;
}

h4 {
font: bold 14px Arial, Helvetica, Sans-Serif;
text-align: center;
padding: 0;
margin: 0;
}

/*  BASIC LINK PROPERTIES  */
a {
color: #1a1a1a;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #0e0d19;
text-decoration: underline;
font-weight: bold;
}

/* SIDE NAVs */
#sidenavleft {
background-color: transparent;
font-size: 12px;
color: #1A1A1A;
text-align: center;
}

#sidenavleft a {
display: block;
font-weight: normal;
text-decoration: none;
padding: 0;
margin: 0;
color: #1A1A1A;
}

#sidenavleft a:hover {
font-weight: bold;
text-decoration: none;
background-color: transparent;
color: #280709;
}

#sidenavright {
background-color: transparent;
font-size: 12px;
color: #1A1A1A;
text-align: left;
}

#sidenavright a {
display: block;
font-weight: normal;
text-decoration: none;
padding: 0;
margin: 0;
color: #1A1A1A;
}

#sidenavright a:hover {
font-weight: bold;
text-decoration: none;
background-color: transparent;
color: #280709;
}

/*  WRAPPER  */
#wrapper {
background: #FFFFFF;
border-right: 1px solid #06060b;
border-left: 1px solid #06060b;
width: 850px;
margin: 0 auto;
}

/*  HEADER AND TOP NAV AND TOP NAV LINKS  */
#header {
padding: 0;
text-align: center;
background-image:url('images/header.png');
background-repeat:no-repeat;
height:150px;
}

#header h1 {
color: #000000;
font: normal 48px Arial, Helvetica, Sans-Serif;
text-align: center;
float: right;
padding: 30px 20px 0 0;
margin: 0;
}

.slogan {
width: 500px;
color: #000000;
font: normal 20px Arial, Helvetica, Sans-Serif;
text-align: center;
float: right;
padding: 0;
margin: 0 0 0 360px;
}

#topnavigation {
background-color: transparent;
background-image: url('images/top-nav.jpg');
background-repeat:repeat-x;
font-size: 16px;
color: #c8c869;
line-height: 23px;
text-align: center;
}

#topnavigation a {
display: inline;
font-weight: bold;
text-decoration: none;
padding: 8px;
margin: 0 6px;
color: #c8c869;
}

#topnavigation a:hover {
line-height: 23px;
text-decoration: none;
color: #ffffff;
}

/*  3 COLUMNS  */
#sidebarleft {
float: left;
text-align: center;
font-size: 12px;
width: 125px;
padding: 5px;
}

#contentcenter {
float: left;
text-align: center;
font-size: 12px;
width: 570px;
padding: 5px;
}

#sidebarright {
float: right;
text-align: center;
font-size: 12px;
width: 125px;
padding: 5px;
}

/*  FOOTER  */
#footer {
clear: both;
width: 850px;
height: auto;
font-size: 10px;
color: #c8c869;
text-align: center;
background-color: transparent;
background-image:url('images/footer.jpg');
background-repeat:repeat-x;
padding: 5px 0;
}

#footer a {
color: #c8c869;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {
font-weight: bold;
text-decoration: underline;
color: #ffffff;
}


/*  EXTRA CLASSES  */
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

/*  EXTRA IMAGE CLASSES  */
.imageleft-noborder {
margin: 0 10px 0 0;
float: left;
}

.imageright-noborder {
margin: 0 0 0 10px;
float: right;
}

.imageleft-border {
margin: 0 10px 0 0;
float: left;
border: 1px double #c8c869;
}

.imageright-border {
margin: 0 0 0 10px;
float: right;
border: 1px double #c8c869;
}

#adspace {
	width: 850px;
	background-color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;}
