/* CSS Document */

body { margin: 0px; padding: 0px; font-family: Tahoma; text-align: center;}

a { color: #7AAFF3; text-decoration: underline; }
a:hover{ color: #00FFFF; text-decoration: underline; } 

#container { margin-left: auto; margin-right: auto; text-align:center; width:950px; border: 3px solid #FFFF00; }

#container #title { background-color:#FFFF00; text-align:center; }

#container #menu { background-color:#FFFF00; text-align:center; color: #000000; padding-top: 5px; padding-bottom: 5px; }
#container #menu a { font-weight: bold; color: #666666; }
#container #menu a:hover { color: #000000; }

#container #content { background-color:#000000; text-align: center; padding-top: 10px; font-family: Tahoma; color: #FFFFFF; }
#container #content a { color: #F03829; text-decoration: underline; }
#container #content a:hover{ color: #F93B9B; text-decoration: underline; }

#content .left { float:left; width:450px; font-family: Tahoma; font-size: 28px; color: #FFFFFF; text-align:left; padding-left: 20px; }
#content .right { float:right; width:450px; font-family: Tahoma; font-size: 28px; color: #FFFFFF; text-align:left; padding-left: 20px; }

#content #table { width:865px; padding-left:5px; margin-left: auto; margin-right: auto; }
#content .cell { font-family: tahoma; font-size: 10pt; float:left; width:166px; height:300px; text-align:center; margin:0px 5px 5px 0px; background-color:#000000; border: 1px solid #FFFF00; overflow:hidden; display:inline; /* Fix IE6 double-margin issue */ }
#content .thumb { background-color:#ffffff; border: 0px; } 

#content #adstable { width:780px; padding-left:5px; margin-left: auto; margin-right: auto; }
#content .adscell { font-family: tahoma; font-size: 10pt; float:left; width:186px; height:360px; text-align:center; margin:0px 5px 5px 0px; background-color:#000000; border: 1px solid #FFFF00; overflow:hidden; display:inline; /* Fix IE6 double-margin issue */ }

#container #footer { clear:both; background-color:#FFFF00; text-align:center; font-size: 12px; color: #000000; }
#container #footer a { font-weight: bold; color: #666666; }
#container #footer a:hover { color: #000000; }

h1 { font-size: 20px; font-family: Tahoma; color: #000000; font-weight: bold; }
h2 { font-size: 16px; font-family: Tahoma; color: #FFFFFF; font-weight: bold; }   
h3 { font-size: 22px; font-family: Tahoma; color: #FFFFFF; font-weight:bold; } 


