body {
	margin: 0; 
	padding: 0px; 
	text-align: center; 
	background-color: #000000;
	} 

#container{ 
	margin: 0 auto; 
	border: 0; 
	padding: 0; 
	width: 980px; 
	text-align: left; 
	z-index: 500;

	} 

#header{
	width: 962px; 
	height: 266px; 
	position:relative; 
	margin: 0px 0 0 0; 
	font-family: calibri, arial; 
	font-size:12px; 
	color: white; 
	text-align: left; 
	padding: 0px 0px 0px 0px; 
	background: url('design/header.png');
	background-repeat: no-repeat;
	}	


.nav{
	width: 700px; 
	height: auto; 
	position: relative; 
	margin: 0px 0px 0 120px ;  
	font-family: arial; 
	font-size: 20px; 
	font-weight: bold; 
	text-align:center; 
	color: #ffffff; 
}

	.nav a:link {
		font-family: arial; 
		font-size: 30px; 
		font-weight: bold; 
		text-align:center; 
		color: #a002c8; 
		text-decoration:none; 
		outline:none;
		}

	.nav a:visited {
		font-family: arial; 
		font-size: 30px; 
		font-weight: bold; 
		text-align:center; 
		color: #a002c8; 
		text-decoration:none; 
		outline:none;
		}

	.nav a:hover {
		font-family: arial; 
		font-size: 30px; 
		font-weight: bold; 
		text-align:center; 
		color: #ffffff; 
		text-decoration:none; 
		outline:none;
		}

	.nav a:active {
		font-family: arial; 
		font-size: 30px; 
		font-weight: bold; 
		text-align:center; 
		color: #a002c8; 
		text-decoration:none; 
		outline:none;
		}
	
	




#center{
	width: 962px; 
	height:auto; 
	text-align:justify;
	z-index: 0;
	background: url('design/centerbg.png');
	background-repeat: y-repeat;


	}
	
	


 .text{
		width: 700px;
		position:relative;
		margin:0 0 0 130px;
		font-family: arial; 
		font-size: 12.5px; 
		color:#ffffff;
		line-height:150%;
		text-align:center;
		}

.image{
	text-align:center;
	}
	
	
#footer{
	width: 962px;
	height: 70px;  
	clear:both; 
	position: relative; 
	margin: 0 0 0px 0; 
	padding: 0px 0 0 0; 
	background: url('design/footer.png');
	background-repeat: no-repeat; 
	}
	

