html, body {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

h3 {
	font-weight: bold;
}

a:link {color:#000000; text-decoration: none}      /* unvisited link */
a:visited {color:#6b2400; text-decoration: none}  /* visited link */
a:hover {color:#b53c33; text-decoration: none}  /* mouse over link */
a:active {color:#802f27; text-decoration: none}  /* selected link */

.smallText {
	font-size: 10px;
}

#page-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 1152px;
	height: 750px;
	background-color: #5a0b00; 
	background-image: url(images/leather_texture.jpg);
}
#top banner {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 157px;
	background: #ffffff;
}

#middle_graphic {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	width: 1024px;
	height: 427px;
	background: #ffffff;
}

#home_button {
	float: left;
	margin-left: 64px;
	background: #ffffff;
	width: 202px;
	height: 166px;
}

#about_us_button {
	display:block;
	float: left;
	margin-left: auto;
	background: #ffffff;
	width: 126px;
	height: 166px;
}

#products_button {
	float: left;
	margin-left: auto;
	background: #ffffff;
	width: 126px;
	height: 166px;
}

#video_button {
	float: left;
	margin-left: auto;
	background: #ffffff;
	width: 126px;
	height: 166px;
}

#rules_button {
	float: left;
	margin-left: auto;
	background: #ffffff;
	width: 125px;
	height: 166px;
}

#blog_button {
	float: left;
	margin-left: auto;
	background: #ffffff;
	width: 126px;
	height: 166px;
}

#contact_us_button {
	float: left;
	margin-left: auto;
	background: #ffffff;
	width: 193px;
	height: 166px;
}
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	width: 961px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}

