/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #333 url(background.jpg) top repeat-x; /* Optional */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #fff;
	}
a { text-decoration: none; color: #FFD200; border-bottom: 1px dotted #FFD200; }
a:hover { border-bottom: 1px dotted #fff; color: #fff; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 910px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	float: left;
	background: transparent;
	border: 0;
	padding-top:10px;
	padding-bottom: 5px;
	margin-left: 10px;
	height: 46px;
	}	

#datas {
	background: transparent;
	float: right;
	border: 0;
	margin-right: 10px;
	padding-top:12px;
	padding-bottom: 5px;
	width: 350px;
	height: 15px;
	font-size: 11px;
	text-align: right;
	}	

#photo {
	background: #transparent;
	float: left;
	position: relative;
	margin-top: 1px;
	border: 0;
	padding:0;
	width: 910px;
	height: 342px;
	}
	
#photo p {
	margin: 0;
	border: 0;
	padding:0;

	}	

#payoff {
	background: transparent;
	position: absolute;
	left: 18px;
	top: 269px;
	border: 0;
	padding: 5px 10px;
	width: 562px;
	height: 53px;
	font-size: 27px;
	letter-spacing: -1px;
    text-align: right;
	line-height: 26px;
	}	


/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	padding: 20px 0 0 0;
	float: left;
	margin-left: 17px; 
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	line-height: 20px;
	}	

#nav li a { 
	width: 170px;
	padding: 0px 0px 0px 10px;
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: transparent;
	border-bottom: 0;
	float: left;
	}
#nav li a:hover { background-color: #FFD200; color: #000; }
#nav li a.on { background-color: #FFD200; color: #000; }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/

#content {
	padding: 20px 0 20px 0;
	width: 650px;
	float: right;
	margin-right: 18px;
	line-height: 17px; 
	text-align: left; 	
	}
	
#content p{
	padding: 0;
	margin: 0;
	border: 0;
	}

#content h1{
	padding: 10px 0 20px; 0;
	margin: 0;
	border: 0;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	}

/*------------------------------------------------------------*
**  Form
**------------------------------------------------------------*/

.field_heading {
	font-size: 20px;
	font-weight: bold;
	color: #FFD200;
	padding: 15px 0 15px 0;
}

.textfield, .textarea, .email {
 font-size: 13px;
 color: #000;
 width: 300px;
 background-color: #fff;
 border: 1px solid #FFD200; 
}


.date {
 font-size: 13px;
 color: #000;
 background-color: #fff;
 border: 1px solid #FFD200; 
}

.select {
 font-size: 13px;
 color: #000;
 background-color: #fff;
 border: 1px solid #FFD200; 
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	
	background: #ff0 url(bgfooter.jpg) top repeat-x;
	border-top: 1px solid #fff;
	text-align: center;	
	color: #000;
	font-size: 11px;
	line-height: 16px;
	clear: both;
	margin: 0 auto;
	padding: 12px 24px 12px 24px;

	}

#footer a { font-weight: bold; text-decoration: none; color: #000; }
#footer a:hover { font-weight: bold; text-decoration: none; 1px solid #000; color: #000; }
