html, body{
height: 100%;
width: 100%;
margin: 0 auto 0 auto;
padding: 0;
line-height: 18px;
font-size: 11px;
font-family: trebuchet, verdana, arial;
background: url(../_img/_body.jpg) #8A8A8A center repeat-y;
}

#page{
width: 800px;
height: 100%;
text-align: left;
margin: 0 auto 0 auto;
background: url(../_img/_body.jpg) #8A8A8A center repeat-y;
}

#banner{
position: relative;
width: 800px;
height: 153px;
margin: 0 auto 0 auto;
background: url(../_img/_banner.jpg) center no-repeat;
}

#slogan{
position: relative;
float: left;
left: 30px;
top: 120px;
width: 275px;
padding: 0 0 0 20px;
font-weight: bold;
color: #fff;
font-size: 12px;
letter-spacing: 4px;
}

#main_menu{
position: relative;
clear: both;
width: 800px;
height: 35px;
margin: 0 auto 0 auto;
background: url(../_img/_menu.jpg) center no-repeat;
}

#content{
position: relative;
overflow: auto;
width: 650px;
padding: 10px 0 15px 0;
margin: 0 auto 0 auto;
text-align: justify;
color: #000;
}

#footer{
position: relative;
clear: both;
width: 650px;
height: 24px;
margin: 0 auto 0 auto;
padding: 0;
text-align: right;
font-size: 10px;
color: #000;
border-top: 1px solid #0337a4;
}