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

body {
	background-color: #000000;
}

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

.order {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#BDD9D7;
}

#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;
}




.container {
	height: 100px;
	width: 1200px;
	background-color:#3A3A3A;
	margin: 5px 5px 5px 5px;
	border-style: outset;
	border-color: #BDD9D7;
}

.content {
	height: 96px;
	width: 140px;
	margin: 2px;	
	color: #BDD9D7;
	float: left;
}

.text {
	height: 96px;
	width: 700px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 5px 5px 5px 5px;	
	color: #BDD9D7;
	float: left;
}

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