body {
	/*background-color: #043754;*/
	background-color: #000000;
	margin: 0;
	padding: 0;
}

#background {
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	height: 600px;
	margin-top:-300px;
	margin-left: -50%;
	background: url(../images/background.gif) repeat-x;
}

#main {
	width: 963px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#header {
	height: 86px;
	position: relative;
	background: url(../images/logo.gif) no-repeat;
}

#menu {
	height: 25px;
	background-color: #142012;
	position: relative;
	border-top: #000000 solid 1px;
	border-bottom: #FFFFFF solid 1px;
}

#small_logo {
	width: 28px;
	height: 129px;
	position: absolute;
	margin-top: -86px;
	margin-left: 907px;
	z-index: 100;
}

#content {
	height: 320px;
	position: relative;
}

#footer_1 {
	height: 25px;
	background-color: #292c29;
	position: relative;
	border-top: #FFFFFF solid 1px;
}

#footer_2 {
	height: 50px;
	position: relative;
	padding-right:28px;
	color: #FFFFFF;
	text-align: right;
	line-height: 30px;
}

#footer_3 {
	height: 28px;
	position: relative;
	color: #FFFFFF;

}

#footer_4 {
	height: 25px;
	position: relative;
	color: #FFFFFF;

}

/* START STYLES FOR FADE IN SLIDESHOW*/
.centerdiv{ /*IE method of centering a relative div*/
	/*text-align: center;
	width: 231px;
	height: 248px;
	line-height: 248px;
	margin-left: 10px;*/
	background-color: #043754;
}

.centerdiv img{
	/*margin-top: expression(( 248 - this.height ) / 2); */*/
}

/*html>body centerdiv img {    /*hidden from IE 5-6 */
/*	margin-top: 0; /* to clean up, just in case IE later supports valign! */
/*	vertical-align: middle;
}*/

/*.centerdiv>div{ /*Proper way to center a relative div*/
/*margin: auto;
}
/* END STYLES FOR FADE IN SLIDESHOW*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

div#testimonials
{
	scrollbar-face-color: #000000;
	/*scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;*/
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}

div#project_info
{
	scrollbar-face-color: #043754;
	/*scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;*/
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #043754;
	scrollbar-arrow-color: #FFFFFF;
}

* html {} 
/*IE 7 and below*/
*:first-child+html {} * html {} 
/*IE 7 only*/
*:first-child+html {} 
/*IE 7 and modern browsers only*/
html>body {} 
/*Modern browsers only (not IE 7)*/
html>/**/body {} 
/*Recent Opera versions 9 and below*/
html:first-child {} 