@charset "UTF-8";
@import url(default.css);
@import url(pages.css);

div#content {
    float:right;
    margin-top:19px;
    width:870px;
    background:url(../imgs/b_conBg.jpg) no-repeat;
}

div#layout {
    margin:22px 0 0 63px;
    width:717px;
    background:url(../imgs/b_layBg.jpg) repeat-y;
}

div#layout h2 {
    margin-left:50px;
    padding:20px 0 0 5px;
    border-left:5px solid #abd;
    font-size:1.8em;
    font-weight:bold;
    color:#89c;
}

div#layout p#whLogo {
    margin-top:2em;
}

div#layout p#bnLogo {
    margin-top:1em;
}

div#layout p#whLogo img,
div#layout p#bnLogo img {
    vertical-align:middle;
}

div#layout table {
	margin-bottom:20px;
	border-top:1px solid #7ca;
	border-left:1px solid #7ca;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}

div#layout table th {
	border-right:1px solid #498;
	border-bottom:1px solid #498;
	padding:0.2em 0.3em;
	text-align:center;
	width:25%;
	color:#333;
}

div#layout table th {
	background-image:url(../imgs/g_tableBg.gif);
	background-color:#7ca;
}

div#layout table caption {
	margin:20px 0 0 0;
}

div#layout table td {
	border-right:1px solid #498;
	border-bottom:1px solid #498;
	padding:0.3em 1em;
}

div#sidebar {
    float:left;
    width:230px;
    height:386px;
    background:url(../imgs/r_menuBg.jpg);
}

div#footer {
    float:left;
    width:1100px;
    height:170px;
    background:url(../imgs/b_footer.png) no-repeat;
}