﻿body
{
	background-color: #89adcd;
	font-family: Verdana;
	font-size: 10px;
}

div.leftTop
{
	background-image: url('../_Images/LeftTop.jpg');
	background-repeat: no-repeat;
	
	width: 177px;
	height: 152px;
}

div.leftMiddle
{
	background-image: url('../_Images/LeftMiddle.jpg');
	background-repeat: repeat-y;
	
	width: 177px;
}

div.leftMiddleContent
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	
	text-align: left;
}

div.leftBottom
{
	background-image: url('../_Images/LeftBottom.jpg');
	background-repeat: no-repeat;
	
	width: 177px;
	height: 166px;
}

div.rightTop
{
	background-image: url('../_Images/RightTop.jpg');
	background-repeat: no-repeat;
	
	width: 773px;
	height: 18px;
}

div.rightMiddle
{
	background-image: url('../_Images/RightMiddle.jpg');
	background-repeat: repeat-y;
	
	width: 773px;
}

div.rightMiddleContent
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	text-align: left;
}

div.rightBottom
{
	background-image: url('../_Images/RightBottom.jpg');
	background-repeat: no-repeat;
	
	width: 773px;
	height: 51px;
}
