/* CSS Document */
body {
background: #066 url(../imgs/bg.jpg) repeat-y center;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0px;
padding: 0px;
}
p {
font-size: 12px;
}
#topo {
width: 740px;
margin: 0px auto;
}
#topo h2 {
background: url(../imgs/homelogo.gif) no-repeat 0px 0px;
width: 285px;
height: 50px;
margin: 10px 0px 0px 15px;
float: left;
text-indent: -9000px;
overflow: hidden;
font-size: 9px;
}
#topo ul {
width: 420px;
margin: 0px;
padding: 40px 0px 0px 0px;
float: right;
list-style: none;
text-align: right;
}
#topo ul li {
display: inline;
}
#topo ul a {
display: block;
float: right;
color: #fff;
text-decoration: none;
font-size: 10px;
font-weight: bold;
color: #cc9;
font-weight: bold;
padding: 8px;
border-left: solid 1px #333;
}
#topo ul a:hover {
color: #fff;
}
#main {
background-color: #cc9;
width: 740px;
margin: 0px auto;
}
#footer {
width: 720px;
margin: 10px auto;
padding: 5px;
border-top: #333 solid 1px;
}
#footer p {
font-size: 9px;
letter-spacing: 1px;
text-align: center;
color: #333;
}
#footer a {
color: #333;
text-decoration: none;
}
p.home {
color: #cc9;
padding: 10px 40px 10px 100px;
font-size: 11px;
line-height: 17px;
}

