body {
	background-image:url(images/background.jpg);
	background-color:#e4eabe;
	font-family:Calibri, Verdana;
	background-repeat: no-repeat;
		
}


td, th {
	background-color:e4eabe;
	font-family:Eurostile, Verdana;
	text-align:center;
		
}

p{
	color:#66723D;
	font-family:Eurostile, Verdana;
	font-size:14px;
	padding-right: 10px;
		
	}


h1 {
	color:#8C2366;
	font-family:Calibri, Verdana, sans-serif;
	font-size:18px;
}

h2 {color:#666666;
	font-family:Calibri, Verdana, sans-serif;
	
}
h3 {
	color:#333;
}

h5 {color:#666666;

}

h6 {color:#666666;

}
.quote{
	font-family:Calibri, Verdana, sans-serif;
	font-size:12px;
	font-color:#666;
	font-style:italic;
	
	
}

hr {
	color:#CCCCCC;
	width: 50%;
	text-align: center;/*this will align it for IE*/
	margin: auto; /*0 auto 0 0this will align it left for Mozilla*/
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.banner {
	background-image:url(images/banner.gif);
	height: 300px;
	width: 900px;
	margin: 0px auto;
	}
	
	





/*Content on the Home Page*/

#content {
	background:url(images/wallpaper.jpg) repeat-y;
	height: 700px;
	width: 900px;
	padding-left: 0px;
	padding-right:0px;
	margin: 0px auto;
	margin-top:0px;
	background-color: #E4EABE;
	

	}
	
	#topphoto {
		position:relative;
		float:left;
		background-image:url(images/bjworking.png);
		background-repeat:no-repeat;
		margin-left: 50px;
		margin-top:25px;
		height:auto;
		width:auto;
		
		
	}
	
	#paragraph1{
		text-align:justify;
		float:right;
		width:400px;
		margin-right:50px;
		margin-top:25px;
		
		
	}

		

#photo2 {
		position:relative;
		float:right;
		margin-right: 75px;
		height:auto;
		width:auto;
		margin-top:-100px;
		
		
	}
	
	#paragraph2{
		text-align:justify;
		float:left;
		width:400px;
		margin-left:50px;
		margin-top:25px;
		
		
	}
	
	#photo3 {
		position:relative;
		float:left;
		margin-left: 50px;
		height:auto;
		width:auto;
		margin-top: 25px;
		
		
	}
	
	#paragraph3{
		text-align:justify;
		float:right;
		width:500px;
		margin-right:50px;
		margin-top:0px;
		
		
	}

		


	
#bottomnav{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#999999;
	text-align:center;
	position:relative;
	top: 200px;
	float:left;
	width:950px;
	margin: 0 auto;

}


   	
	#copyright {
		font-size:11px;
		float:left;
	position: relative;
	width:900px;
	text-align:center;
	padding:0px;
	margin: 0px auto;
	
	
}
a {
  font-family:Verdana, Geneva, sans-serif;
  font-size:8px;
  color:#000;
  text-decoration:none;
  
}
 a:hover {
	font-size:10px;
	text-decoration:none;
}
 a:visited {
	color:#fff;
	text-decoration:none;
}

