body { /*-- this is where you can change the body font size (with caution) --*/
	background: #C8C288 url(images/background.jpg) repeat-x center top;
	/*background-color: #C8C288;*/
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#wrapper { /*-- this controls the width of the page and its position (NO EDIT) --*/
	width: 767px;
	margin: 11px auto 40px auto;
	background: url(images/page_bg.jpg) repeat-y 1px top;
	position: relative;
	}
	
#header { /*-- this is where the header image is referenced (NO EDIT) --*/
	position: relative;
	height: 344px;
	width: 767px;
	margin: 0;
	padding: 0;
	background: url(images/header.jpg) no-repeat center top;
	}	
	

#sidebar { /*-- this controls the width of the sidebar, or where the subnav and callouts go (NO EDIT) --*/
	float: left;
	width: 200px;
	padding: 0;
	}

#sidebar .callout { /*-- this is how you can edit the positioning of the callouts  --*/
	margin: 0 0 0 24px;
	}

#subnav ul { /*-- this controls the subnav container and its positioning on the page (NO EDIT) --*/
	list-style: none;
	margin: 30px 0 10px 25px;
	padding: 0 10px 0 0;
	}
	
#subnav li { /*-- this is where you can change the font-size and spacing of each subnav list item --*/
	list-style: none;
	display: block;
	font-size: 11px;
	margin: 0 0 8px 0;
	}
	
#subnav li a { /*-- this is where you can control the color and size of the subnav items that are links --*/
	display: block;
	text-decoration: underline;
	font-size: 11px;
	color: #4682B4;
	}
	
#subnav li a:hover { /*-- this is where you can control the subnav list items on hover such as color, text-size and underline/nounderline --*/
	color: red;
	text-decoration: blink;
	}

#content { /*-- this is body text controls, like line-height etc --*/
	width: 485px;
	margin: 0 0 0 215px;
	padding: 0 15px 0 35px;
	line-height: 1.6;
	background: url(images/line.jpg) no-repeat left top;
	}

#content h1 { /*-- this is where you control the headers in the body (IE: "News") --*/
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content p { /*-- this is where you control the spacing of the paragraphs in the body content --*/
	margin: 0 0 30px 0;
	}
	
#page_bottom { /*-- controls the torn paper at the bottom (NO EDIT) --*/
	background: url(images/page_bottom.jpg) no-repeat 1px top;
	height: 31px;
	width: 767px;
	}
	
/* ----- Nav Defaults ------ */ /*-- Do not edit this because it controls the navigation and if anything is changed, it won't work correctly --*/

#header #nav {
	position: absolute;
	right: 20px;
	top: 270px;
	width: 537px;
	height: 34px;
	background: url(images/navigation.gif);
	/* -- IE doesn't render the white curved page border properly without a z-index value here -- */
	z-index: 9;
	}
#header #nav li {
	display: inline;
	}
#header #nav a:link, #header #nav a:visited {
	display: block;
	position: absolute;
	top: 0;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	}
		
#nav-home a:link, #nav-home a:visited {
	width: 34px;
	left: 0;
	}
#nav-about a:link, #nav-about a:visited {
	width: 95px;
	left: 55px;
	}
#nav-calendar a:link, #nav-calendar a:visited {
	width: 55px;
	left: 172px;
	}
#nav-join a:link, #nav-join a:visited {
	width: 84px;
	left: 248px;
	}
#nav-photos a:link, #nav-photos a:visited {
	width: 41px;
	left: 354px;
	}
#nav-links a:link, #nav-links a:visited {
	width: 30px;
	left: 417px;
	}
#nav-contact a:link, #nav-contact a:visited {
	width: 68px;
	left: 469px;
	}

/* ----- Nav Hover ------ */
#nav-home a:hover {
	background: url(images/navigation.gif) no-repeat 0 -34px;
	}
#nav-about a:hover {
	background: url(images/navigation.gif) no-repeat -55px -34px;
	}
#nav-calendar a:hover {
	background: url(images/navigation.gif) no-repeat -172px -34px;
	}
#nav-join a:hover {
	background: url(images/navigation.gif) no-repeat -248px -34px;
	}
#nav-photos a:hover {
	background: url(images/navigation.gif) no-repeat -354px -34px;
	}
#nav-links a:hover {
	background: url(images/navigation.gif) no-repeat -417px -34px;
	}
#nav-contact a:hover {
	background: url(images/navigation.gif) no-repeat -469px -34px;
	}

/* ----- Nav Selected ------ */
#nav-home a.selected:link, #nav-home a.selected:visited {
	background: url(images/navigation.gif) no-repeat 0 -34px;
	}
#nav-about a.selected:link, #nav-about a.selected:visited {
	background: url(images/navigation.gif) no-repeat -55px -34px;
	}
#nav-calendar a.selected:link, #nav-calendar a.selected:visited {
	background: url(images/navigation.gif) no-repeat -172px -34px;
	}
#nav-join a.selected:link, #nav-join a.selected:visited {
	background: url(images/navigation.gif) no-repeat -248px -34px;
	}
#nav-photos a.selected:link, #nav-photos a.selected:visited {
	background: url(images/navigation.gif) no-repeat -354px -34px;
	}
#nav-links a.selected:link, #nav-links a.selected:visited {
	background: url(images/navigation.gif) no-repeat -417px -34px;
	}
#nav-contact a.selected:link, #nav-contact a.selected:visited {
	background: url(images/navigation.gif) no-repeat -469px -34px;
	}
