/* Structure CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background: url(../images/bg.jpg) #104b8f left top repeat-x;
}

/* Page */

	#Page {
		width: 700px;
		margin: 0 auto;
		padding: 30px 0 0 0;
	}
	
	.Links {
		text-align: center;
	}
	
	#Quote {
		text-align: center;
		padding: 20px 0 0 0;
		font-size: 12px;
	}
	
	#Logo {
		text-align: center;
		padding: 30px 0 0 0;
	}
	
	#Content {
		width: 400px;
		margin: 0 auto;
	}
	
	#FormContent {
		width: 700px;
		margin: 0 auto;
	}
	
	
	