html {
}
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h1 {
	font-size: 16px;
	color: #A2A2A2;
	padding-top: 15px;
	text-transform: uppercase;
	padding-left: 10px;
}

h3 {
	color: #A2A2A2;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}

p {
	font-size: 14px;
	
	padding: 0 0 5px 10px;
}

a {
	color: #A2A2A2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #972820;
}

img {
	border: 0 none;
}

.wrapper {
	margin: 0 auto;
	width: 980px;
}

.header {
	border-bottom: 1px solid #D4D4D4;
	height: 40px;
}

.content {
	border-bottom: 1px solid #D4D4D4;
}

.main {
	background: url("/layout/mainbg.jpg") no-repeat scroll 0 0 transparent;
    height: 470px;
    margin: 5px auto 0;
    padding: 65px 0 0 10px;
    width: 972px;
    position: relative;
}

.smalllogo {
	position: absolute;
	top: 40px;
	left: 415px;
	z-index: 9;
}

.biglogo {
	float: right;
	margin: 10px 30px 0 0;
}

.image {
    display: inline;
    float: left;
    height: 384px;
    padding-left: 1px;
    width: 471px;
    z-index: 0;
}

.columns {
	float: left;
}

.clear {
	clear: both;
}

.sponsors {
	height: 320px;
}

.sponsors a {
	float: left;
	margin-left: 1px;
}

.jcarousel {
	height: 285px;
	width: 410px;
	padding-left: 10px;
}

.jcarousel li {
	height: 90px;
	width: 400px;
	margin-bottom: 5px;
}

.next, .prev {
	visibility: hidden;
}

.footer {
	border-top:	1px solid #D4D4D4;
	height: 50px;
}

.footer span {
	float: left;
	width: 350px;
}
.footer a {
	float: right;
	color: #c2c2c2;
	padding-right: 30px;
}

.footer a:hover {
	text-decoration: none;
	color: #972820;
}