﻿body
{
	background-image: url(images/bg_page.png);
	margin: 0 0 0 0;
	font-size: 11pt;
	font-family: Arial;
}

#divPageWrapper
{
	/*background-color: #f7f5de;*/
	width: 900px;
	min-height: 800px;
	margin: 0 auto;
	font-size: 11pt;
	color: #363636;
}

#divPageHeader
{
	background-image: url(images/bg_logopanel.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 99px;
	margin-top: 12px;
}


#divContentArea
{
	background-color: #FFFFFF;
	height: 600px;
}

#divFooter
{
	color: White;
	font-size: 8pt;
	text-align: right;
}

#divHomePage
{
	background-image: url(images/HomePanel.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
}

#divInteriorPage H1
{
	font-size: 16pt;
}

#divInteriorPage H2
{
	font-size: 13pt;
}

.panInterior
{
	font-size: 8pt;
}

.contactprompt
{
	font-size: 9pt;
}