﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	
	background-color: #c7d5ef;
	background-image: url('../../Images/background.jpg');
	background-repeat: repeat-x;
}

.top-level-container
{ 
	width: 931px;
	margin: 0 auto 0 auto;
	padding: 25px 10px 40px 40px;
}

.outer-white-corner-frame
{
	width: 931px;
	margin: 0px;
	padding: 0px;
}

.white-border_top-left
{
	background: url('../../Images/Corners/white-round_top-left.png') 0 0 no-repeat;
	width: 18px;
	height: 19px;
	font-size: 2px;
	float: left;
}

.white-border_top
{
	background: url('../../Images/Corners/white-fill.png') 0 0 repeat-x; 
	height: 19px; 
	width: 865px; 
	float: left;
}

.white-border_top-right
{
	background: url('../../Images/Corners/white-round_top-right.png') 0 0 no-repeat;
	float: left;
	width: 18px;
	height: 19px;
}

.white-border_bottom-left
{
	background: url('../../Images/Corners/white-round_bottom-left.png') 0 0 no-repeat;
	width: 18px;
	height: 19px;
	font-size: 2px;
	float: left;
}

.white-border_bottom
{
	background: url('../../Images/Corners/white-bottom.png') 0 0 repeat-x; 
	height: 16px; 
	width: 864px; 
	float: left;
}

.white-border_bottom-right
{
	background: url('../../Images/Corners/white-round_bottom-right.png') 0 0 no-repeat;
	float: left;
	width: 18px;
	height: 19px;
}

.outer-content
{
	background: url('../../Images/Corners/white-content-fill.png') 0 0 repeat;
	width: 897px;
	margin-left: 2px;
}

.left-side
{
	float: left;
}

.results-content
{
	width: 534px;
	margin-left: -10px;
	float: left;
}

.right-side
{
	margin-left: -3px;
	width: 160px;
	height: 570px;
	float: left;
}

.footer
{
	clear: left;
}
