/* BEGIN Structure */
* { margin: 0; padding: 0; }
body { font: 62.5% Verdana, Arial, Helvetica, sans-serif; text-align: justify; }
/* END Structure */

/* BEGIN Header */
#header { height: 90px; background: url(back.png); border-top: 5px solid #c00; }
#header h1 { display: inline; }
#header h1 a { display: block; height: 90px; width: 273px; text-indent: -9999px; overflow: hidden; background: url(background.png) no-repeat; margin-left: 30px; }
/* END Header */

/* BEGIN Content */
#content { margin: 10px; padding: 4px; }
#content h2 { font-size: 2em; color: #c00; }
#content p { line-height: 1.4em; font-size: 1.2em; margin: 15px 0; }
#content ul { list-style: none; margin: 15px 20px; font-size: 1.2em; }
/* END Content */

/* BEGIN Misc */
a { color: #c00; text-decoration: none; }
a:hover { color: #f30; text-decoration: underline; }
.big { font-size: 2em; }
.big a { font-size: 2em; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
/* END Misc */