body {
background: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}

A:link { color: #993300; text-decoration: none;}
A:visited { color: #993300; text-decoration: none;}
A:hover { color: #663300;}
A:active { color: #cc6600; }

#container {
width: 1000px;
background: #ffffff url("../images/bg-header2.jpg") repeat-x top center;
font-family: Arial, sans-serif;
font-size: 12px;
margin: 0 auto;
}

#header {
height: 34px;
width: 100%;
background: url("../images/bg-header.jpg") repeat-x top center;
}

#content {
color: #5b5135;
line-height: 130%;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

.date{
font-size: 10px;
color: #cccc99;
text-align: right;
margin-top: 5px;
border-bottom: 1px dotted #cccc99;
}

.design {
color: #fff0b6;
}

.help{
font-size: 11px;
color: #000000;
line-height: 110%;
}

.info {
color: #003333;
font-size: 11px;
}

.webdesign {
color: #ffe369;
line-height: 90%;
font-size: 14px;
}

#navigation {
float: left;
margin-right: 25px;
width: 200px;
padding: 5px;
}

#news {
float: right;
width: 200px;
margin: 0;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0px;
padding: 0px;
background: #5b5135 url("../images/bg-newstop.jpg") repeat-x top center;
color: #ffffcc;
font-size: 11px;
}
#news a{color: #ffcc33}
#news a:visited{color: #ffcc33}
#news a:hover{color: #ff6600}

#footer {
clear: both;
text-align: center;
height: 44px;
width: 100%;
background: url("../images/bg-footer.jpg") repeat-x bottom center;
}

#footer-a {
float: left;
width: 350px;
font-size: 11px;
}

#footer-b {
float: left;
font-size: 10px;
}

#footer-c {
float: right;
font-size: 10px;
}

#footer a{color: #3e3a2a; margin-left: 5px; margin-right: 5px;}
#footer a:visited{color: #3e3a2a;}
#footer a:hover{color: #999966;}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu {
width: 200px;
border-style: solid solid none solid;
border-color: #666633;
border-width: 1px;
margin: 10px;
}

#menu li a {
height: 32px;
height: 24px;
text-decoration: none;
}

#menu li a:link, #menu li a:visited {
color: #d9a673;
display: block;
background: url(../images/menu.jpg);
padding: 8px 0 0 20px;
}

#menu li a:hover {
color: #330000;
background: url(../images/menu.jpg) 0 -32px;
padding: 8px 0 0 20px;
font-weight: bold;
line-height: 150%;
}

#menu li a:active {
color: #cc9966;
background: url(../images/menu.jpg) 0 -64px;
padding: 8px 0 0 20px;
}

img{
border: none;
}

h1 {
color: #996633;
font-size: 18px;
font-weight: normal;
margin-top: 0px;
margin-bottom: 5px;
margin-top: -20px;
}

h2 {
margin-top: 0px;
margin-bottom: 0px;
color: #999966;
font-size: 14px;
}

h3 {
margin-top: 0px;
margin-bottom: 5px;
color: #cccc99;
font-size: 12px;
letter-spacing: 1pt;
word-spacing: 1pt;
text-transform: uppercase;
text-align: center;
}
h4 {
margin-top: 10px;
margin-bottom: 5px;
color: #cccc99;
font-size: 12px;
word-spacing: 1pt;
text-align: center;
}

hr { width: 100%; height: 1px; color: #cccc99; border: none;} /* Internet Explorer */
html>body hr { width: 100%; height: 1px; background-color: #cccc99; border: none;} /* Gecko-based browsers */
html>body hr { width: 100%; height: 1px; background-color: #cccc99; border: 0px solid #ffffff;} /* Opera and Gecko-based browsers */

.left{
text-align: left;
}
.right{
text-align: right;
}
.center{
text-align: center;
}

.smallest{
font-size: 10px;
}
.small{
font-size: 11px;
}
.large{
font-size: 14px;
}
.larger{
font-size: 15px;
}

.padding{
padding: 10px;
}

.orange{
color: #ffcc33;
}
.olive{
color: #999966;
}
.blue{
color: #333366;
}
.green{
color: #336633;
}
.yellow{
color: #ffff99;
}

.box1{
border: 1px dotted #cccc99;
}