body {

	margin: 0px;
    padding: 0px;
    font-family: Tahoma, Sans-Serif;
    font-size: 62.5%;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
	background-color: #060E11;
	color: #FFFFFF;
}

p {
	
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h1 {

	font-size: 2em;
}

a {
	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #FFFFFF;
}

a:hover {
	
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#container {

	margin-top: 40px;
	border: dashed 1px #FFFFFF;
	width: 875px;
    height: 660px;
    margin-left: auto;
    margin-right: auto;
	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
}

#logo {

	margin-left: 20px;
	padding: 15px;
	width: 245px;
	height: 35px;
	background-color: #060E11;
	top: -700px;
	position: relative;
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: bold;
	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
}

#logosub {
	
	color: #9DB9D7;	
}

#topholder {
	
	width: 875px;
	height: 334px;
	overflow: hidden;
}

#topimg1, #topimg2, #topimg3, #topimg4, #topimg5, #topimg6, #topimg7, #topimg8, #topimg9 {

	width: 875px;
	height: 334px;
}

#navbar {

	width: 875px;
	height: 10px;
	background-color: #13222E;	
}

#contentholder {

	width: 875px;
	height: 316px;
	background-color: #28435F;
	font-size: 1.2em;
	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
}

#content1 {
	
	padding: 15px 0px 15px 0px;
	margin-left: 15px;
	width: 270px;
	height: 286px;
	display: inline;
	float: left;
}

#content2 {
	
	padding: 15px 0px 15px 0px;
	margin-left: 15px;
	width: 270px;
	height: 286px;
	display: inline;
	float: left;
}

#content3 {
	
	padding: 15px 0px 15px 0px;
	margin-left: 15px;
	width: 270px;
	height: 286px;
	display: inline;
	float: left;
}

#footer {
	
	width: 875px;
	height: 35px;
	line-height: 35px;
	margin-left: auto;
    margin-right: auto;
	font-size: 1.1em;
	color: #9DB8D7;
}
