﻿body 
{
	background-color: #E7E3CA;
	background-image: url('/images/04bgc.jpg');
	margin-left: 0px;
	margin-top: 0px;
}

#form1
{
	margin-top: 20px;
	width: 100%;
}

#body
{
	margin: 0px auto;
	width: 644px;
}
h1
{
	font-size: 18px;
	font-family: Arial; 
	margin: 0px;
	padding: 0px;
}
a:link
{
	color: #663300;
}
a:visited
{
	color: #996633;
}

#header
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menu
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content, .content
{
	background-image: url('/images/middlecell.jpg');
	background-repeat: repeat-y;
	padding: 20px;
}

#footer
{
	clear: both;
	background-image: url('/images/bottomcell.gif');
	background-repeat: no-repeat;
	height: 20px;
}

