/* (c) 2005-2006, Oleg Grodzevich */

/* layout */
html, body { margin: 0; padding: 0; height: 100%; }
#wrap      { padding-top: 10%; padding-bottom: 10%; height: 70%; }
#l, #r     { width: 49.5%; height: 100%; position: relative; }
#r         { float: right; }
#l         { border-right: solid 1px #999; }

/* colors */
body       { background: #FFF; color: #000; }
#r h3      { background: #EEE; color: #F60; }
#r a       { background: #FFF; color: #468; }
#r a:hover { background: #FFF; color: #000; }

/* text */
body       { font-family: Tahoma, sans-serif; font-size: small; }
#r h3      { font-family: Arial,  sans-serif; font-size: 1em; }
#r a       { font-family: Arial,  sans-serif; font-weight: bold; }
#r .footer { font-size: .85em; }

/* content */
#l .content  { position: absolute; right: 10px; }
.illinar     { text-decoration: none; color: #F60; text-align: center; display: block; }
.illinar img { width: 240px; height: 270px; border: solid 1px #CCC; }

#r .content  { width: 240px; padding-left: 2px; }
#r h3        { margin: 0; padding: 5px 4px; }
#r ul        { list-style: none; padding: 0; margin: 0; }
#r li        { border-bottom: solid 1px #EEE; }
#r a         { display: block; text-decoration: none; height: 20px; margin: 0; padding: 5px 5px; line-height: 20px; border-left: solid 5px #6D0; }
#r a:hover   { border-left-color: #03C; }
#r .footer   { position: absolute; bottom: 0px; }
