/* coding and design by Yann Seznec :: http://www.theamazingrolo.net */

/* body and layout */

	body {
background-color: #000;
/*font-family:'HelveticaNeueW01-UltLt';*/
font-family: 'Lato', sans-serif;

}
	
	#container {
margin: auto;
width: 900px;
height: auto;
min-height: 740px;
padding: 0px;
background: #000;


}

	#header {
margin:auto;
width: 900px;
height: 180px;
font-size: 50px;
color: #fff;
/*font-family:'HelveticaNeueW01-UltLt';*/
font-family: 'Lato', sans-serif;
font-weight: 100;

}


	#left {
float: left;
width: 310px;
margin: auto;
padding: 0px;
text-align: center;
}

	#line {
height: 4px;
width: 800px;
text-align: center;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
margin: auto;
	
}

	#right {
float: right;
width: 590px;


text-align: left;
color: #fff;


}

	#center {
float: right;
width: 900px;

text-align: center;
color: #fff;


}

	#flash {
		width: 702px;
		height: 502px;
		border: 1px solid #fff;
		margin: auto;

	}


	#footer {
width: 100%;
height: 37px;
clear: both;
color: #fff;
margin: auto;
text-align: center;
font-size: 15px;
}




/* fonts and such*/

	h1 {


margin: auto;
text-align: center;

}

	h2 {
font-size: 40px;;
margin: auto;
text-align: center;
background: #000;
font-style: italic;
color: #990200;
}


	p {

font-size: 20px;
}

	a {
color: #ffb400;
text-decoration: none;
}
	a:hover {


	
	
li {

}