﻿body 
{
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
	text-align: center;
	background-color: #FFFFFF;
}
#maintable
{
	width: 817px;
	height: 100%;
	vertical-align: top;
	
}
.leftframe
{
	background-image: url('Images/left_frame.jpg');
	background-repeat: repeat-y;
	background-position: right top;
	width: 20px;
}
.rightframe
{
	background-image: url('Images/right_frame.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	width: 20px;
}
.top{
	width: 777px;
	height: 120px;
}
.banner
{
	width: 777px;
	height: 192px;
}
.menu
{
	width: 777px;
	height: 106px;
}
.body
{
	width: 777px;
	height: 100%;
}
.footer
{
	width: 777px;
	height: 39px;
	background-image: url('Images/footer.jpg');
	background-repeat: repeat-x;
	background-position: center center;
}
.footer_text
{
	color: #333333;
	font-family: Calibri;
	font-size: small;
}
