

#myMainBox{
   width: 900px;
   background: #000022 ;
}

#myEmptyBox{
   width: 900px;
   height: 50px;
}

#myTopBox1{
   width: 900px;
   height: 140px;
   background: #000000 url(_img/bg_topbox1.jpg) no-repeat;
}
#myTopBox2{
   width: 900px;
   height: 83px;
   background: #000000 url(_img/bg_topbox2.jpg) no-repeat;
}
 
#myMainBoxContainer{
   width: 900px;
   background: #000000 url(_img/bg_mainboxcontainer.jpg) no-repeat;
}
#myMainBox{
   width: 780px;
   background: #111111 url(_img/bg_mainbox.jpg) no-repeat;
}
#myMainBoxContent{
   width: 740px;
   min-height:450px;
}

#myBottomBox1{
   width: 900px;
   height: 40px;
   background: #000000;
}
#myBottomBox2{
   width: 900px;
   height: 40px;
}


#myMenu {
   width: 455px;
   height: 22px;
   position: relative; 
   left: 40px; 
   top: 9px;
   text-align:center;
}


a.menulink {
   font-size: 11pt;
   color: #d39433;
   font-weight: bold;
   text-decoration:none;
   font-family: Verdana, Arial, sans-serif;
}

a.menulink:hover {
   color: #f87633;
   text-decoration: underline;
}

a.menulink:visited {
   color: #d39433;
}
a.menulink:active {
   color: #d39433;
}

DIV.menuspacer {
   font-size: 11pt;
   color: #a17211;
}
