

	body 
	
	{
		background-attachment:fixed;
		background-position: center top;
		background-image: url(../images/main-background.jpg);
		margin: auto;
		text-align: center;
		background-repeat: no-repeat;
		background-color: #000000;
	}
	

	#outer-wrapper
	
	{
	
	width: 900px;
	margin: auto;
	margin-top:0px;
	text-align: center;
	
	}
	
	
	#top-banner
	
	{
	
	width: 900px;
	height: 160px;
	margin: auto;
	margin-top: 0px;
	text-align: center;
	
	}
	
	
	
	#left-navigation
	
	{
	
	width: 230px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	
	}
	
	
	#image
	
	{
	
	width: 540px;
	height: 300px;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin: auto;
	padding-right: 65px;
	
	}
	
	
	
	

p

	{
	
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font: 8pt arial;
	color: #ffffff;
	margin-right: 60px;
	
	}

	
	
	