body {
font-family: Helvetica, Arial, Verdana, sans-serif;
margin-left: auto;
margin-right: auto;
width: 800px;
padding: 0px;
letter-spacing: 0.1em;
}
#container {
background-color: white;
border: 1px solid #cccccc;
}
#stripe {
background-color: #993366;
margin: 0px;
height: 12px;
}
#header {
background-color: #cc0033;
height: 300px;
}
#title {
margin: 12px;
}
#pics {
float: right;
width: 450px;
}
#main {
margin-top: 20px;
}
#menu {
float: left;
}
#menu ul {
font-size: 90%;
color: gray;
line-height: 150%;
list-style: none;
margin-left: -24px;
}
li {
}
#content {
float: right;
width: 430px;
padding-right: 20px;
}
p {
color: #666666;
line-height: 160%;
}
#content ul {
color: #660066;
list-style: circle;
line-height: 130%;
}
#footer {
clear: both;
background-color: #cccccc;
padding: 2px;
}
.footer {
margin-left: 346px;
font-size: xx-small;
}
h1, h2, h3, h4 {
font-weight: normal;
text-transform: uppercase;
line-height: 115%;
}
h1 {
font-size: 210%;
color: white;
letter-spacing: 0.2em;
}
h2 {
font-size: 160%;
color: white;
letter-spacing: 0.2em;
}