#wrap {
margin: auto;
width: 1000px;
}
#header {
position:relative;
height: 90px;

}
#menu {
height: 30px;
line-height: 30px;
background: #94040E url(../img/menu.png) repeat-x;
border: 1px solid #dddddd;
text-align: left;
margin-top:5px;
}
#content {
padding: 5px 0 5px 0;
background: #FFFFFF;
border-right: 0px solid #BCCAD8; border-left: 0px solid #BCCAD8;
}

#right {
float: right;
width: 795px;
text-align: center;
margin: auto;
}

#left {
float: left;
width: 200px;
}

#footer {
height: 120px;
line-height: 12px;
background: #DDDDDD;
text-align: center;
font-size: 12px;
color: #000000;
border: 1px solid #c0c2be;
}

#footer a { color: #000000; }

#umenu, #umenul {text-align:left;}
#umenul {margin-left: 5px}

#umenu ul , #umenul  ul {
list-style-type: none;
padding-left: 10px;
margin: 5px
}
#umenu li {
margin: 3px
}

#umenul  ul {
padding-left: 0;
margin-left: 0;
}
#umenul  li {
font-size:10pt; background: url(../img/dotjh.gif) left bottom repeat-x;
display:inline;
}
#umenul a {text-decoration: none; display:block;margin:2px}
#umenul a:hover {background-color: #F2F2F2;}

#header h1 {
font-size: 20px;
color: #000000;
padding: 0px 0 15px 10px;
letter-spacing: -1px;
font-weight: 100;
margin: 0;
}
#header h1 a { 
color: #3069AE;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 20px;
color: #000000;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
margin: 0;
}

#menu ul {
list-style-type: none;
padding-left: 20px;
margin:0;

}
#menu ul li {
display: inline;
margin:0;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 12px;
color: #fff;
font-weight: bold;

}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

