body {
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main/background.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	height:100%;
}
div#container{
	margin-left: auto;
	margin-right: auto;
	width: 926px;
	text-align: left;
}
table.header {
	margin-top: 0px;
	background-color: #000080;
	margin-bottom: 0px;
	width: 100%;
}
table.middle {
	background-color: #FFFFFF;
	width: 100%;
}
table.footer {
	background-color: #000080;
	margin-top: 0px;
	width: 100%;
}
table.horizontalLine {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;	
	width: 100%;
}
td.leftSidebar {
	background-color: #000080;
	width: 150px;
}
td.verticalSizeSpacer {
	background-color: #FFFFFF;
	height: 500px;
}
/*td.rightBorder {
	border: 1px solid #000080;
	background-color: #FFFFFF;
	width: 1px;
}
*/
/*td.rightSidebar {
	border: 1px solid #000080;
	background-color: #E4E6E9;
	width: 150px;
}*/
#content table {
	background-color: #FFFFFF;
/*	margin-right: 1px;
	margin-left: 1px;
*/	width: 100%;
}