* { margin: 0; padding: 0; }

body { background: #BC2433; color: #BA9A59; font: 13px/2.0em Georgia, "Times New Roman", serif; }
a { text-decoration: none; color: #038449; border-bottom: 1px solid #a2d2a3; font-weight: bold; }
a:hover { border-bottom: 1px solid #038449; }
strong { color: #BC2433; }

/* LAYOUT
-------------------------------------------------------------------------------*/
#menu { margin: 50px auto 5px; text-align: center; width: 430px; }
#menu ul { list-style: none; }
#menu li { float: left; margin-right: 1px; }
#menu a { display: block; color: #FFF; border: 0; padding: 2px 15px; }
#menu a:hover { color: #BA9A59; }
#menu a.active { color: #BC2433; background: #FFF; }
#wrapper {clear: both; width: 980px; margin: 0 auto; background: #FFF; position: relative; }
#logo { position: absolute; top: 40px; left: 345px; width: 302px; height: 437px; background: url('gfx/logo.jpg') no-repeat; }
#content { font-weight: bold; float: right; width: 560px; height: 400px; margin-top: 100px; margin-right: 50px; text-align: center; }
#content p { margin: 10px 0; }
#footer { clear: both; text-align: center; color: #CCC; padding: 5px; font-size: 0.85em; }
#author { float: right; color: #ff9d9d; padding: 5px; }
#author a { color: #ffc1c1; border-bottom: 1px solid #ff9d9d; }
#author a:hover { border-bottom: 1px solid #ffc1c1; }