/* STYLE */
body { background: #000; margin-top: 5px; text-align:center; background: #000000; font-family: Century Gothic;}

#main { width: 930px; height: 645px; margin: 0 auto; text-align: left; }

#header { width: 930px; height: 90px; border-bottom: solid 3px #ffec9e; }


#menu { position: relative; top: 5px; left: 0px; width: 930px; height: 40px; padding: 0px; background: #000; font-size: 13px; color: white; }
#nav, #nav ul { padding: 0px; margin: 0px; list-style: none; line-height: 38px; width: 914px; z-index: 1; font-weight: bold; text-align: center; }
#nav a { display: block; width: 125px; color: white; text-decoration: none; font-weight: bold; }
#nav a:hover { background: #ffec9e; color: #000000; }
#nav li { float: left; width: 130px; }
#nav li ul { position: absolute; background: #ecdfce; width: 100px; left: -999em; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; padding-left: 2px; }
#nav ul li a { display: block; width: 100px; text-decoration: none; color: black; margin-top: .3em; font-weight: bold; font-size: 13px; }
#nav ul li a:visited { color: black; }
#nav li:hover ul { left: auto; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav img { border: none; }

#center { position: relative; top: 0px; left: 0px; width: 910px; height: 467px; padding: 6px; background: #fff4e6; font-size: 10pt; overflow: auto;
*width: 930px;
*height: 478px;
}
#center h3 { margin-top: 0px; margin-bottom: 0px; font-size: 1.2em; }
#center a { color: black; }
#center table { font-size: 10pt; }
.tn { margin-bottom: 3px; }
.hiddenPic { display: none; }

#footer {position: relative; top: 0px; left: 0px; width: 930px; height: 40px; padding: 0px; background: #000; font-size: 14px; color: white; margin-bottom: 10px;}
