


<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(bheader.png);
position:relative;
background-repeat:no-repeat; 
width:1000px; 
height:273px;
z-index:2;
}
#footer{
background-image:url(bfooter.png);
width:1000px;
height:122px;
position:relative;
background-repeat: no-repeat;
font-size:12px;
z-index:3;
}
#middle{
background-image:url(bmiddle.png);
width:1000px;
position:relative;
height:auto; 
overflow:hidden;
z-index:1;
}
.content{
margin-left:60px; margin-right:60px;
}

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;
}

.bronze{
width:25%; text-align:center; color:#A34900; height:200px; margin-bottom: 20px; display:table-cell; vertical-align:middle; 
}

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

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

img{
z-index:10;
}

.logoimage{
position:relative; top:200px;
}

</style>