body{
text-align:center;
}
div#container{
margin: 0 auto;
width:950px;
height:600px;
}
div#wrapper{

height:600px;
margin-left:10px;
margin-right:10px;
background-color:#F5F6D4;
}
div#bg_right{
position:relative;
height:100%;
_height:615px;
width:10px;
float:right;
background-image:url("./images/bg_right.gif");
background-repeat:repeat-y;
background-position:top -4px;
margin-top:4px;
}
div#header{
position:relative;
padding:20px;
height:100px;
}
div#header_logo{
position:relative;
float:left;
width:127px;
height:100px;
background-image:url("./images/header_logo.jpg");
background-repeat:no-repeat;
}
div#header_text{
position:relative;
float:left;
left:100px;
width:574px;
height:100px;
background-image:url("./images/header_text.jpg");
background-repeat:no-repeat;
}
div#menu{
height:36px;
margin-left: 20px;
margin-right:20px;
background-image:url("./images/menu_bar_bg.gif");
background-repeat:repeat-x;
}
div#menu_left{
height:36px;
width:11px;
float:left;
background-image:url("./images/menu_bar_l.gif");
background-repeat:no-repeat;
}
div#menu_right{
height:36px;
width:11px;
float:right;
background-image:url("./images/menu_bar_r.gif");
background-repeat:no-repeat;
}
/* MENU */
div#menu_items{
float:left;
height:36px;
}
div#menu_items div{
padding:3px 2px 2px 3px;
min-width:87px;
max-width:170px;
}
div.menu_item{
float:left;
height:36px;
color: #C8CE11 !important;
}
div.menu_item_current{
color: #C8CE11 !important;
height:36px;
float:left;
 background-image: url("./images/menu_bar_select.gif");
background-repeat:no-repeat;
background-position:top center;
}
a.msingle{
line-height:2.5em;
}
a.mdbl{
position:relative;
top:-2px;

}
a.amenu {
        color: #C8CE11 !important;
        margin: 0;
		font-size:12px;
		font-family: arial;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
        }


a.amenu:hover {
        color: #fff !important;
        text-decoration: none;
        }
/* CONTENT */
div#content{
position:relative;
font-family:arial;
font-size:12px;
font-weight:normal;
background-color:#fff;
border-style:solid;
border-color:#F2F3CC;
border-width:1px;
margin:20px;
padding-top:5px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
text-align:left;
height:365px;
}
img.txtimg{
float:left;
padding-right:10px;
padding-bottom:10px;
}
h1{
font-family:arial;
font-size:26px;
font-weight:bold;
color:#A7C520;
}
/* FOOTER */
div#footer{
position:relative;
height:10px;
margin-left:10px;
width:930px;
background-image:url("./images/bg_footer.gif");
background-repeat:repeat-x;
}