/* default font and color information */
body { background:  #333; color: #999; font: 12px Arial, Helvetica, sans-serif; margin-top: 12em; }
/* END default font and color information */

/* container */
#container { position: aboslute; margin: 0 auto; width:350px; }
/* END container */

/* spacer */
#spacer { padding: 2em; width:350px; }
/* END spacer */

/* logo */
#logo { margin: 0 auto; width:350px; text-align: center; }
/* END logo */

/* content */
#content { background: #FFFFCA; border: 1px dotted #FFCC00; color: #000; font-size: 1.1em; line-height: 1.1em; padding: .5em; text-align: left; }
/* END content */

/* default link rules */
a:link { color: #000000; text-decoration: underline; font-weight: normal; }
a:visited { color: #000000; text-decoration: underline; font-weight: normal; }
a:hover { color: #534B49; text-decoration: underline; }
/* END default link rules */

/* headings */
h1 { color: #534B49; text-transform: capitalize; font-weight: normal; font-family: Helvetica, Arial, Geneva, Verdana, sans-serif; margin: 1em 0; padding: 0; font-size: 1em; }
h2 { color: #000000; font-weight: bold; font-family: Helvetica, Arial, Geneva, Verdana, sans-serif; font-size: 1.1em; }
/* END headings */

/* content */
p { font-size: 1em; line-height: 1.6em; }
span.lead { text-transform: uppercase; }

/* END content */
