@charset "UTF-8";
#container {
	background-color: #CCC;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	float: right;
	margin-right: 15px;
}
.index_content {
	float: right;
	width: 75%;
	background-color: #999;
	height: 700px;
}
.index_sidebar {
	background-color: #FF9;
	float: left;
	width: 25%;
	height: 700px;
}
#header {
	height: 150px;
	background-image: url(../graphics/hinderbinder_logo_edit.jpg);
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #e55b4e;
}
#content {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	background-color: #FF0;
}
#footer {
	background-color: #999;
	height: 150px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #e55b4e;
	width: 100%;
	clear: both;
	position: relative;
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-color: #e55b4e;
	border-right-color: #e55b4e;
	border-bottom-color: #e55b4e;
	border-left-color: #e55b4e;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #666;
}
h1 {
	font-size: xx-large;
}
#sidebar_left {
	background-color: #999;
	float: left;
	width: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1450px;
}
#sidebar_right {
	background-color: #FF9;
	float: right;
	width: 50%;
	height: 1450px;
}
.merch_sidebar_left {
	background-color: #ff9;
	float: left;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	height: 1400px;
}
.merch_content {
	background-color: #999;
	float: left;
	width: 34%;
	margin-right: auto;
	margin-left: auto;
	height: 1400px;
}
.merch_sidebar_right {
	background-color: #ff9;
	float: left;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	height: 1400px;
}
.images {
	margin-top: 10%;
	margin-right: 20%;
	margin-bottom: 10%;
	margin-left: 20%;
}
.text {
	padding: 10px;
}
.go_dawgs_link {
	padding-left: 25px;
}
#contact_content {
	background-image: url(../graphics/OldCarBackground.jpg);
}
.event_images {
	clear: none;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
