﻿body
{
	margin: 0;
	padding: 0;
	width: 800px;
}

#wrapper
{
	border: solid 1px Black;
	float: left;
	margin: auto;
	width: 800px;
}

#banner
{
	background: url(images/secondary/banner.jpg);
	background-repeat: no-repeat;
	height: 201px;
	margin: 0;
	padding: 0;
	width: 800px;
}

#content
{
	background: url(images/secondary/bg.jpg);
	background-repeat: repeat-y;
	min-height: 500px;
	width: 800px;
}

#left
{
	background: url(images/secondary/leftNav.jpg);
	background-repeat: repeat-y;
	float: left;
	font-size: 9pt;
	width: 152px;
}

#left .content
{
	margin: 10px;
}


#right
{
	margin-left: 152px;
	text-align: left;
	width: 648px;
}


