﻿body
{
	width: 800px;
}

#wrapper
{
	border: solid 1px Black;
	margin: auto;
	width: 800px;	
}

#banner
{
	background: url(images/taxBanner.jpg);
	background-repeat: no-repeat;
	height: 256px;
	margin: 0;
	padding: 0;
	width: 800px;
}

.content
{
	margin: 10px;	
}

#right
{
	border: solid 1px White;
	height: 100%;
	min-height: 400px;
	text-align: left;
	width: 800px;
}


