/*
	Copyright Medina Truck & Tractor Pullers Assocation, 2009
	Coded by Ryan Winland, BSCS
*/

body {
	background-color: #F5F5DC; /* Beige */
	font-family: tahoma, geneva, verdana;
	margin: 8px;
	text-align: center;
}

body a:link {
	color: #A52A2A; /* Brown */
}

body a:link img {
	border: solid 2px #A52A2A; /* Brown */
}

body a:visited {
	color: #4B0082; /* Indigo */
}

body a:visited img {
	border: solid 2px #4B0082; /* Indigo */
}

body a:hover {
	color: #FF0000; /* Red */
}

body a:hover img {
	border: solid 2px #FF0000; /* Red */
}

#page {
	background-color: #D2B48C; /* Tan */
	border: 2px solid #8B4513; /* SaddleBrown */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 768px;
}

.section {
	width: 100%;
}

#logo {
	background-color: #D2B48C; /* Tan */
	border-bottom: 3px solid #A9A9A9; /* DarkGray */
	border-right: 3px solid #C0C0C0; /* Silver */
	float: left;
	height: 144px;
	width: 192px;
}

#header {
	background-color: #D2B48C; /* Tan */
	border-bottom: 3px solid #A9A9A9; /* DarkGray */
	border-right: 1px solid #D2B48C; /* Tan */
	float: left;
	height: 96px;
	width: 572px;
}

#header h1 {
	color: #8B4513; /* SaddleBrown */
	margin-bottom: 0;
	margin-top: 8px;
	padding-right: 45px;
	text-align: center;
}

#title {
	background-color: #F5DEB3; /* Wheat */
	border-right: 1px solid #F5DEB3; /* Wheat */
	float: left;
	height: 48px;
	width: 572px;
}

#title h2 {
	color: #A52A2A; /* Brown */
	margin-bottom: 0;
	margin-top: 10px;
	padding-right: 45px;
	text-align: center;
}

#navigation {
	background-color: #D2B48C; /* Tan */
	float: left;
	width: 144px;
}

#navigation ul {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
}

#navigation li {
	color: #F5DEB3; /* Wheat */
	padding: 4px;
}

#navigation a:link {
	color: #8B4513; /* SaddleBrown */
	text-decoration: none;
}

#navigation a:visited {
	color: #8B4513; /* SaddleBrown */
	text-decoration: none;
}

#navigation a:hover {
	color: #FF0000; /* Red */
	text-decoration: underline;
}

#content {
	background-color: #F5DEB3; /* Wheat */
	border-left: 3px solid #C0C0C0; /* Silver */
	border-right: 1px solid #F5DEB3; /* Wheat */
	color: #000000; /* Black */
	float: left;
	font-family: verdana;
	font-size: 10pt;
	width: 620px;
}

#min-height {
	float: left;
	height: 432px;
	width: 1px;
}

#content-detail {
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
}

.fill-in {
	clear: both;
}


