@charset "utf-8";
/* CSS Document */

body {
	background-color: #9da6a2;
	background-image: url(img/bkg-d.png);
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: normal;
	line-height: 1.5;
	}
a:link {
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #CC3300;
	text-decoration: underline;
	}
a:active {
	color: #CC3300;
	text-decoration: underline;
	}
	
#header {
	display: block;
	z-index: 1000;
	/*float:top;*/
	margin: 0px;
	}	
#nav {
	z-index: 3000;
	display: block;
	/*float:top;*/
	margin: 0px;
	}
#section {
	width:680px;
	margin: 0px;
	}

#galaxy {
	border-radius: 15px ;
	background: transparent url(img/galaxy-pan.png) 0 0 repeat-x;
	z-index: 1902;
	position: absolute;
	top: 8px;
	height:121px;
	width:640px;
	}
#galaxy1 {
	border-radius: 15px ;
	background: transparent url(img/galaxy-pan1.png) 0 0 repeat-x;
	z-index: 1900;
	position: absolute;
	top: 8px;
	height:121px;
	width:640px;
	}
#galaxy2 {
	border-radius: 15px ;
	background: transparent url(img/galaxy-pan2.png) 0 0 repeat-x;
	z-index: 1901;
	position: absolute;
	top: 8px;
	height:121px;
	width:640px;
	}

#logosprt	{
	background: transparent url(img/stlogospinweb.png) 0 0 no-repeat;
	z-index: 2000;
	position: relative;
	top: -5px;
	left: 240px;
	height:119px;
	width:158px;
	margin: 0px;
	}

#topborder {
	background: transparent url(img/top-border.png) 0 0 no-repeat;
	z-index: 3000;
	position: absolute;
	top: 8px;
	height:121px;
	width:640px;
	}
#topvisuals {
	background: transparent url(img/top-visuals.png) 0 0 no-repeat;
	z-index: 4000;
	position: relative;
	top: -68px;
	left:208px;
	height:81px;
	width:216px;
	}