/* CSS Document */

body { font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
 
margin:0;
padding:0;
border: 0;
outline: 0;
font-size: 100%;
color: #fff;
background: #01151d url(images/background.png) repeat-x scroll 0 0;}  

html, div, span,head,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, font, img,
small, strong, ol, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

#bottom_content {
width: 900px;
font-size: 14px;
}

#bottom_content h2 {
font-size: 2em;
}

#content {
width:900px;
height:500px;
margin: 0 auto;

}

#header {
width:900px;
height:100px;
margin: 0 auto;
}

#header h1{
font-size: 3em;
font-weight: bold;
float:left;
margin: 20px;
letter-spacing: 1px;
}
#header a
{
color: #fff;
text-decoration: none;
font-weight: bold;
margin: 0 0 0 70px;

}

.center {
width:900px;
height:236px;
margin: 50px auto;
background: #92cc8f;
-moz-border-radius:50px;
-khtml-border-radius: 50px;
-webkit-border-radius:50px;
border-radius: 50px;

}
.center img {
border:none;
margin: 0;
width:900px;
height:236px;
-moz-border-radius:0px;
-khtml-border-radius: 0px;
-webkit-border-radius:0px;
border-radius: 0px;
}
.header_content 
{
height:90px;
}

.header_links
{

height: 100px;
padding: 40px 0 35px 0;
}

.logo {
float:left;
width: 60px;
height: 60px;
margin: 20px 0px 20px 0px;
background: #92cc8f;
-moz-border-radius: 30px;
-khtml-border-radius: 30px;
-webkit-border-radius:30px;
border-radius: 30px;
}

.bar 
{
	float:clear;
	width: 900px;
	height: 10px;
	background-color: #92cc8f;
}

.bottom_left 
{
	width: 280px;
	float: left;
	
}
.bottom_left p {
padding: 0 8px 0 0;
}
.bottom_center 
{
width: 280px;
	float:left;
	margin: 0 30px 0 30px ;
}

.bottom_right
{
width: 280px;
	float:left;
	
}