* {
    padding: 0;
    margin: 0;
} 

body {
background: #853e08 url(templates/bg.jpg) center Top no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #a30504; text-decoration: underline;}
a:hover { text-decoration: none; color : #d51f23; }

h1 {
color: #ffffff;
font-size: 16px;
letter-spacing: 0px;
font-weight: bold;
padding : 0px 0 0px 0;
}





#wrap {
margin: 150px auto 0 auto;
width: 883px;
}




.left {
background: #853e08 url(templates/bgleft.jpg) no-repeat;
margin-top: 25px;
width: 860px;
height: 390px;
float: left;
text-align: justify;
border: 0px solid #ddd;
padding: 10px;
}
.left h2 {
color: #a30504;
font-size: 24px;
letter-spacing: -1px;
font-weight: bold;
padding : 10px 0 15px 0;
}

.left h3 {
color: #a30504;
font-size: 24px;
letter-spacing: -1px;
font-weight: bold;
padding : 10px 0 2px 0;
}






