body { font-size: 10px; line-height: 1.6em; color: #fff;  font-family: Verdana,Arial,Helvetica,sans-serif; background: #110d20; } 

/***globals***/
h1, h2, h3, h4, h5, h6{ margin: 0 0 5px 0; font-weight: bold; line-height: 120%; }
h1{ font-size: 1.3em; }
h2{ font-size: 1.2em; }
h3{ font-size: 1.1em; }
h4{ font-size: 0.9em; }
h5{ font-size: 0.8em; }
h6{ font-size: 0.7em; }

p {	margin: 15px 0; }

ul { margin: 5px 0; padding: 0px; list-style: none; }
ol { margin: 5px 0; padding: 0; }

ul li,
ol li ul li { margin: 2px 0; padding: 0 0 0 15px; background: url(../images/li.gif) 0px 6px no-repeat; }

ol li { margin: 2px 0; padding: 0; }

a:link, a:visited{ color: #bfa22f; text-decoration: underline; cursor: pointer; outline: none; }
a:hover { text-decoration: none;} 

h1#logo { float: left; }
h1#logo a { display: block; width: 176px; height: 172px; text-indent: -9999em; font-size: 0px; background: url("../images/millionairelogo.png") no-repeat; }

/***main layout***/
.wrap { margin: 0 auto; width: 734px; }
#wrap { margin: 10px auto; width: 734px; background: url("../images/bg.gif") repeat-y; }
#wrap2 { background: url("../images/bg-top.png") top no-repeat; }
#wrap3 { background: url("../images/bg-bottom.png") bottom no-repeat; }
#page { padding: 17px; }
#page.home { min-height: 535px; height: auto!important; height: 535px;  background: url("../images/homepage.jpg") center 15px no-repeat; }
#page.home #main { min-height: 290px; height: auto!important; height: 290px; }
#top { height: 185px; }
#top-mod { float: right; width: 520px; }
#sidebar { float: left; width: 220px; }
#content,
#content_noleft { float: right; padding: 0 20px; width: 440px; }
#content_noleft { width: 660px; } 
#bottom-nav { height: 55px; text-align: center; background: url("../images/footer.png") center top no-repeat; }
