@charset "UTF-8";
/* CSS Document */


/* Define all main values for the web site
----------------------------------------------------*/
	body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #61411C;
	background: #000000;
	}
	
	/* Header elements
----------------------------------------------------*/
	#background {
	width: 100%;
	height: auto;
	padding: 0;
	background-image: url(pierBackground.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}	

	#textWrapper {
	width: 900px;
	margin: auto;
	padding: 0;
	background-image: url(pierBackground.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

	#header {
	width: 460px;
	float: left;
	}
	
	#headerText {
	width: 210px;
	float: left;
	height: 73px;
	margin-top: 36px;
	}
	
	/* Main body elements
----------------------------------------------------*/
	#columnOne {
	width: 180px;
	float: left;
	margin-right: 20px;
	padding: 20px 12px 0 18px;
	}

	#columnTwo {
	width: 210px;
	float: left;
	margin-right: 20px;
	}
	
	#columnThree {
	width: 210px;
	float: left;
	}
	
	#columnFour {
	width: 210px;
	float: right;
	margin: 0;
	}
	
	#columnClearer {
	width: 900px;
	height: 360px;
	float: left;
	}
	
	#columnFive {
	width: 210px;
	float: left;
	margin-right: 20px;
	}

	#columnSix {
	width: 210px;
	float: left;
	margin-right: 20px;
	}
	
	#columnSeven {
	width: 210px;
	float: left;
	}
	
	#columnEight {
	width: 210px;
	float: right;
	margin: 0;
	}
	
	.root {
	float: right;
	position: relative;
	color: #88C6E1;
	}
	
	ul {
	padding: 0 0 5px 15px;
	font-weight: bold;
	color: #301C11;
	margin: 0;
	}
	
	li {
	margin-bottom: 4px;
	}
	
	.clearer {
	clear: both;
	}
	
	#footer {
	clear: both;
	width: 900px;
	height: 65px;
	border-top: #61411C 1px solid;
	margin: 5px 0 0 0;
	}
	
	.copyright {
	line-height: 30px;
	float: left;
	margin: 2px 0 0 0;
	}
	
	.rootCreative {
	line-height: 30px;
	float: right;
	margin: 2px 0 0 0;
	}
	
	.oldSmiddy {
	width: 210px;
	display: block;
	background: #303b69;
	margin: 0 0 10px 0;
	}
	
	.oldSmiddy p {
	color: #BFAF8D;
	padding: 0 10px 10px 10px;
	}
	
	.oldSmiddy a:link, .oldSmiddy a:visited {
	color: #fff;
	text-decoration: none;
	}
		
	.oldSmiddy a:hover {
	color: #88C6E1;
	}
		
/* Turn off all decoration on link images
----------------------------------------------------*/
	img {
	border: none;
	margin: 0;
	}
	
	#columnFour img, #columnEight img {
	padding: 0 0 10px 0;
	}
			
/* Turn off all browser links outlines that appear in FF
----------------------------------------------------*/
	a {
	outline: none;
	}
		
/* Default styling for paragraphs
----------------------------------------------------*/
	p {
	font-size: 0.72em;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 8px 0;
	}
	
	p a:link, p a:visited {
	color: #BFAF8D;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
		
	p a:hover {
	color: #3885A8;
	padding: 0;
	margin: 0;
	}
	
	.lightBlue {
	color: #88C6E1;
	}
	
	.darkerBlue {
	color: #3885A8;
	}
	
	.white {
	color: #fff;
	}
	
	.midBrown {
	color: #61411C;
	}
	
	.goldenBrown {
	color: #BFAF8D;
	}
	
	.darkBrown {
	color: #301C11;
	}
	
		
/* Default styling for heading elements
----------------------------------------------------*/
	h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	font-weight: lighter;
	margin: 0 0 .1em 0;
	}
		
	h1 {
	font-size: 1.4em;
	}
		
	h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;	
	}	
		
	h3, ul {
	font-size: 0.75em;
	font-style: italic;	
	}
	
	h4 {
	font-size: 0.95em;
	}

/* IE hack
----------------------------------------------------*/
#columnOne, #columnTwo, #columnThree, #columnFour, #columnFive, #columnSix, #columnSeven, #columnEight, #header, #headerText { 
	display: inline;
	}