html{
	font: 12px/12px Arial, Verdana, sans-serif;
}

body{
	background: #fff;
	margin: 0;
	font: 12px/12px Arial, Verdana, sans-serif;
	background: #0099CC url(../images/background.jpg) no-repeat;
	min-width: 744px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;	
}
img{
	border: none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
p, h1, h2{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
}

#main{
	background: url(../images/main.png) repeat-y;
	width: 700px;
	padding: 0 22px;
	margin: 0 auto;
}

#header{
	background: #fff url(../images/header.gif) repeat-x;
	padding: 22px 0 6px 0;
	width: 700px;
}

#header .logo{
	background: url(../images/logo.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 87px;
	height: 80px;
	margin-left: 20px;
	float: left;
}

#header #navigation{
	clear: left;
	overflow: hidden;
	margin: 0 0 0 9px;
	padding-top: 29px;
}

#navigation li{
	margin-right: 2px;
	float: left;
}

#navigation li a{
	display: block;
	height: 49px;
	text-indent: -9999px;
}

#navigation li a.home{
	background: url(../images/navigation-home.gif) no-repeat;
	width: 79px;
}

#navigation li a.about-sef{
	background: url(../images/navigation-about-sef.gif) no-repeat;
	width: 123px;
}

#navigation li a.grants{
	background: url(../images/navigation-grants.gif) no-repeat;
	width: 96px;
}
#navigation li a.news{
	background: url(../images/navigation-news.gif) no-repeat;
	width: 76px;
}

#navigation li a.events{
	background: url(../images/navigation-events.gif) no-repeat;
	width: 97px;
}

#navigation li a.donate{
	background: url(../images/navigation-donate.gif) no-repeat;
	width: 96px;
}

#navigation li a.contact{
	background: url(../images/navigation-contact.gif) no-repeat;
	width: 105px;
}

#navigation li a:hover{
	background-position: 0 100%;
}

#header img{
	padding: 8px 0 0 9px;
}

#content{
	background: url(../images/content.gif) no-repeat;
}

a:link {
	color: #0099CC;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #0099CC;
}

#content .content-bottom-bg{
	background: url(../images/content-bottom-bg.gif) no-repeat 0 100%;
	padding: 16px 15px;
}

#content .content-holder{
	border: 1px solid #EBEBEB;
	padding: 8px 8px 3px 6px;
	background: #fff 0 100%;
}

#content .content-header{
	text-indent: -9999px;
	height: 44px;
	width: 654px;
}

#content p{
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 0 9px 10px;
}

#content h1 span{
	display:block;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}

#footer{
	height: 72px;
	background: url(../images/footer.gif) no-repeat;
}

#footer ul{
	padding: 17px 0 0 61px;
}

#footer ul li{
	display: inline;
	background: url(../images/footer-nav-border.gif) no-repeat 0 50%;
	padding: 0 8px;
	font-size: 12px;
	line-height: 12px;
}

#footer ul li:first-child{
	background-image: none;
}

#footer ul a{
	color: #09c;
	font: 12px/12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer ul a:hover{
	text-decoration: underline;
}

#footer .copy{
	font: 11px/30px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 0 69px;
}

hr {
  border: 0;
  width: 98%;
  color: #EBEBEB;
  background-color: #EBEBEB;
  height: 1px;
}