body {
width: 738px;
margin: 0 auto;
font-family: arial, sans-serif;
}

a {
color: #463c3c;
text-decoration: underline;
}

a:visited {
color: #666666;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: underline;
}

#header {
margin-top: 10px;
background: transparent url('../../images/bee.gif') center bottom no-repeat;
height: 145px;
}

#header .inner {
width: 630px;
margin: 0 auto;
border-top: 1px solid black;
padding-top: 20px;
}

#logo {
background: transparent url('../../images/logo.gif') center top no-repeat;
width: 246px;
margin-top: 15px;
padding-top: 55px;
font-size: 24px;
text-align: center;
float: left;
margin-right: 40px;
}

#tagline, .large {
font-size: 36px;
color: #666;
}

.large {
display: block;
padding-top: 20px;
}

#nav {
border-bottom: 2px solid #7e7e7e;
padding-bottom: 1em;
}

#nav ul {
font-size: 12px;
text-align: center;
}

#nav li {
display: inline;
padding: 0 20px;
}

#nav a {
line-height: 2em;
}

#main {
color: #404040;
font-size: 14px;
}

#main h2,
#main h1 {
font-family: 'Verdana-Bold','Verdana',sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 26px;
margin: 1em 0;
}

#main h3 {
color: #599f28;
font-family: 'Verdana-Bold','Verdana',sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 20px;
margin: 1em 0;
}

#main h4 {
font-family: 'Verdana-Bold','Verdana',sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 18px;
}

#main p {
margin: 1em 0;
}

#main ul {
margin: 1em 0;
list-style-type: disc;
padding-left: 2em;
}

#main ol {
margin: 1em 0;
list-style-type: decimal;
padding-left: 2em;
}