


<style type="text/css">

html{
}

body{
background-color:#ebe7de; background-image:url(bkg.jpg); 
font-size: 18px;
font-family: Candara, Corbel, Geneva, sans-serif; 
color:#000000; 
overflow-x:hidden;
}
a:link{
color:#11001b; text-decoration:underline;
font-weight:bold;
}
a:active{
color:#2bbe12; text-decoration:underline;
}
a:visited{
color:#681900; text-decoration:underline;
}
a:hover{
color:#be1212;
}

img{
border:0;
}

h3{
display:inline;
}


#header{
background-image:url(bheaders.png);
position:relative;
background-repeat:no-repeat; 
width:780px; 
height:213px;
z-index:2;
}
#footer{
background-image:url(bfooters.png);
width:780px;
height:95px;
position:relative;
background-repeat: no-repeat;
font-size:12px;
z-index:3;
}
#middle{
background-image:url(bmiddles.png);
width:780px;
position:relative;
height:auto; 
overflow:hidden;
z-index:1;
}
.content{
margin-left:75px; margin-right:75px;
}

h1{
font-size: 32px;
color:#A88E39;
}
h2{
font-size: 24px;
}
h3{
font-size: 22px;
}
h4{
font-size:28px;
color:#7D7D7D;
}

h6{
font-size: 22px;
color:#A34900;
}

.sponsors{
width:100%;
padding:0px;
margin-top:0px;
text-align: center;
}

.bronze{
float:left; width:30%; padding-left: 5px; padding-right:5px; text-align:center; font-size: 22px; color:#A34900; height:150px; margin-bottom: 10px;
}

.silver{
width:90%; height:200px; font-size:28px; color:#7D7D7D;
}

img{
z-index:10;
}

.bottom{
position:relative; top:30px;
}

.logoimage{
position:relative; top:150px; width:650px;
}
</style>