* {
margin:0;
padding:0;
}

body {
background:url(images/bkgnd.jpg) repeat;
font:normal 13.5px "Times New Roman", Times, serif;
color:#4f310d;
}

.wrapper {
width:800px;
margin:0 auto;
}

.logo {
background: url(images/logo.png) no-repeat;
width:250px;
height:70px;
margin:0 15px;
}

.blkbox   { color: #fff; background: url(images/blkbox.jpg) no-repeat; float: right; margin: 30px 15px 0; width: 250px; height: 30px }

.blkbox p  { font-size: 16px; text-align: right; letter-spacing: 1px; margin: 0 6px }

img {
border:0;
}

.content {
background:#fffdfa;
border:solid 1px #a4a4a4;
margin:0 0 30px;
padding:10px 10px 50px;
}

.content h1 {
font:bold 24px "Times New Roman", Times, serif;
color:#3a2e21;
margin:38px 42px 22px;
}

.content h2 {
font:bold 15px "Times New Roman", Times, serif;
color:#090500;
margin:0 42px;
}

.content p {
color:#4f310d;
line-height:18px;
margin:0 80px 18px 42px;
}

.content ul {
list-style:square;
margin:20px 50px;
}

.content li {
color:#7c6950;
margin:6px 12px;
}

.content a {
color:#9f5907;
font-style:italic;
text-decoration:underline;
}

.content a:Hover {
text-decoration:none;
}