*{margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;font-size:12px}

html,body{height:100%}
body {
	background-color:#000;
	background-image: url('/newhome/images/bkg_main.jpg' );
	background-repeat: repeat-x;
	text-align:center;
}
#content{
	min-height:100%;
	width:800px;
	margin: 0 auto;
	clear:both;
}

#header {
	height:109px;
	width:800px;
	margin: 0 auto;
	background-image: url( '/newhome/images/bkg_nav.jpg' );
	background-repeat: no-repeat;
	text-align:left;
}

#left{
	width:500px;
	float:left;
}

#video_container {
	position:relative;
}

#place_holder {
	cursor:pointer;
	z-index:1;
}

#video {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	height:385px;
	background-color:black;
}
#right {
	width:300px;
	float:right;
}
#navigation {
	margin-left:86px;
	padding-top:82px;
}

#navigation a {
	color:#000;
	text-decoration:none;
}
#navigation a:hover{
	text-decoration:underline;
}
#navigation li {
	float:left;
	margin-right:17px;
	list-style:none
}

#primary {
	padding:5px;
	text-align:left;
	width:489px;
	height:490px;
	background-color:white;
	background-image: url('/newhome/images/bkg_primary.jpg');
	background-position:bottom;
	background-repeat: repeat-x;
}

#primary h2 {
	color:#000000;
	font-size: 18px;
	margin-top:16px;
}

#donate {
	width:499px;
	height:70px;
	margin-top:1px;
	background-color:white;
	background-image: url('/newhome/images/bkg_donate.jpg');
	background-position:bottom;
	background-repeat: repeat-x;
}

#news {
	text-align:left;
	padding:5px;
	width:290px;
	height:218px;
	background-image: url('/newhome/images/bkg_grey.png');
}

#news h2 {
	color:#ffffff;
	font-size: 18px;
	margin-bottom:16px;
}
#news h3 {
	color: #0ba119;
	font-weight:bold;
}


#news p{
	color: #ffffff;
	margin-bottom:16px;
}

#news p a {
	color: #d6db5d;
	text-decoration:none;
}

#news p a:hover {
	text-decoration: underline;
}

#email {
	text-align:left;
	padding:5px;
	width:290px;
	height:65px;
	background-image: url('/newhome/images/bkg_grey.png');
}

#email h2 {
	color:#ffffff;
	font-size: 18px;
	margin-bottom:16px;
}

#flickr {
	padding-top:5px;
	text-align:left;
	margin-top:1px;
	width:390px;
	height:225px;
	background-image: url('/newhome/images/bkg_flickr.jpg');
	background-repeat:no-repeat;
}

#flickr h2 {
	color:#ffffff;
	font-size: 18px;
	margin-bottom:16px;
	margin-left:5px;
}

#donate {
	text-align:left;
	position:relative;
}

#donate_now {
	position:absolute;
	left: 19px;
	top:15px;
}

#donate a img {
	border:none;
}

#donate p {
	color: #867120;
	position: absolute;
	left:192px;
	top:23px;
}

#cc_logos{
	position:absolute;
	left:365px;
	top:26px;
}


