/* 
Name: Sunshine School Website
Author: Nick Francis
Questions/Comments: nick@project83.com   
*/

/* main styles */
body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#443F31;
	text-align:center;
	background:#2D4600 url(images/bg.gif) repeat top left;
	}
	
#wrap {
	width:517px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#fff url(images/wrap_bg.gif) repeat-y top left;
	}	

h1 {
	color:#2D4700;
	font-size:150%;
	font-weight:bold;
	}

h2 {
	color:#2D4700;
	font-size:130%;
	font-weight:bold;
	}
	
h3 {
	color:105%;
	font-weight:bold;
	color:#443F31;
	}	
	
a {
	color:#000066;
	}	
	
a:hover {
	text-decoration:none;
	}
	
.floatleft {
	float:left;
	margin:0 10px 15px 0;
	}		
	
.floatright {
	float:right;
	margin:0 0 15px 10px;
	}	
	
.clear {
	clear:both;
	}	
	
/* header */
#header {
	width:517px;
	height:75px;
	padding-top:4px;
	margin-top:25px;
	background:#DFD2B3 url(images/header_bg.gif) no-repeat top left;
	}
	
#header h1 {
	padding:0;
	margin:18px 0 4px 0;
	}	
	
#header p {
	margin:0;
	padding:0;
	}	
	
#nav {
	height:53px;
	width:495px;
	margin:0 11px;
	background:#DFD2B3 url(images/nav_bg.gif) repeat-x top left;
	}
	
#nav ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:495px;
	}			
	
#nav ul a {
	float:left;
	display:block;
	margin-top:12px;
	padding:10px 15px 10px 20px;
	background:url(images/divider.gif) no-repeat center left;
	color:#533620;
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
	}	
	
#nav ul .first a {
	background:none;
	padding-left:30px;
	}	

#nav ul #active a {
	color:#2D4700;
	}	
	
#nav ul a:hover {
	color:#2D4700;
	}
	
#nav ul li {
	float:left;
	}
			

/* content area */
#content-top {
	height:12px;
	width:495px;
	margin:0 11px;
	padding:0;
	background:#fff url(images/content_top.gif) no-repeat top left;
	}
	
#content {
	width:455px;
	margin:0 11px;
	padding:5px 20px 10px 20px;
	font-size:95%;
	background:#fff url(images/content_bg.gif) repeat-y top left;
	}	
	
/* contact page */
fieldset {
	margin-left:15px;
	border:none;
	}
	
label {
	display:block;
	}
	
input {
	width:200px;
	padding:3px;
	}				

input, textarea {
	border:1px solid #2D4700;
	color:#2D4700;
	}	

/* footer */
#footer {
	width:517px;
	height:41px;
	background:#fff url(images/footer_bg.gif) no-repeat top left;
	padding-top:15px;
	font-size:90%;
	}
	
/*IE Sucks*/
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}		
photocaption {

	color:#2D4700;
	font-size:small;
	font-weight:bold;
}
