* {
margin : 0;
padding : 0;
}
body {
background : #1d1d1d;
color : #eee;
font : 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
.topborder {
position : fixed;
top : 0;
left : 0;
width : 100%;
height : 12px;
background-color : #c0db5a;
}
.menu {
position : fixed;
top : 120px;
left : 20px;
width : 200px;
}
.southborder {
text-align : center;
height : 31px;
bottom : 0;
width : 100%;
position : fixed;
background-color : #c0db5a;
}
.southborder a {
 color: #698329;
}
.content {
margin : 45px 10% 5em 290px;
max-width : 800px;
}
p {
line-height : 1.4em;
margin-bottom : 1em;
font-size : 0.9em;
}
p.lead {
font-size : 1em;
}
ol, ul {
margin : 0.5em 0 1.2em 2em;
}
ol, ul, dl {
line-height : 1.4em;
}
ol li {
margin-bottom : 0.2em;
}
li {
font-size : 0.9em;
}
li strong {
color : #999;
}
h1, h2 {
font-family : "Trebuchet MS", Verdana, Sans-Serif;
}
h1, h2 {
font-size : 1.5em;
letter-spacing : 0.4pt;
color : #d0eb6a;
text-transform : uppercase;
padding-top : 0.8em;
}
h3 {
font-size : 1em;
letter-spacing : 0.2pt;
color : #d0eb6a;
text-transform : uppercase;
padding-bottom: 0.5em;
}
h1 {
font-size : 2.3em;
}
a {
color : #9eb426;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
a img {
border : none;
}
.nav {
list-style : none;
margin : 1.5em 0 1em 0;
}
.nav li {
padding : 0;
margin : 0;
}
.nav a {
display : block;
height : 2em;
padding : 0.3em 0.2em 0 0.8em;
margin-bottom : 1px;
color : #eee;
background-color : #363633;
}
.nav a:hover {
color : #202020;
background-color : #d0eb6a;
}
.place {
border-top : 3px solid #2c2c2c;
padding : 1.4em 0 2.0em 0;
width : 100%;
}