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: 100%;
background: #000000 url("http://www.homdor.com/guide/images/bg-header.jpg") repeat-x top center;
font-family: Arial, sans-serif;
font-size: 12px;
margin: 0 auto;
}

#city{
width: 990px;
margin: 0 auto;
}

#footer {
clear: both;
text-align: center;
height: 22px;
width: 100%;
background: url("http://www.homdor.com/guide/images/bg-footer2.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;}


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;
}

.padding{
padding: 10px;
}

.olive{
color: #999966;
}
.blue{
color: #333366;
}

.box1{
border: 1px dotted #cccc99;
}