*{
   margin: 0px;
   vertical-align: top;
}
html, body{
   font-family: verdana;
   vertical-align: top;
   font-size: 11pt;
   margin: 0px;
}
body{
   background-image: url('images/body_bg.png');
}
.layout_table{
   margin-right: auto;
   margin-left: auto;
   height: 100%;
   width: 980px;
}
.layout_menu{
   background-image: url('images/menu_bg.png');
   background-repeat: repeat-y;
   width: 272px;
}
.layout_content{
   background-image: url('images/content_bg.png');
   width: 708px;
}
.menu_zipper{
   background-image: url('images/menu_zipper.png');
   background-repeat: no-repeat;
   background-position: right;
   height: 155px;
}
.layout_menubar{
   background-image: url('images/menubar_bg.png');
   background-repeat: repeat-x;
   font-family: Times New Roman;
   padding-left: 10px;
   font-weight: bold;
   padding-top: 8px;
   font-size: 35px;
   color: #ffffff;
   height: 73px;
}
.menu_title{
   background-image: url('images/menutitle_bg.png');
   background-repeat: no-repeat;
   text-transform: uppercase;
   padding-left: 50px;
   padding-top: 6px;
   font-weight: bold;
   font-size: 12px;
   color: #ffffff;
   height: 35px;
}
.menu_links{
   margin-bottom: 10px;
}
.menu_links a{
   text-transform: uppercase;
   text-decoration: none;
   padding-left: 20px;
   margin-right: 60px;
   margin-left: 30px;
   font-size: 12px;
   display: block;
   color: #ffffff;
}
.menu_links a:hover{
   background-color: #ffffff;
   color: #072044;
}
.title{
   background-image: url('images/title_bg.png');
   background-position: left center;
   background-repeat: repeat-x;
   text-transform: uppercase;
   vertical-align: middle;
   height: 71px;
}
.footer{
   background-image: url('images/title_bg.png');
   background-position: left center;
   background-repeat: repeat-x;
   padding-top: 25px;
   color: #ffffff;
   height: 71px;
}
.title div{
   background-image: url('images/title_img.jpg');
   background-repeat: no-repeat;
   padding-left: 106px;
   padding-top: 12px;
   font-size: 20px;
   color: #ffffff;
   height: 71px;
}
.content{
   padding: 10px;
   padding-bottom: 0px;
}
.content a, .content a:visited{
   text-decoration: none;
   color: #FF9806;
}
.content a:hover{
   color: #ffffff;
}
iframe, textarea{
   background-color: red;
}