a{
	color:green;
}

a:visited{
	color:green;
}

a:active{
}

a:hover{
}

body{
	margin-top:0px;
	margin-left:0px;
	background-color:#fff;
	padding:0px;
}

#container{
	position:absolute;
	top:0px;
	left:50%;
	width:765px;
	margin-left:-370px; /*top, right/left, bottom*/
	background-color:#FBF5DB;
	border:2px ridge;
}

.header{
	position:relative;
	margin-top:0px;
	margin-left:7px;
	height: 228px;
	width:765px;
	text-indent: -1000em;
	padding:0px;
}

.header h1{
	position:absolute;
}

.header img{
}

#home_header{
	background: url("layout/flower_header.jpg") no-repeat;
}
#about_header{
	background: url("layout/grass_header.jpg") no-repeat;
}
#depression_header{
	background: url("layout/p-town_header.jpg") no-repeat;
}
#suicide_header{
	background: url("/layout/boat_header.jpg") no-repeat;
}
#news_header{
	background: url("/layout/ball_header.jpg") no-repeat;
}
#outreach_header{
	background: url("/layout/beach_header.jpg") no-repeat;
}
#donations_header{
	background: url("/layout/lighthouse_header.jpg") no-repeat;
}
#links_header{
	background: url("/layout/dog_header.jpg") no-repeat;
}
#contact_header{
	background: url("/layout/gull_header.jpg") no-repeat;
}

#main{
	position:relative;
	width: 765px;
	margin-top: 0px;
	z-index:4;
	background-color:#FBF5DB;
}

#nav{
	position:relative;
	margin:0px;
	width:765px;
	height:27px;
	background:url("/layout/nav_bg.png") repeat-x bottom;
}

#nav ul{
	font-family: Arial;
	font-size:10pt;
	margin:0px;
	list-style:none;
	margin-left:5px;
	padding:0px;
}
#nav li{
	float:left;
	/*padding-top:4px;*/
	background:url("/layout/norm_right.gif") no-repeat right top;
	padding-left:0px;
}

#nav .current{
	background-image: url("layout/right_bar_on.png");
}

#nav .current a{
	color:#000;
	font-weight:bold;
	background-image:url("/layout/left_bar_on.png");
	border-bottom:2px solid #FBF4DB;
}

#nav a{
	display:block;
	color:#666;
	text-decoration:none;
	padding:5px 9px; /*This adjusts the space between the words in the nav list.  The first number is the padding for top/bottom and the second is for left/right*/
	/*border:1px solid #666;
	background-color:#fff;*/
	background:url("/layout/norm_left.gif") no-repeat left top;
}
#nav a:visited{
	text-decoration:none;
}
#nav a:hover{
	color:#000;
}

#content{
	position:relative;
	font-family:Arial, Helvetica;
	font-size:10pt;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}
#content h3{
	font-weight:Bold;
	font-size:12pt;
	padding:0px;
	margin:0px;
	text-align:center;
}
#content p{
	position:relative;
	/*background-color:#FFFCEF;*/
	padding:3px;
}

div.hr{
	margin:5px 0px 0px;
	padding:0px;
	height:15px;
	background-image: url("/layout/hr1.gif");
	background-repeat:no-repeat;
	background-position:center;
}


#footer{
	height:auto;
	width:710px;
	font-size:10pt;
	position:relative;
	margin-left:10px;
	margin-top:20px;
	text-align:center;
	margin-right:auto;	
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer ul{
	list-style:none;
}

#footer li{
	float:left;
	padding:0px 4px;
}


