@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;
	
}

#header background a{
	}


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

}

ul {list-style: none inside; }

p {
	position:relative;
	font-size:1.8em;
	line-height: 1.2em;
	padding-left:100px;
	font-style:normal;
	font-weight:bolder;
	text-indent:20px;
	top:45px;
	padding-top:5px;
	line-height:21px;
	
}


p#number {
	position:relative;
	font-size:1.8em;
	line-height: 1.2em;
	padding-left:100px;
	font-style:normal;
	font-weight:bolder;
	text-indent:20px;
	top:50px;
	padding-top:5px;
	line-height:30px;
	
}

a {outline: none;}
a img {border:none;}

h1 {
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	font-weight:normal;
	color:#440505;
	margin:0 auto;
	text-align:center;
	}
	
h2 {
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:normal;
	color:#990000;
	margin:0 auto;
	text-align:center;
	
	}
	
h3 {
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	font-weight:normal;
	color:#990000;
	margin:0 auto;
	text-align:left;
	padding-left:290px;
	top:50px;
	}	
	

/* 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;
}




#main-content {
	margin:0 auto;
	top:388px;
	background:url(images/content-background.jpg) repeat-y top;
	left:1px;
	min-height:300px;


	}
	
#what {
text-align:left;
position:absolute;
top:460px;
left:30px;
width:400px;
}

#how  {
text-align:center;
position:absolute;
top:460px;
right:460px;
width:278px;
}

	



#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; }
