* {
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	top: -35px;
	margin:auto;
	display: block;
	width: 900px;
}

img {
	border-style: none;
}

body {
	background-color: e1e1e1;
	font-family:sans-serif;
}

#bar {
	border-bottom: 75px black solid;
	position: relative;
	top: 50px;
}

#logo {
	position: absolute;
<!--	left: 180px;
	top: -7px;
}

#post_banner  {
	position:absolute;
	top:105px;
	left:267px;
	border-bottom:103px #5C5C5C solid;
}

li {
	display: inline;
	padding-left: 20px;
}

#nav_about {
	position: absolute;
	left: 455px;
	top: 35px;
	width: 0px;
	
}

#nav_involved {
	position: absolute;
	left: 555px;
	top: 36px;
	width: 0px;
}

#nav_projects {
	position: absolute;
	left: 683px;
	top: 35px;
	width: 0px;
}

#nav_support {
	position: absolute;
	left: 781px;
	top: 36px;
	width: 0px;
}

li {
	display: inline;
	padding-left: 20px;
}

a {
	color: white;
}

a:visited {
	color: white;
}

#nav_about *  {
padding:0;
margin: 0;
}

#nav_about {
	position: absolute;
	z-index: 99;
	margin: 0 auto;
	float: left;
	line-height:20px;
}

#nav_about a {
	display: block;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#nav_about a:hover {
	color: #54d179;
}

#nav_about a:visted {
	background: #54d179;
	color: white;
}

#nav_about ul li, #nav_about ul li ul li  {
	width: 100px;
	list-style-type:none;
	background: black;
}

#nav_about ul li {
	float: left;
	width: 110px;
}

#nav_about ul li ul, #nav_about:hover ul li ul, #nav_about:hover ul li:hover ul li ul{
	display:none;
	list-style-type:none; 
	width: 100px;
	padding-left: 10px;
}

#nav_about:hover ul, #nav_about:hover ul li:hover ul, #nav_about:hover ul li:hover ul li:hover ul { 
	display:block;
}

#nav_about:hover ul li:hover ul li:hover ul { 
	position: absolute;
	margin-left: 100px;
	margin-top: -20px;
}

#nav_involved *  {
padding:0;
margin: 0;
}

#nav_involved {
	position: absolute;
	z-index: 99;
	margin: 0 auto;
	float: left;
	line-height:20px;
}

#nav_involved a {
	display: block;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#nav_involved a:hover {
	color: #54d179;
}

#nav_involved a:visted {
	background: #54d179;
	color: white;
}

#nav_involved ul li, #nav_involved ul li ul li  {
	width: 100px;
	list-style-type:none;
	background: black;
}

#nav_involved ul li {
	float: left;
	width: 115px;
}

#nav_involved ul li ul, #nav_involved:hover ul li ul, #nav_involved:hover ul li:hover ul li ul{
	display:none;
	list-style-type:none; 
	width: 100px;
	padding-left: 10px;
}

#nav_involved:hover ul, #nav_involved:hover ul li:hover ul, #nav_involved:hover ul li:hover ul li:hover ul { 
	display:block;
}

#nav_involved:hover ul li:hover ul li:hover ul { 
	position: absolute;
	margin-left: 100px;
	margin-top: -20px;
}

#nav_projects *  {
padding:0;
margin: 0;
}

#nav_projects {
	position: absolute;
	z-index: 99;
	margin: 0 auto;
	float: left;
	line-height:20px;
}

#nav_projects a {
	display: block;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#nav_projects a:hover {
	color: #54d179;
}

#nav_projects a:visted {
	background: #54d179;
	color: white;
}

#nav_projects ul li, #nav_projects ul li ul li  {
	width: 100px;
	list-style-type:none;
	background: black;
}

#nav_projects ul li {
	float: left;
	width: 110px;
}

#nav_projects ul li ul, #nav_projects:hover ul li ul, #nav_projects:hover ul li:hover ul li ul{
	display:none;
	list-style-type:none; 
	width: 100px;
	padding-left: 10px;
}

