body{
	background:#c7dfff;
	}

#container{
	width:960px;
	background:#edede1 url('../images/shadow.jpg') repeat-y;
	margin:0 auto;/* this centers the page on the browser */
	padding:0 10px;/*reveals the page shadow*/
	}

#header{
	height:100px;
	background:#e2e2b0 url('../images/header.jpg') no-repeat 0 0;
	text-indent:-9999px;/*hides the text but still allows page readers to read it*/
	}
	
#footer{
	height:50px;
	background:#b5b56d url('../images/footer.jpg') no-repeat 0 0;
	clear:both;
	padding: 0 10px 0 10px;
	margin:20px 0 0 0;
	color:#000000;
	}
	
#footer p{
	float:left;
	margin:10px 0 0 0;
	text-align:left;
	}
	
#footer_nav p{
	float:right;
	width:500px;
	margin:10px 0 0 0;
	text-align:right;
	}
	
#footer a:link{
	color:#000000;
	text-decoration:none;
	}
	
#footer a:visited{
	color:#000000;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#ffffff;
	text-decoration:none;
	}

/*content for index*/
#primary_content{
	float:left;
	width:900px;
	margin: 0 30px 0 30px;
	padding: 0 10px 0 0;
	}
	
#index_h2{
	text-align: center;
	}
	
/*content for about us & contact*/
#address li{
	list-style:none;
	}
	
/*coding for text height,spacing,alignment and font style*/
p{
	font-size:14px;
	line-height:2;
	font-family:"Arial", Monaco, monospace;
	text-align:justify center;
	}

h1,h2,h3,h4,h5,h6,h7{
	color:#000000;
	font-family:"Arial", Monaco, monospace;
	}
	
li{
	font-family:"Arial", Monaco, monospace;
	font-size:14px;
	text-align:justify;
	}


/*coding for links within the body*/
a:link{
	text-decoration:none;
	}
	
a:visited{
	text-decoration:none;
	}
	
a:hover{
	color:#000000;
	text-decoration:none;
	}
	
a:active{
	color:#000000;
	}


/*coding for the nav bar*/
.clear{
	clear:both;
	}
	
#mn_nav{
	background:#a6f2ff;
	float:left;
	width:960px;
	margin: 0;
	padding: 0;
	}

#mn_nav li{
	list-style:none;
	float:left;
	text-align:center;
	}

#mn_nav a{
	text-decoration:none;
	font-size:18px;
	color:#31e3fe;
	background:#999933;
	display:block; /*makes whole area clickable*/
	}
	
#body_home #mn_home a{
	color:#999933;
	background:#6d5c15 url('../images/home_hover.jpg') no-repeat 0 0;
	height:22px;
	width:68px;
	}
	
#mn_home a{
	color:#999933;
	background:#6d5c15 url('../images/home.jpg') no-repeat 0 0;
	height:22px;
	width:68px;
	text-indent:-9999px;
	}
	
#mn_home a:hover{
	color:#999933;
	background:#6d5c15 url('../images/home_hover.jpg') no-repeat 0 0;
	height:22px;
	width:68px;
	}

#body_aboutus #mn_aboutus a{
	color:#999933;
	background:#6d5c15 url('../images/aboutus_hover4.jpg') no-repeat 0 0;
	height:22px;
	width:124px;
	}
	
#mn_aboutus a{
	color:#999933;
	background:#6d5c15 url('../images/aboutus.jpg') no-repeat 0 0;
	height:22px;
	width:124px;
	text-indent:-9999px;
	}
	
#mn_aboutus a:hover{
	color:#999933;
	background:#6d5c15 url('../images/aboutus_hover4.jpg') no-repeat 0 0;
	height:22px;
	width:124px;
	}
	
		
#body_legal #mn_legal a{
	color:#999933;
	background:#6d5c15 url('../images/legal_hover2.jpg') no-repeat 0 0;
	height:22px;
	width:78px;
	}
	
#mn_legal a{
	color:#999933;
	background:#6d5c15 url('../images/legal.jpg') no-repeat 0 0;
	height:22px;
	width:78px;
	text-indent:-9999px;
	}
		
#mn_legal a:hover{
	color:#999933;
	background:#6d5c15 url('../images/legal_hover2.jpg') no-repeat 0 0;
	height:22px;
	width:78px;
	}

		
#body_contact #mn_contact a{
	color:#999933;
	background:#6d5c15 url('../images/contact_hover3.jpg') no-repeat 0 0;
	height:22px;
	width:118px;
	}
	
#mn_contact a{
	color:#999933;
	background:#6d5c15 url('../images/contact.jpg') no-repeat 0 0;
	height:22px;
	width:118px;
	text-indent:-9999px;
	}
		
#mn_contact a:hover{
	color:#999933;
	background:#6d5c15 url('../images/contact_hover3.jpg') no-repeat 0 0;
	height:22px;
	width:118px;
	}

