* {
outline: none;
}

body {
margin: 0px;
padding: 0px;
background: url(../images/bodybg.png) top center repeat-x;
font-family: Trebuchet MS, Arial, sans serif;
font-size: 14px;
line-height: 18px;
color: #333333;
}

#wrapper {
width: 940px;
margin: 0px auto;
}

#banner_div {
height: 115px;
position: relative;
}

#navbar_div {
height: 50px;
font-size: 18px;
}

#navbar_div a {
text-decoration: none;
float: left;
height: 50px;
text-indent: -3333px;
overflow: hidden;
}

#navbar_div a.Home {
	background: url(../images/nav.png);
	background-position: 0px 0px;
	width: 100px;
}
#navbar_div a.Home:hover {
	background: url(../images/nav.png);
	background-position: 0px -50px;
}
#navbar_div a.Home_current {
	background: url(../images/nav.png);
	background-position: 0px -50px;
	width: 100px;
}

#navbar_div a.About {
	background: url(../images/nav.png);
	background-position: -100px 0px;
	width: 195px;
}
#navbar_div a.About:hover {
	background: url(../images/nav.png);
	background-position: -100px -50px;
}
#navbar_div a.About_current {
	background: url(../images/nav.png);
	background-position: -100px -50px;
	width: 195px;
}

#navbar_div a.Events {
	background: url(../images/nav.png);
	background-position: -295px 0px;
	width: 108px;
}
#navbar_div a.Events:hover {
	background: url(../images/nav.png);
	background-position: -295px -50px;
}
#navbar_div a.Events_current {
	background: url(../images/nav.png);
	background-position: -295px -50px;
	width: 108px;
}

#navbar_div a.Volunteers {
	background: url(../images/nav.png);
	background-position: -403px 0px;
	width: 139px;
}
#navbar_div a.Volunteers:hover {
	background: url(../images/nav.png);
	background-position: -403px -50px;
}
#navbar_div a.Volunteers_current {
	background: url(../images/nav.png);
	background-position: -403px -50px;
	width: 139px;
}

#navbar_div a.Sponsors {
	background: url(../images/nav.png);
	background-position: -542px 0px;
	width: 86px;
}
#navbar_div a.Sponsors:hover {
	background: url(../images/nav.png);
	background-position: -542px -50px;
}
#navbar_div a.Sponsors_current {
	background: url(../images/nav.png);
	background-position: -542px -50px;
	width: 86px;
}

#donate_div {
	padding: 10px 0px;
}
#content_div {
padding: 10px 0px;
}

#footer_div {
	margin-top: 10px;
	background: url(../images/footer.png) top center no-repeat;
	color: #7777b8;
	padding: 26px 0px 10px 0px;
}

.clear {
clear: both;
}

a img {
border: none;
}

p {
padding: 0px;
margin: 10px 0px;
}

a {
color: #7777b8;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #333333;
}

#donatenow {
	position: absolute;
	top: 17px;
	right: 160px;
	text-align: right;
	padding-right: 40px;
}
#donatenow form {
	position: absolute;
	top: -7px;
	right: 0px;
}
#facebook {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}
#facebook img {
	margin-bottom: -9px;
	margin-left: 2px;
}

#bannerinfo {
	position: absolute;
	right: 0px;
	top: 40px;
	text-align: right;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 9px 0px;
	font-weight: bold;
}

h1, h2 {
	font-size: 24px;
	line-height: 28px;
	color: #7777b8;
}
h3, h4, h5 {
	font-size: 18px;
	line-height: 22px;
}

#logo {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
	left: 0px;
	width: 301px;
	height: 84px;
	background: url(../images/logo.png);
	text-indent: -3333px;
	overflow: hidden;
}
#logo a {
	display: block;
	width: 301px;
	height: 84px;
}
