html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
	padding:0;
    margin:0;
	background-color:#896559;
	background-image: url(images/bg_grass.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
		
p{  
	color:#333;
	padding-left:2em;
	padding-right:2em;
	padding-top:1em;	
	font-size:12px;
}	

h1{
	color:#333;
	font-size:14px;
	margin-left:1em;	
}

h2{
	color:#fef5d0;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

li{
	line-height:1.7;
	margin-left:4em;
}

ul {
	list-style:none;
}	
	
hr {
	border:1px solid #eee;
	width:90%;
}
	
a{ 
	text-decoration:none;
	outline:none;
	color:#DD291D;
	font-size:12px;
}

a:hover{
	color:#990000;	
} 
	
img{
	border:none;
}

.marginbottom {
	margin-bottom:-3px;
}

.margintop {
	margin-top:-7px;
	margin-bottom:-18px;
}

/******* STRUCTURE *******/

#main{
	width:910px;
	margin-left:auto;
	margin-right:auto;
	padding-left:8px;
	background-image:url(images/main_glow.png);
	background-repeat:repeat-y;
}

#nav{
	height:62px;
	text-align:center;
	width:900px;
	background-image:url(images/nav_bg.gif);	
	background-repeat:repeat-x;
}

#nav ul {
	padding:0;
	margin:0;
}

#nav ul li{
	display:inline;
	margin-right:-5px;
	margin-left:0;
}

#content {
	padding:15px 15px 0 15px;
	width:880px;
}

#mainleft{
	width:555px;
	float:left;
	background:url(images/index_copy_bg.gif) repeat-y;
}

#mainright{
	width:320px;
	float:right;
}

#footer {
	width:100%;
	height:inherit;
	background:url(images/footer-bg.jpg) repeat-x;
}

#footercontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fef5d0;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0 0 0;
	width:916px;
	height:224px;
	background:url(images/footer-box-bg.png) no-repeat;
}

#footercontent a {
	color:#fefaea;
	font-size:13px;
}

#footercontentleft{
	float:left;
	padding:25px 0 0 48px;
	width:330px;
}

#footercontentleft ul {
	width:155px;
	list-style:none;
	margin:17px 0 15px 0;
	line-height:1.5;
}

#footercontentleft ul li{
	margin-left:0;
}

#footercontentright {
	width:470px;
	padding:25px 20px 0 0;
	float:right;
}

#footercontentright ul {
	margin:10px 0 0 0;
}

#footercontentright ul li {
	display:inline;
	margin:20px 0 0 0;
}

#aside {
	margin:10px 20px 10px 20px;
	border:1px solid #eeeeee;
}

#aside p {
	color:#000;
	font-size:9px;
	font-style:italic;
}

.notice {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px 20px 10px 20px;
	padding:1em 0 1em 0;
	border:1px solid #900;
	background-color:#FFC;  	
}

.notice p {
	color:#333;
	font-size:12px;
	font-weight:bold;	
}

.notice h1 {
	color:#900;
}

.goldsponsor li {
	display:inline;
}

.goldsponsor a {
	color:#FC6;
	font-size:20px;
}

#silversponsortext {
	padding-top:15px;
	font-size:15px;
}

#silversponsortext li {
	display:inline;
	margin-top:50px;
}

#silversponsortext li a {
	color:#ccc;
	font-size:15px;
}

#bronzesponsortext {
	padding-top:15px;
	font-size:15px;
}

#bronzesponsortext li {
	display:inline;
	margin-top:50px;
}

#bronzesponsortext li a {
	color:#993;
	font-size:13px;
}

