@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:2.5em;
	line-height: 1.2em;
	margin-bottom:1.2em;
	padding-left:60px;
	font-style:normal;
	font-weight:bolder;
	text-indent:0px;
}
a {outline: none;}
a img {border:none;}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	font-weight:normal;
	right:50px;
	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:285px;

	}
	
	
	
#article {
	float:left;
	width:425px;
	position:relative;
	}	
	#main-content p {
		text-align:center;
		position:relative;
		left:160px;
		top:50px;
		width:505px;
 		float:left;
		font-size:1.8em;
		}
	#main-content h1 {
		padding-left:160px;
		width:625px;
		text-align:center;
		}
	#main-content img {
		background:none;
		}
		
#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; }
