
body{
color: #bba895;
font-size: 12px;
font-family: "Century Gothic", "Avant Garde", sans-serif;
text-align:center;
background: url('ca-bg.jpg') no-repeat top center;
background-color: #171717;
padding: 0px; 
margin: 0px;
}

#header {
width: 100%;
height: 188px;
background: url('ca-bg.jpg') no-repeat top center;
background-color: #323232;
}

#content {
width: 600px;
margin: auto;
margin-top: 20px;
text-align: left;
background-color: transparent;
padding-left: 30px;
padding-right: 30px;
}

#content h3.title {
font-size: 18px;
font-weight: bold;
color: #bba895;
letter-spacing: -2px;
text-align: middle;
}

a {
text-decoration: none;
color: #ffffff;
}
a:hover {
text-decoration: none;
color: #bba895;
}









