﻿BODY 
{
    font-family : Verdana, Arial, sans-serif; 
    font-size :12px;
    min-height:100%;
    height:100%;
    background: #d9e6f7;
    color: #000000;
    margin-top:0px;
}

#PageLeft{
    width: 1024px; position:relative; border:groove 1px gray; padding:5px 5px 5px 0px;
    margin-top:0px;
}
#PageBody{
    width: 1024px; margin-left:10%; border:groove 1px gray; padding:5px 5px 5px 0px;
    height:100%;
    margin-top:0px;
}

/*Page Header Section */
#PageBody #header {
background:url(images/header_bg.gif) repeat-x;
position: relative;
width: 100%;
margin-bottom: 11px; overflow:hidden;
	top: 0px;
	left: 0px;
}

/* Page footer Section */
#PageBody #footer {
vertical-align:bottom;
width:100%;
background: url(images/footer_bg.gif) repeat-x; border:groove 0.5px black;
height:20px;
}

/* Page Center Area */
#CenterMenu{
    width:100%;
    height:100%;
    margin-left:3px;
}

#CenterMenu .leftcontent {
	width:170px;
	float:left;
	overflow:hidden;
}
#CenterMenu .centercontent 
{
	display:table-cell;
	float:left;
	width:670px;
	height:100%;
	overflow:hidden;
	margin-left:3px; 
}
#CenterMenu .rightcontent {
	width:170px;
	float:right;
	overflow:hidden;
}

#CenterBlock
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%
}
