html {
 font-size: 100.1%;
}

body {
 margin: 15px 0;
 padding: 0;
 color: #333;
 background: #777;
 font-size: 80%;
 font-family: Verdana, Helvetica, sans-serif;
}

a:link, a:visited {
 color: #923;
 text-decoration: underline;
}

a:active, a:focus, a:hover {
 color: #666;
}

code {
 display: block;
 font-size: 120%;
 text-align: left;
}

dl {
 line-height: 140%;
}

dl dd {
 margin: 0 0 10px 0;
}

fieldset {
 border: 0;
}

form {
 border: 1px solid #333;
 background: #eee;
}

h1, h2 {
 font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
 color: #394;
}

h1 {
 width: 599px;
 height: 454px;
 margin: 0;
 padding: 0;
 font-size: 220%;
 letter-spacing: 0.2ex;
 font-weight: bold;
 font-style: italic;
 background: #000 url(images/heart_header.jpg) no-repeat;
 text-indent: -10000px;
}

h2 {
 margin: 20px 0 0 0;
 font-size: 140%;
 text-transform: uppercase;
 font-weight: normal;
}

img {
 border: 0;
}

label {
 display: block;
 margin-right: 5px;
 color: #333;
 font-weight: bold;
}

#displayemail label {
 display: inline;
}

ol li {
 margin-bottom: 7px;
 line-height: 150%;
}

p {
 line-height: 150%;
}

q {
 quotes: "'" "'" '"' '"';
}

ul {
 list-style: circle url(images/bullet.gif);
}

ul li {
 margin: 0 0 7px 16px;
 padding: 0;
}

#wrapper {
 width: 599px;
 position: relative;
 margin: 0 auto;
 padding: 15px;
 background: #fff;
 text-align: left;
}

#subtitle {
 margin: 3px 0 20px 0;
}

#content {
 width: 569px;
 margin: 0 15px;
 padding: 0 0 50px 0;
}

#menu {
 position: absolute;
 top: 440px;
 width: 599px;
 display: inline;
 margin: 0;
 padding: 0;
 list-style: none;
 text-align: center;
 font-size: 100%;
 font-weight: bold;
}

#menu li {
 display: inline;
 margin: 0 1.4em 0 0;
 padding: 0;
}

#menu li#current {
 margin: 0 1.4em 0 0;
 padding: 0;
 color: #cfc;
}

#menu a:link, #menu a:visited {
 margin: 0;
 padding: 0;
 color: #fff;
 text-decoration: none;
}

#menu a:hover, #menu a:focus, #menu a:active {
 margin: 0;
 padding: 0;
 color: #ccc;
 text-decoration: none;
}

#footer {
 clear: both;
 width: 569px;
 margin: 0;
 padding: 15px;
 font-size: 90%;
 text-align: left;
 color: #fff;
 background: #000;
}

#footer a:link, #footer a:visited {
 color: #fff;
}

#footer a:hover, #footer a:focus, #menu a:active {
 color: #ccc;
}

.inlinelist {
 list-style: none;
 margin-left: 0;
 padding-left: 0;
 text-align: left;
}

.inlinelist li {
 display: inline;
 margin: 0;
 padding: 0 2px 5px 0;
}

.inlinelist a {
 border-bottom: 0;
}