@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,p,ul,li,a,div,img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#wholepage {
	margin: auto;
	width: 960px;
}
#window {
	background-image: url(images/headerimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: auto;
	margin: auto;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
	color: #bde9fb;
	font-weight: 300;
	text-transform: uppercase;
	background-image: url(images/blackback.png);
	padding: 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;*/
}
.blue {
	color: #0786d9;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 90%;
	margin: auto;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000;
	background-image: url(images/background.jpg);
	background-position: top;
	color: #FFFFFF;
	width: 100%;
}
body a:link, a:visited{
	color: #73bddb;
	text-decoration: none;
}
body a:hover{
	text-decoration: underline;
}

#header {
	color: #FFFFFF;
	width: 960px;
	height: 140px;
}
#header img {
	margin-top: 40px;
}
#mainimage {
	height: 395px;
	width: 730px;
	margin-top: 16px;
}
#sideimage {
	width: 210px;
	float: right;
	background-image: url(images/blackback.png);
	padding: 5px;
	font-size: 85%;
}
#sideimage img {
	margin-bottom: 10px;
}


#gnav {
	color: #FFFFFF;
	width: 928px;
	background-image: url(images/gnavbackground.png);
	background-repeat: repeat-x;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	padding-left: 32px;
}


#gnav img {
	margin-right: 26px;
	margin-left: 26px;
}
.gnav, .gnav:link, .gnav:visited {
	padding-top: 13px;
	display: inline-block;
	height: 26px;
}
.gnav:hover {
	padding-top: 13px;
	display: inline-block;
	height: 26px;
	background-image: url(images/gnavbackground2.png);
}
#content {
	width: 690px;
	background-image: url(images/blackback.png);
	padding: 8px;
}


#content p {
	line-height: 21px;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 4px 7px;
}

#content a:link, a:visited{
	color: #73bddb;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 100%;
	color: #FFFFFF;
	width: 960px;
	margin-top: 70px;
	height: 105px;
	line-height: 30px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #73bddb;
}

#footer p{
	margin: 0;
	padding: 0;
}


.newfrontiersfooter {
	margin-right: 75px;
	float: left;
}



#footer a:link, a:visited {
	color: #73bddb;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#sidebar {
	float: right;
	width: 30%;
}
#content img {
	margin-bottom: 15px;
	float: right;
}
#content span {
	font-size: 110%;
	font-weight: 700;
}
.spacer {
	clear:both;
}

