@import 'reset.css';


* {margin:0px; padding:0px;}

html {min-width: 980px;}


html {}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 100px;
}

h1 {}
h2 {}
h3 {}
h4 {}


a:link, a:active, a:visited {}
a:hover {}

ul {}
ul li {}
ul li a {}
ul li a:hover {}

div#container {
	text-align: left;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
}
div.header {
	height: 223px;
	width: 912px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 37px;
}
h1#masthead {
	position: relative;
	height: 186px;
	width: 912px;
	text-align: center;
}
h1#masthead span {
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 186px;
	width: 912px;
	position: absolute;
	left: 0px;
	top: 0px;
}
div.stars {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 21px;
	width: 912px;
}
div.stars .wrapper {
	height: 21px;
	width: 912px;
	position: relative;
	display: block;
	margin-bottom:0px !important;
}
div.stars ul {
	height: 21px;
	width: 912px;
}
div.stars ul li {
	display: inline;
}
div.stars ul li a {
	display: block;
	float: left;
	width: 200px;
}
div.stars .wrapper span {
	background-image: url(../images/stars.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	height: 21px;
	width: 912px;
}

div.wrapper {margin-bottom:60px;}

p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
div.social {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
div.social .left {
	float: left;
	width: 70px;
	text-align: right;
	margin-left: 300px;
}
div.social .right {
	margin-left: 375px;
	text-align: left;
}
div.social a {}
div.social a.button {
	height: 15px;
	width: 69px;
	position: relative;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
div.social a. button span {}
div.social a.button span {
	height: 15px;
	width: 69px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/follow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.social img {}
div.social a img {}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.skipnav {
	display: none;
}

