body {
    margin: 0px;
    text-align: center;
}
div.wrapper {
    width: 862px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
div.header {
    height: 126px;
    background: url('../images/header.png');
}
div.header .smlmenu{
	text-align:right;
	padding-top:5px;
	padding-right:28px;
	font-size:12px;
	font-weight:bold;
}
div.menu {
    height: 35px;
    font-size: 17px;
    background: url('../images/menu_bg.png');
}
div.menus td {
    text-align: center;
}
div.menus td.sep {
    background: url('../images/menu_sep.png') center center no-repeat;
    width: 5px;
}
div.menus a {
    font-size: 17px;
    color: #017DC7;
    text-decoration: none;
    font-weight: bold;
}
div.menus a:hover {
    color: #333;
}
div.content_wrapper {
    padding: 1px 0 1px 0;
    background: url('../images/content_bg.png') repeat-y;
}
div.content_top {
    height: 16px;
    background: url('../images/content_top.png');
}
div.content_bottom {
    height: 8px;
    background: url('../images/content_bottom.png') no-repeat;
}
div.footer {
    padding-bottom: 20px;
    text-align: center;
    color: #666;
    font-size: 11px;
}

