/*////////////////////////////////////////////////////
Good CSS references to use are:
	www.yourhtmlsource.com
	www.sitepoint.com
	www.alistapart.com
////////////////////////////////////////////////////*/

/*************** Body and General tag styles ***************/

*{margin:0; padding:0; border:none;}
a {text-decoration: none; }

html, body {
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	background-color: #000000;
	}
	
h1, h2, h3, h4 {
	margin:0;
	border:0;
	padding:0;
	}
	
h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight:normal;
	letter-spacing: 1px;
	}

h1 {
	font-size: 1.225em;
	line-height: 1.5em;
	font-weight:normal;
	letter-spacing: 1px;
	}
	
span.superscript {
	font-size: 60%;
	vertical-align: super; 
	}

/*************** Page Header *******/
.header {
	margin-top: 50px;
	width: 100%;
}
	
.header a img {
	align: bottom;
	}
	
.subh {
	width: 300px;
	padding: 5px 0 0px 0;
	border-top: 2px solid #867F5E;
	border-bottom: 2px solid #867F5E; /*7C6D50;*/
	}
	
/*************** Main Frame *******/

#container {
	margin: 0px auto;
	background-color: #000000;
	padding: 0 0 0 62px;
	overflow: hidden;
	width: 962px;
	height: 100%;
	}
		
/*************** Cover *******/

.cover {
	padding: 100px 0 50px 0;
	text-align: center;
	font-family: georgia;
	color: #867F5E;
	}

.cover img {
	border: 1px solid #867F5E;
	margin-bottom: 40px;
	}
	
/*************** Content Frame *******/

#content {
	margin-top: 75px;
	width: 100%;
}

#content p {
	margin-bottom: 10px;
	word-spacing: 0.025em;
	text-align: left;
	font-size: 0.9em;
	color: #d3d3d3;
}

#content h1 {
	color: #867F5E;
}

#content h3 {
	color: #d3d3d3;
	margin-top: 1em;
}

/*///// Column 1 ///////*/

.navigation {
	width: 300px;
	float: left;
	}
	
.navigation ul {
	list-style-type:none;
	margin: 0 150px 0 0;
	}
	
.navigation li {
	border-bottom: 1px solid #867F5E;
	padding: 10px 0 10px 5px;
	}
	
.navigation a:link, .navigation a:visited {
	display: block;
	text-decoration: none;
	color: #867F5E;
	font-size: 0.9em;
	}
	
.navigation a:hover, .navigation a:focus {
	color: #ffffff;
	}
	
/*///// Column 2 ///////*/
.columnL {
	width: 300px;
	float: left;
	padding: 0 30px 0 30px;
}

.columnL ul, .columnR ul {
	list-style-type:none;
	}


.columnL li, .columnR li {
	margin-bottom: 10px;
	word-spacing: 0.025em;
	text-align: left;
	font-size: 0.9em;
	color: #d3d3d3;
	}

/*///// Column 3 ///////*/
.columnR {
	width: 300px;
	float: left;
	margin-top: 30px;
	
}

/*************** Slide show *******/

object {
	display:block;
	border: 1px solid #867F5E;
	}

/*************** Footer *******/

#footer {
	position: relative;
	padding: 0 0 10px 62px;
	font-family: georgia;
	letter-spacing: 3px;
	word-spacing: 4px;
	text-align: center;
	color: #ffffff;
	}

