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

/* RESETS & BASIC PAGE SETUP */

* {margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	height:100%;
	font:62.5% Arial, Helvetica, sans-serif;
	font-weight:bolder;
	background:url(images/background-pattern.jpg) repeat-x;
	background-color:#000000;
	
}



ul {list-style: none inside; }

p {
	font-size:1.5em;
	line-height: 1.2em;
	margin-bottom:1.2em;
	padding-left:60px;
	font-style:normal;
	font-weight:bolder;
	text-indent:20px;
}
a {outline: none;}
a img {border:none;}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	font-weight:normal;
	color:#440505;
	}

/* END RESET */

/* TOOLBOX */
.floatleft { float:left;}
.floatright {float:right;}
.clear {clear:both;}
/* END TOOLBOX */


#page-wrap{
	width:959px;
	margin:0 auto;
	/*background:url(images/content-background.jpg) repeat-y;*/
	background-position:top;
	}


#header {
height:277px;
width:959px;
background:url(images/header.jpg) center;
background-position:right;
}

#header background a{
	}


#content-header {
height:89px;
width:959px;
background:url(images/main-content-top.jpg) center;
background-position:right;

}




#main-content {
	top:388px;
	background:url(images/content-background.jpg) repeat-y;
	min-height:255px;

	}
#article {
	float:left;
	width:425px;
	position:relative;
	}	
	#main-content p {
		position:relative;
		left:20px;
		width:405px;
 		float:left;
		font-size:1.3em;
		}
	#main-content h1 {
		padding-left:68px;
		width:425px;
		float:left;
		}
	#main-content img {
		background:none;
		}

#slideshow {
	float:right;
	position:relative;
	right:140px;
	bottom:20px;
	height:212px;
	width:282px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}



ul#trip li {
		list-style:circle inside;
		position:relative;
		left:-150px;
		width:305px;
 		float:right;
		font-size:1.3em;
	}
	
	
	
#flint-quote{
	position:relative;
	float:right;
	width:300px;
	}	
#flint-quote p{
		position:relative;
		left:-150px;
		width:300px;
 		float:right;
		font-size:1.3em;
		}

#footer {
height:151px;
width:959px;
background:url(images/main-content-bottom.jpg) center;
background-position:right;
}


ul#legal {width:120em; position:relative; left:8.2em;}

ul#legal li{float:left; margin-right:22.5em; }
