<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

body {
background: #757534;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #5F5D1D;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 20px auto;
width: 700px;
}

#top {
padding: 10px 0;
background: #757534 url(images/top.jpg) no-repeat;
}

#header {
height:342px;
width:640px;
background:url(images/bcard.jpg);

}

#content {
padding: 0 30px 20px 30px;
background: #757534 url(images/content.jpg) repeat-y;
}

.right {
float: right;
width: 440px;
text-align: justify;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 180px;
padding-top: 5px;
}
.left  h2 {
margin: 10px 0 0 0;
padding-left: 10px;
color: #111;
font-size: 17px;
}
.left  ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #5F5D1D;
font-size:.7em;
text-decoration: none;
font-weight: 600;
}
.left  ul li a:hover {
color: #111;
}

#bottom {
padding: 10px 0;
background: #757534 url(images/bottom.jpg) no-repeat;
}

#footer {
height: 20px;
line-height: 30px;
text-align: center;
font-size: 11px;
}

p {
margin:10px 0 14px 0;
}

ul.page {
float:left;
margin:0 0 14px 0;
list-style-type:none;
}

ul.page li {
float:left;
width:50%;
font-style:italic;
}

p.slogan {
text-align:center;
font-weight:bolder;
}</pre></body></html>