body {
	background-color: #FDFF80;
	margin: 20px 0px 20px 0px;
}

#main {
	width: 680px;
	height: auto;
	overflow: hidden;
}

#weather {
	padding: 0px 0px 5px 0px;
	font-size: 12px; 
	color: #000000; 
	font-family: arial, sans-serif; 
	font-weight: normal;  
	letter-spacing: 0.0px;
	text-align: right;
}

#photo {
	height: 150px;
	background-color: #96008A;
}

#nav { 
	width: 680px;
	height: 50px;
	background-color: #96008A;
	text-align: center;
}

#nav a {
	font-size: 18px; 
	font-family: arial, sans-serif;
	color: #FFFFFF;  
	font-weight: bold; 
	text-decoration: none; 
}

#nav a:hover {
	font-size: 18px;
	font-family: arial, sans-serif;
	color: #F8BF00; 
	text-decoration: none;
	font-weight: bold; 
}

#content {
	padding: 15px 75px 25px 50px;
	background-color: #FFFFFF;
	font-size: 12px; 
	color: #000000; 
	font-family: arial, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	letter-spacing: 0.0px;
	text-align: left;
}

#content a {
	font-size: 12px; 
	color: #96008A; 
	font-weight: bold; 
	text-decoration: none;
}

#content a:hover {
	font-size: 12px; 
	color: #F8BF00; 
	font-weight: bold; 
	text-decoration: none;
}

#frame {
	
	overflow: hidden;
	/*Hack to make the cols the same height*/
	/*padding-bottom: 32767px;
	margin-bottom: -32767px;
	/*end hack*/
}

#leftcol {
	padding: 0px 0px 50px 0px;
	width: 150px;
	height: auto;
	float: left;
}

#rightcol {
	padding: 100px 0px 160px 0px;
	width: 390px;
	height: auto;
	float: right;
}

p.staffInfo {
	padding: 0px 5px 5px 0px;
	float: left;
}

div#newstaffblock {
	border: 0px none;
	width: 550px;
	float: left;
}

#imageGallery {
	width: 600px;
	height: 300px;
	text-align: center;
}

#mainImage {
	margin-top: 10px;
}

h1 {
	font-size: 18px; 
	color: #000000; 
	font-family: arial, sans-serif; 
	font-weight: bold;  
	letter-spacing: 0.0px;
	line-height:100%;
}

h2 {
	
	font-size: 16px; 
	color: #000000; 
	font-family: arial, sans-serif; 
	font-weight: bold;  
	letter-spacing: 0.0px;
	line-height: 100%;
}

h3 {
	font-size: 14px; 
	color: #000000; 
	font-family: arial, sans-serif; 
	font-weight: bold;  
	letter-spacing: 0.0px;
	line-height: 100%;
}

.green {
	color: #006600;
}
