@charset "utf-8";
/* CSS Document */

body {
	background-color: #231f20;
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#page {
	width: 1085px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(_images/site_format.jpg);
	height: 696px;
}
#content {
	width: 741px;
}
#nav {
	width: 205px;
	margin-top: 75px;
	margin-left: 70px;
	position:absolute;
	text-align:center;
	float:left;
}
.nav_button{
	padding-bottom:6px;	
}
#gutz{
	width: 449px;
	margin-top: 75px;
	position:relative;
	float:right;
	height:550px;
	overflow: auto;
}
#pad_left{
	margin-left: 30px;
}
#inside_gutz{
	margin-left: 15px;
	margin-right: 15px;
}
ul {
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(_images/bullet.gif);
	list-style-type: square;
	margin: 2px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
}
.heading{
	font-size: 14px;
	font-weight: bold;
	color: #231F20;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #231F20;
}
a:hover {
	text-decoration: underline;
	color: #CE2029;
}
a:active {
	text-decoration: none;
	color: #231F20;
}
.sponsor{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CD2128;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.note{
	font-size: 10px;
}
.sponsor img {
	border: 1px solid #231F20;
	background-color: #FFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
