body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #0267ad url(../_images/bg/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4 {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #0267AD;
    text-decoration: underline;
}
a:hover, a:active {
    color: #409AD8;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
img.right {
	float: right;
	margin-left: 7px;
}
img.left {
	float: left;
	margin-right: 7px;
}

/* ----------------------------------- */
/* CONTAINER/WRAPPER
/* ----------------------------------- */
#container {
	background: transparent url(../_images/bg/bg-stars.gif) top center repeat-x;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../_images/bg/wrapper.gif) 0 0 repeat-y;
}

/* ----------------------------------- */
/* SIDE 
/* ----------------------------------- */
#left {
	width: 197px;
	height: 591px;
	float: left;
	background: transparent url(../_images/bg/side.jpg) 0 0 no-repeat;
}

a.logo {
	text-indent: -3000px;
	width: 197px;
	height: 238px;
	display: block;
}

#menu {
	position: relative;
	background: url(../_images/menu.jpg) 0 0 no-repeat;					
	width: 197px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 270px;		/* Height of entire image */
	}

#menu li span { display: none; }

#menu li {
	float: left;
	list-style: none;
	}

#menu li, #menu a { 
	height: 30px;			/* Each button must have the same height, define it here */
	display: block;
	text-align: left;
	}

/* Fix IE5.01Win jumping bug - Hide from IE Mac \*/
* html #menu li { height:1% }
/* End */

/* Increments of each button height defined above */
#menu-home { top:   0px }
#menu-about { top:  30px }
#menu-programs { top:  60px }
#menu-donate { top:  90px }
#menu-sponsors { top:  120px }
#menu-volunteer { top:  150px }
#menu-news { top:  180px }
#menu-events { top:  210px }
#menu-contact { top:  240px }

/* width set here should be same width set in #menu */
#menu-home, 
#menu-about, 
#menu-programs, 
#menu-donate, 
#menu-sponsors, 
#menu-volunteer,
#menu-news,
#menu-events,
#menu-contact { left: 0px; width: 197px; }

/* Changed values should match "top" numbers specified above */
#menu-home a:hover { background: transparent url(../_images/menu.jpg) -197px   -0px no-repeat; }
#menu-about a:hover { background: transparent url(../_images/menu.jpg) -197px  -30px no-repeat; }
#menu-programs a:hover { background: transparent url(../_images/menu.jpg) -197px  -60px no-repeat; }
#menu-donate a:hover { background: transparent url(../_images/menu.jpg) -197px -90px no-repeat; }
#menu-sponsors a:hover { background: transparent url(../_images/menu.jpg) -197px -120px no-repeat; }
#menu-volunteer a:hover { background: transparent url(../_images/menu.jpg) -197px -150px no-repeat; }
#menu-news a:hover { background: transparent url(../_images/menu.jpg) -197px -180px no-repeat; }
#menu-events a:hover { background: transparent url(../_images/menu.jpg) -197px -210px no-repeat; }
#menu-contact a:hover { background: transparent url(../_images/menu.jpg) -197px -240px no-repeat; }

/* ----------------------------------- */
/* RIGHT 
/* ----------------------------------- */
#right {
	float: right;
	width: 703px;
	background: transparent url(../_images/bg/right-side.jpg) 683px 152px no-repeat;
	display: inline;
}

#main {
	padding-top: 160px;
}
#home #main { background: transparent url(../_images/banners/home.jpg) top right no-repeat; }

