body {
	margin:0;
	background:url(../images/bg.jpg) fixed 50% 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
img {border-style:none;}
a {
	text-decoration:underline;
	color:#000;
}
a:hover {text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {
	position:relative;
	margin:0 auto;
	width: 850px;
	padding:0 0 60px;
}
/*header*/
#header {padding:46px 0 0;}
/*logo*/
#header .logo {
	display:block;
	width:808px;
	margin:0 auto;
	padding:0 0 16px;
}
#header .logo a{
	cursor:pointer;
	display:block;
	width:808px;
	height:58px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
.center-box-2 {
	left: 50%;
	float: left;
	position: relative;
	text-align: center;
}
.center-box-1 {
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index:1;
}
.menu {
	background:url(../images/menu.png) no-repeat;
	width:100%;
}
.menu ul {
	z-index:10;
	position:relative;
	list-style:none;
	margin:0;
	padding:12px 0 9px;
	text-align:center;
	left: -50%;
	float: left;
	position: relative;
}
.menu ul li {
	float:left;
	background:url(../images/divider-menu.gif) no-repeat 0 50%;
	padding:0 10px 0 19px;
	font-size:14px;
	line-height:34px;
}
.menu ul li:first-child {
	background-image:none;
	padding-left:0;
}
.menu ul li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:13px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
.menu ul li.home a {
	background:url(../images/home.gif) no-repeat;
	width:39px;
}
.menu ul li.project a {
	background:url(../images/project.gif) no-repeat;
	width:74px;
}
.menu ul li.about a {
	background:url(../images/about.gif) no-repeat;
	width:63px;
}
.menu ul li.media a {
	background:url(../images/media.gif) no-repeat;
	width:41px;
}
.menu ul li.get a {
	background:url(../images/get-involved.gif) no-repeat;
	width:84px;
}
.menu ul li.contact a {
	background:url(../images/contact.gif) no-repeat;
	width:72px;
}
/*content*/
.container {
	overflow:hidden;
	width:100%;
	background: url(../images/content.png);
}
.title {
	padding:0 0 26px;
	width:100%;
	position:relative;
}
.title img {display:block;}
#content {
	width:524px;
	float:left;
	padding:6px 0 0 28px;
	position:relative;
}
#content h1 {
	color:#000;
	font-size:37px;
	line-height:40px;
	margin:0 0 10px;
	font-weight:normal;
	letter-spacing:-1px;
}
#content h1 a:hover,
#content h1 a {
	text-decoration: none;
}

#content p {
	line-height:25px;
	margin:0 0 25px;
}
/*sidebar*/
#sidebar{
	overflow:hidden;
	width:244px;
	float:right;
	padding:0 26px 20px 0;
	position:relative;
}
.ads {
	list-style:none;
	margin:0;
	padding:0;
}
.ads li {
	margin:0 0 29px;
	height:1%;
	position:relative;
}
.ads li a {
	width:240px;
	position:absolute;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	bottom:8px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	left:0;
}
.ads li a:hover {text-decoration:underline;}
.ads li img {display:block;}