﻿body
{
}
.Whole
{
	width: 964px;
	background-color:White;
	padding-left:16px;
}
#RightPane
{
	width: 195px;
	margin-left:15px;
	float: right;
}
#LeftPane
{
	width: 194px;
	margin-right:15px;
	float: right;
}
#TopPane
{
	width: 754px;
	float: right;
}
#ContentPane
{
	float:right;
}
.Header
{
    width:980px;
    height:124px;
    background-image:url(../images/header.jpg);
}
.SideDown
{
    width:194px;
    height:6px;
    background-image:url(../images/SideBoxDown.jpg);
}
.Menu
{
    width:195px;
    background-image:url(../images/bgmenu.jpg);
    background-position:bottom;
}
.MenuSep
{
    width:174px;
    height:1px;
    background-image:url(../images/MenuSep.jpg);
    margin-right:10px;
}
.Footer
{
    width:969px;
    height:50px;
    background-image:url(../images/footer.jpg);
}