/* Hides from IE5-mac \*/
* html #welcome { height: 1%; }
/* End hide from IE5-mac */

	/* Home page */
	#welcome {
		background: url(../_images/bg/welcome.gif) 0 0 repeat-y;
	}
	#welcome-top {
		background: url(../_images/bg/welcome-top.jpg) 0 0 no-repeat;
	}
	#welcome-bottom {
		background: url(../_images/bg/welcome-bottom.gif) left bottom no-repeat;
		padding-top: 10px;
	}
	#intro-mission {
		width: 305px;
		float: left;
		margin-left: 36px;
		margin-top: 66px;
		display: inline;
	}
	#intro-news {
		width: 240px;
		float: right;
		margin-right: 60px;
		margin-top: 155px;
		display: inline;
		font-size: 14px;
	}
	#intro-mission p, #intro-news h2 {
		color: #FFF;
	}
	#intro-news h2 {
		margin: 0;
	}
	#intro-news p, #intro-news a {
		color: #e6e3e3;
		font-size: 11px;
		line-height: 13px;
	}
	
	#intros {
		width: 665px;
		margin-left: 9px;
		background: #D22626 url(../_images/bg/intros.jpg) 0 0 no-repeat;
		margin-top: 10px;
	}
	#intros-plain {
		width: 665px;
		margin-left: 9px;
		background: #D22626 url(../_images/bg/intros-plain.jpg) 0 0 no-repeat;
		margin-top: 10px;
	}
	#intros-bottom {
		background: transparent url(../_images/bg/intros-bottom.gif) left bottom no-repeat;
	}
		#intros p {
			font-size: 11px;
			line-height: 13px;
			color: #FFF;
		}
		#intro-programs, #intro-events, #intro-volunteer {
			width: 180px;
			float: left;
			display: inline;
			padding-top: 180px;
		}
		#intro-3wide {
			width: 620px;
			float: left;
			display: inline;
			padding-top: 10px;
			padding-left: 27px;
		}
		#intro-3wide a:link, #intro-3wide a:visited {
			color: #f67e22;
		}
		#intro-3wide a:hover, #intro-3wide a:active {
			color: #fab45e;
		}
		#intro-3wide p {
			font-size: 11px;
			line-height: 13px;
			color: #FFF;
		}
		#intro-programs {
			margin-left: 21px;
		}
		#intro-events {
			margin-left: 42px;
		}
		#intro-volunteer {
			margin-left: 42px;
		}
		#intros a:link, #intros a:visited {
			color: #f67e22;
		}
		#intros a:hover, #intros a:active {
			color: #fab45e;
		}
	
	/* Sub pages */
	.sub #content {
		margin: 55px 35px 35px 35px; 
	}
	.sub #main { background: transparent url(../_images/banners/sub.jpg) 0 0 no-repeat; }
	/* Picture and tagline for sub pages */
	#about #main { background: transparent url(../_images/banners/01.jpg) 0 0 no-repeat; }
	#programs #main { background: transparent url(../_images/banners/02.jpg) 0 0 no-repeat; }
	#donate #main { background: transparent url(../_images/banners/09.jpg) 0 0 no-repeat; }
	#sponsors #main { background: transparent url(../_images/banners/04.jpg) 0 0 no-repeat; }
	#volunteer #main { background: transparent url(../_images/banners/05.jpg) 0 0 no-repeat; }
	#news #main { background: transparent url(../_images/banners/06.jpg) 0 0 no-repeat; }
	#events #main { background: transparent url(../_images/banners/07.jpg) 0 0 no-repeat; }
	#contact #main { background: transparent url(../_images/banners/08.jpg) 0 0 no-repeat; }
	#dodge #main { background: transparent url(../_images/banners/10.jpg) 0 0 no-repeat; }
		
	#content h1 {
		margin-bottom: 45px;
		font-size: 30px;
		color: #F57E22;
	}
	#content h2 {
		font-size: 14px;
		padding-bottom: 3px;
		border-bottom: 1px solid #CCC;
		color: #0267AD;
	}
	#content h3 {
		color: #F57E22;
		clear: both;
	}
	#content ul {
		margin-left: 30px;
		margin-bottom: 15px;
	}
	#content p.highlight {
		border: 2px solid #F57E22;
		background: #0267ad;
		padding: 6px;
		color: #FFF;
		text-align: center;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer-wrapper {
	background: transparent url(../_images/bg/footer-wrapper.jpg) 0 0 repeat-x;
}
#footer {
	width: 900px;
	margin: 0 auto;
	background: transparent url(../_images/bg/footer.jpg) top right no-repeat;
}
	#footer-menu {
		width: 703px;
		height: 208px;
		text-align: center;
		float: right;
	}
		#footer-menu p {
			color: #0561AC;
			text-decoration: none;
			margin-top: 30px;
		}
	#donate-button {
		float: left;
		width: 197px;
	}