@import url(body-bg.css);

/* Global Styles */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font: 85% georgia, "times new roman", palatino, serif;
	text-align: center;
}

a:link, a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
hr {
	margin: 15px auto;
	width: 70%;
	color: #727162;
	text-align: center;
}
ol {
	line-height: 1.75em;
}



/* Layout Styles */
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 689px;
	background-image: url(../images/content_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
}
#keywords {
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	color: #999;
	background-color: #000;
	font-size: 80%;
}
#header {
	height: 244px;
	padding: 0;
	margin: 0;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#header h1 span {
	display: none;
	padding: 0;
	margin: 0;
}

#logo {
	width: auto;
	padding: 0;
	margin: 0;
	background: transparent url(../images/logo.gif) 75px 40px;
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}

/* Menu Bar*/
#nav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	top: 234px;
	left: 155px;
}
/* Navigation */
#nav ul {
	display: inline;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0 10px 0 10px;
	display: block;
	color: #999966;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	float: left;
	
	
}
#nav li a{
	color: #666633;
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	color: #999966;
	text-decoration: none;
	display: block;
}


/* Content */
#content {
	margin: 0 120px 20px 120px;
	padding: 0;
	width: auto;
}

#legal {
	text-align: center;
}
.legaltxt {
	margin: 10px 10px 25px 10px;
	font-size: .65em;
	text-align: center;
}
#footer {
	height: 130px;
	background-image: url(../images/footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.baselinks {
	margin: 10px 10px 15px 10px;
	padding-top: 10px;
	font-size: .65em;
	text-align: center;
	font-weight: normal;
}
.baselinks a {
	font-weight: normal;
}
.footertxt {
	margin: 10px 10px 25px 10px;
	padding-bottom: 15px;
	font-size: .65em;
	text-align: center;
}
.credits {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.credits a:link {
	color: #5E594C;
	text-decoration: none;
}
.credits a:visited {
	color: #5E594C;
	text-decoration: none;
}
.credits a:hover {
	color: #9C9787;
	text-decoration: underline;
}
.smalltxt {
	font-size: .65em;
}

/* fonts */

td {
	font: 85% georgia, "times new roman", palatino, serif;
}

h1 {
	margin: 0 40px;
	padding: .2em 0;
	display: block;
	background: transparent;
	color: #000000;
	font: 1.2em georgia, "times new roman", palatino, serif bold;
	letter-spacing: .07em;
	text-align: left;
}
h2 {
	margin: 0 40px;
	padding: .2em 0;
	display: block;
	background: transparent;
	color: #000000;
	font: .95em georgia, "times new roman", palatino, serif bold;
	letter-spacing: .07em;
	text-align: left;
}
h3 {
	margin: 0 40px;
	padding: .2em 0;
	display: block;
	background: transparent;
	color: #000000;
	font: .95em georgia, "times new roman", palatino, serif bold;
	letter-spacing: .07em;
	text-align: left;
}
h4 {
	margin: 0 40px;
	display: block;
	background: transparent;
	color: #000000;
	font: .85em georgia, "times new roman", palatino, serif;
	letter-spacing: .07em;
	text-align: left;
}
h5 {
	margin: 0 40px;
	display: block;
	background-color: transparent;
	color: #000000;
	font: italic .85em georgia, "times new roman", palatino, serif;
	text-align: left;
}
h6 {
	margin: 0 40px;
	background: transparent;
	color: #000000;
	font: .65em georgia, "times new roman", palatino, serif normal;
	text-align: left;
}

p {
	margin: 10px 40px;	
	font: .85em/1.75em /* font size/line-height */ georgia, "times new roman", palatino, serif;
}
