﻿body
{
	background-color: White;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: small; /* set a base font size for the site.  all font size will scale off of this */
	font-family: Verdana;
}

#master_content
{
	clear: both;
    background-color: White;
	width: 800px;
	min-height: 350px; /* moz/FF/Opera */
	_height: 350px; /* IE-win */
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	padding-bottom: 25px;
	padding-top: 25px;
}