@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-size: 12px;
	color: #666666;
	background-attachment: scroll;
	background-image: url(../images/bkground_top.png);
	background-color: #fef8f0;
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
}
.backgroundBottom {
    background-image: url(../images/bkground_bottom.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

body>table>tbody>tr>td>p {
	margin: 0px;
}
#container {
	width:792px;
	height:900px;
	margin:0px; 
	text-align:left;
	background-position:center;
}
#header {
	background-image: url(../images/header_bkground.png);
	background-repeat: repeat-x;
	background-position: top;
	width:792px;
	height:309;
	}
#footertxt {
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
}
#headlinetxt {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold
}
#menubox{
	text-align:center;
	background-position:center;
	padding-left: 46px;
	font-size: 9px;
}	
#contentbox{
	text-align:left;
	padding-left: 2px;
	overflow:scroll;
	width:692px;
	height:404px;
}
.headerCell {
height: 309px; 
background-image: url('../images/header_bkground.png');
text-align: left; 
vertical-align: top;
}
.backgroundCell {
vertical-align: top;
background-image: url('../images/content_bkground.png');
}
.backgroundContent {
background-image: url('../images/middle_bkground.png'); 
background-repeat: no-repeat; 
min-height: 428px; 
padding-left: 46px; 
text-align: left; 
}
.footerCell {
height: 127px;
background-image: url('../images/footer_bkground.png');
}
