@charset "UTF-8";

@import url("reset.css");

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	line-height: 24px;
	color: #ffffff;
	background: #000000;
}

#container {
	min-height: 100%;
	padding: 10px 0px 0px;
	margin: 0px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #7AAAAA;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #FF9933; 
}

p {
	padding-bottom: 30px;
}

/* Images ////////////////////////////////////////////////////////// */

img {
	margin-bottom: 20px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 90%;
	height: 25px;
	padding: 10px 5px;
	margin: 0px auto;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	background: #76080B;
}

.button a {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 25px;
}

.menu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 60%;
	height: 25px;
	padding: 10px 5px;
	margin: 0px auto;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	background: #B81F24;
}

.menu a {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 25px;
}