#nav_projects:hover ul, #nav_projects:hover ul li:hover ul, #nav_projects:hover ul li:hover ul li:hover ul { 
	display:block;
}

#nav_projects:hover ul li:hover ul li:hover ul { 
	position: absolute;
	margin-left: 100px;
	margin-top: -20px;
}

#nav_support *  {
padding:0;
margin: 0;
}

#nav_support {
	position: absolute;
	z-index: 99;
	margin: 0 auto;
	float: left;
	line-height:20px;
}

#nav_support a {
	display: block;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#nav_support a:hover {
	color: #54d179;
}

#nav_support a:visted {
	background: #54d179;
	color: white;
}

#nav_support ul li, #nav_support ul li ul li  {
	width: 100px;
	list-style-type:none;
	background: black;
}

#nav_support ul li {
	float: left;
	width: 110px;
}

#nav_support ul li ul, #nav_support:hover ul li ul, #nav_support:hover ul li:hover ul li ul{
	display:none;
	list-style-type:none; 
	width: 100px;
	padding-left: 10px;
}

#nav_support:hover ul, #nav_support:hover ul li:hover ul, #nav_support:hover ul li:hover ul li:hover ul { 
	display:block;
}

#nav_support:hover ul li:hover ul li:hover ul { 
	position: absolute;
	margin-left: 100px;
	margin-top: -20px;
}

textarea  {
	border:10px solid #5C5C5C;
	left:267px;
	position:absolute;
	top:133px;
	height: 114px;
	width: 578px;
}

#submit_button  {
	left:845px;
	position:absolute;
	top:115px;
	width: 37px;
	height: 122px;
	margin: 0;
	padding: 0;
	border:0;
	background: transparent url(images/submit_button.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer;
	
}

#main {
	position: absolute;
}

#user_posts {
	width: 600px;
	position: absolute;
	left: 267px;
	top: 258px;
}

#user_posts ol {
	list-style:none;
	width: 600px;
}

#user_posts li {
	<!--border: 1px solid #333;
	background: white;
	margin-bottom: 10px;
	padding: 10px;
	width: 605px;
	display: block;
}

#pg_title {
	left:0px;
	position:absolute;
	top:79px;
}

#description {
	position: absolute;
	width: 608px;
<!--	left: 180px;
	top: 440px;
	background: white;
	padding: 10px 10px 10px 10px;
	left: 266px;
}

#description p {
	color: 797979;
	font-size: 11px;
	letter-spacing: .2px;
}

#container {
	position:absolute;
	top:153px;
	font-size:11px;
	width:235px;
	background: white;
	padding: 10px;
}

#container p {
	color:#797979;
	letter-spacing:.1px;
}

#mission {
	margin-left: 10px;
	padding-top: 10px;
}

#mission_statement p {
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	letter-spacing:.4px;
}

#mission_statement {
	background: white;
	width: 255px;
	padding-bottom: 10px;
}

#learn_more {
	position: relative;
	top: 7px;
	background: white;
	padding-bottom: 10px;
}

#learn {
	margin-left: 10px;
	padding-top: 10px;
}

#philosophy  {
	position:relative;
	left:10px;
	padding-top:7px;
}

#history {
	left:10px;
	padding-top:7px;
	position:relative;
}

#meet {
	left:10px;
	padding-top:7px;
	position:relative;
}

#media {
	left:10px;
	padding-top:7px;
	position:relative;
}

#video_gallery {
	position: absolute;
	top: 520px;
	left: 180px;
}

#bottom_banner {
	position: absolute;
	top: 520px;
	left: 385px;
}

#footer {
padding-bottom:20px;
position:absolute;
top:305px;
}

#get_involved {
position:absolute;
padding-top:7px;
}

#projects {
position:absolute;
top:210px;
}

#support {
position:absolute;
top:314px;
}