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


#Main {
	height: auto;
	width: 940px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#Body {
	background-color: #000;
	height: auto;
	width: 100%;
}
#BodyLeft {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 5px;
	float: left;
	height: auto;
	width: 620px;
	margin: 10px;
	color: #FFF;
	background-color: #000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
#BodyRight {
	background-color: #000;
	margin: 10px;
	height: auto;
	width: 245px;
	float: right;
	padding: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
body {
	background-color: #000;
	background-image: url(images/space1s.jpg);
	background-repeat: repeat;
}
#BodyLeft h2 {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#BodyLeft h1 {
	text-align: center;
	border-bottom-style: solid;
}
#BodyLeft img {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#Footer {
	height: 140px;
	width: 930px;
	clear: both;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 10px;
}
#Header {
	height: 80px;
	width: 100%;
	padding-top: 20px;
}
#Main #Header p {
	color: #FFF;
	font-size: 46px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 3px inset #CCC;
	width: 400px;
	background-color: #000;
}
#Menu ul {
	list-style-type: none;
}
#Menu ul li {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline;
	color: #FFF;
	border-top-style: inset;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-bottom-style: inset;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	margin-left: 3px;
}
#Menu {
	height: 50px;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #0FF;
}
a:active {
	text-decoration: none;
	color: #00F;
}
#Menu ul li:hover {
	font-size: larger;
}
#BodyLeft p {
	text-align: justify;
	margin: 5px;
}
#BodyLeft ul li {
	padding-bottom: 10px;
}
