body, ul, li, h3, h4, p { margin : 0; padding : 0; }

h1 { 
	font-family: Impact, Verdana, sans-serif;
	font-size: 30px;
	letter-spacing : +.25mm;
	margin: 0 0 40px 0;
	color: #fff;
}

h2 { 
	font-family: Impact, Verdana, sans-serif;
	font-size: 22px;
	letter-spacing : +.25mm;
	margin: 0 0 25px 0;
	color: #259eda;
}

p {
	margin: 0 0 15px 0;
	line-height: 2.0;
}

img {
	margin: 0 0 15px 0;
}


ul { list-style : none; }

img { border : 0; }

a:link, a:visited, a:hover, a:active { 
text-decoration : underline;
color : #259eda; 
}

body {
	background: #03070a;
	margin: 0 auto;
	text-align: center;
}


#container {
	margin-left:auto;
	margin-right:auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-transform:uppercase;
	text-align:left;
	color: #fff;
	width:817px;
}

#header {
	width:817px;
	height:224px;
	background-image:url(img/header.jpg);
}

#navbar {
	width:817px;
	height:55px;
}

#footer {
	width:817px;
	height:75px;
	background-image:url(img/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
}

#content {
	width:817px;
	padding: 32px 10px 10px 10px;
}

#content_left {
	max-width:383px;
	margin: 0 29px 0 0;
	float:left;
}

#content_right {
	width:385px;
	float:left;
}

#about {
	background-image:url(img/aboutback.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	float:left;
}

#main {
	width:817px;
	height:549px;
	float:left;
	background-image:url(img/index.jpg);
}

#main_footer  {
	width:817px;
	height:58px;
	background-image:url(img/footer.jpg);
	clear:both;
}
	




