body {
	background-color: black;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-color: #a3a690;
}

/*----- Structural -----*/

h1 {
	font-size: 1.8em;
	color: #bac0a7;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 0.5em;
	color: #bac0a7;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 0.5em;
	color: #bac0a7;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 0.5em;
	color: #bac0a7;
}

h1 span {
	border-bottom: 4px solid silver;
	padding-bottom: 4px;
}

strong {
	color: gray;
	font-weight: bold;
	border-bottom: 1px dotted gray
}

p {
	font-size: 1.4em;
	font-variant: normal;
	line-height: 2.2em;
	text-align: left;
	color: #ced6b9;
}

/*----- Default Liststyle -----*/

li {
	font-size: 1.2em;
	line-height: 2em;
	margin-left: 2em;
}

/*----- Text Styles -----*/

.headingspan {
	
}

.toplink {
	color: #fff;
	font-size: 0.9em;
	font-variant: small-caps;
	font-weight: bold;
	
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

.description {
	border-color: white;
	color: gray;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 4px;
	padding-top: 4px;
}

.smallcaps {
	font-variant: small-caps;
	letter-spacing: 1px;
}

/*----- Navigation Classes -----*/

.nav-homepage, .nav-email, .nav-sitemap {
	background-color: transparent;
	color: silver;
	float: left;
	font-size: 1em;
	letter-spacing: 2px;
	line-height: 2em;
	text-align: left;
	text-indent: 5px;
	margin-right: 20px;
}

a:hover.nav-email,a:hover.nav-homepage,a:hover.nav-sitemap {
	background-color: transparent;
	color: gray;
}

/*----- Navigation_Lists -----*/

#leftnav li {
	font-size: 1.3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftnav li a {
	border-bottom: 1px solid white;
	color: white;
	display: block;
	letter-spacing: -0.05em;
	text-indent: 6px;
	width: 150px;
}

#leftnav li a:hover {
	background-color: red;
	background-image: none;
}

#leftpanel li {
	font-size: 1.3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftpanel li a {
	border-bottom: 1px solid white;
	color: white;
	display: block;
	letter-spacing: -0.05em;
	text-indent: 6px;
	width: 150px;
}

#leftpanel li a:hover {
	background: red none repeat-x;
}

/*----- Div_Specific -----*/

#credit a {
	background-color: transparent;
	border-width: 0;
	text-decoration: none;
}

#credit a:hover {
	background-color: #a3a690;
}

/*----- Div_IDs -----*/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/ambiance-gradbg.jpg) no-repeat 0 275px;
}

#banner {
	height: 144px;
	width: 960px;
}

#header {
	clear: both;
	height: 320px;
	width: 960px;
}

#leftnav {
	clear: left;
	float: left;
	height: 500px;
	width: 150px;
}

#leftpanel {
	float: left;
	height: 500px;
	width: 150px;
}

#content {
	height: 100%;
	margin-left: 300px;
	margin-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 580px;
}

#footer {
	clear: both;
	color: #a3a690;
	font-size: 1.4em;
	line-height: 2.2em;
	margin-top: 30px;
	text-indent: 310px;
	vertical-align: 50%;
	width: 960px;
	margin-bottom: 10px;
}

#credit {
		border-top: 1px solid #30302a;
clear: both;
	color: #a3a690;
	font-size: 1em;
	height: 32px;
	padding-top: 5px;
	text-align: left;
	text-indent: 310px;
	vertical-align: 50%;
}