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

body {
	background-color: #000000;
}

a {
	text-decoration: none;
	color: #BDD9D7;
}

p {
	color: #42FF00;
}

#logo {
	height: 300px;
	width: 450px;
	float: left;
}

#header {
	height: 350px;
	width: 1200px;
	margin: 10px 10px 10px 10px;
	background-image: url(../images/header_background.png);
	border-style: outset;
	border-color: #BDD9D7;
}

#nav {
	height: 50px;
	width: 1190px;
	float: left;
	margin: 0px 10px 0px 10px
}

.tab {
	height: inherit;
	width: inherit;
	float:left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-shadow:#000 2px 2px 3px;
	color: #BDD9D7;
	text-align: center;
	padding: 5px 45px 5px 45px;
}

.content {
	height: inherit;
	width: 1200px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #BDD9D7;
	margin: 20px 20px 20px 20px;
}

#link {
	height: 20px;
	width: 200px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #42FF00;
	margin: 5px 5px 5px 5px;
}