html, body
{
	height:100%;
	min-height:100%;
}

body
{
	text-align: center;
	margin:0;
	font:14px "Trebuchet MS";
	background: url(../images/pagebackground.jpg) repeat-x;
}

#wrapper
{
	margin: 0 auto;
	text-align: left;
	width:800px;
}

#footerwrapper
{
	clear:both;
	height:250px;
	color:white;
	border-top: 2px solid #F39742;
	background: #2D3485;
	margin-top: 100px;
	text-align: left;
}

#footer
{
	width:800px;
	margin:0 auto;	
	
}

#headerwrapper
{
	background: url(../images/header.jpg);
	height: 202px;
	width:800px;
}

#nav
{
	position:absolute;
	margin:150px 0px 0px 230px;
}

#nav a.main
{
	height:18px;
	width:100px;
	background: no-repeat;
}

#nav a#about {background-image: url(../images/menu/about_off.jpg);}
#nav a#about:hover {background-image: url(../images/menu/about_on.jpg);}

#nav a#events {background-image: url(../images/menu/events_off.jpg);}
#nav a#events:hover {background-image: url(../images/menu/events_on.jpg);}

#nav a#donations {background-image: url(../images/menu/donations_off.jpg); width:125px;}
#nav a#donations:hover {background-image: url(../images/menu/donations_on.jpg);}

#nav a#press {background-image: url(../images/menu/press_off.jpg);}
#nav a#press:hover {background-image: url(../images/menu/press_on.jpg);}

#nav a#contact {background-image: url(../images/menu/contact_off.jpg);  width:125px;}
#nav a#contact:hover {background-image: url(../images/menu/contact_on.jpg);}

#home
{
	
	width: 262px;
	height: 202px;
	text-indent: -9999px;
	position:absolute;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li
{
	background:none;	
}

.sf-menu a
{
	padding:0;
	background:none;
}

.sf-menu a.main
{
	text-indent:-9999px;
	border:none;
	
}

.sf-menu > li > a > .sf-sub-indicator
{
	background:none;
}

.sf-menu li.sfHover ul
{
	top:22px;
}

.sf-menu a.sf-with-ul
{
	padding-right:0;
}

.sf-menu li li
{
	background: #2D3485;
}

.sf-menu li li a:hover
,.sf-menu li li a:active
{
	background: #000000;
}

.sf-menu li li a
,.sf-menu li li a:visited
{
	color: #ffffff;
	padding:10px;
}

#rightcol
{
	width:250px;
	float:left;
}

#rightcol img
{
	border:none;
}

#leftcol
{
	width:550px;
	float:left;
}

h1
{
	font: 35px Georgia normal;
	color: #F39742;
	border-bottom: 1px solid #2D3485;
	padding-bottom:3px;
}

#footerwrapper a
,#footerwrapper a:visited
{
	color:#ffffff;
}