html
{
	height: 100%;
	width: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
table.main
{
	height: 100%;
	width: 940px;
}
td.header
{
	background: url(header.jpg) no-repeat;
}
td.content
{
	background: url(content_bg.jpg) repeat-y;
}
td
{
	font-size: 12px;
	font-family: Verdana, Arial;
}
td.menu
{
	font-size: 15px;
	font-family: Verdana, Arial;
	color: #FFFFFF;
}
td.main_menu
{
	font-size: 14px;
	font-family: Verdana, Arial;
	color: #FFFFFF;
	background: url(menu_bg.jpg) no-repeat;
}
a
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
h3.title
{
	color: #7a5d21;
}