body{
background-size: 100%;
background-image: url(./img/backa.jpg);
background-repeat:repeat-y;
height:100%;

}


#banner{
background-image: url(./img/banner.jpg);
background-size: 100%;
background-repeat:no-repeat;
padding:10%;
}

#foot{
margin:20pt;
background-color:643716;
font-size: 8pt;
position:relative; bottom:0;
margin-left:auto;
margin-right:auto;

}

.icon{
height: 25pt;
width: 25pt;
margin: 1pt;

}

.icon2{
height: 15pt;
width: 15pt;
margin-top: 5pt;
margin-left: 3pt;

}

div {  

text-align: left;
font-size: 15pt; font-weight: 700; font-family: Arial;
color:	#c7b18a;

}


ul
{
background-color:#24231e;
list-style-type:none;
margin:0;
padding:5pt;
Line-height: 25pt;
-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border:1px solid #24231e;
}



a:link,a:visited
{
-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border:1px solid #24231e;
display:block;
color:#725c43;
background-color:	#c7b18a;
width:88%;
text-align:left;
margin-left:10%;
text-decoration:none;
font-size: 10pt;
font-weight: 750;
}
a:hover,a:active
{
background-color:#8B4726;
color: #cdba92;

}


