body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #33ff33;
	background: #000000;
}

#header_wrap {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #000000 repeat-x;
}

#header {
	width: 900px;
	margin: 0 auto;
}

#header #logo {
	float: none;
	width: 900px;
	height: 150px;
	color: #000000;
	background:url(images/header.jpg) no-repeat;
}


#menu_wrap {
	clear: both;
	width: 100%;
	height: 130px;
	margin: 0 auto;
	background: #000000 repeat-x;
}

#menu {
	width: 900px;
	height: 130px;
	margin: 0 auto;
}

#content_wrap {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #000000 repeat-x;
}

#content {
	width: 900px;
	margin: 0 auto;
	float: inherit;
	padding: 0 0 20px 0;
	background: #000000;
}

.project_content {
	float: inherit;
	position:relative;
	width: 900px;
	height: 100%;
	padding: 0 0 0 0;
	overflow: hidden;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #666666;
	-moz-box-shadow: 0px 0px 10px #33ff33;
    -webkit-box-shadow: 0px 0px 10px #33ff33;
   	box-shadow: 0px 0px 10px #33ff33;
	
}

.project_content p{
	font-size: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #ffffff;
	text-align: justify;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.project_content h3{
	font-size: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bolder;
	color: #ffffff;
	text-align: justify;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.project_content h1{
	font-size: 30px;
	font-weight: bolder;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.project_content h2{
	font-size: 20px;
	font-weight: bolder;
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #ffffff;
	text-align: justify;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.project_content h4{
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 8px;
	color: #ffffff;
	text-align: justify;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
}

#legal_wrap {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #000000 repeat-x;
}

#legal {
	width: 900px;
	height: 15px;
	margin: 0 auto;
	text-align: right;
}


#footer_wrap {
	clear: both;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #000000 repeat-x;
}

#footer {
	width: 900px;
	margin: 0 auto;
	float: inherit;
	background: #000000;
}


#footer_image {
	float: center;
	width: 900px;
	height: 100px;
	color: #000000;
	background:url(images/footer.jpg) no-repeat;
}

a:link {
 color: #33ff33;
 text-decoration: none;
 
}
a:visited {
 color: #33ff33;
 text-decoration: none;
}
a:hover {
 color: #ffffff;
 cursor: default;
 text-decoration: none;
}
a:active {
 color: #777777;
 text-decoration: none;
}
