HTML, BODY
{
	margin: 0;
	padding: 0;
}
BODY
{
	font: 76% arial, sans-serif;
	background: url(images/backdrop.jpg) repeat-x scroll;
	text-align: center;
}
H1
{
	font: bold 24pt Constantia, Cambria, "Times New Roman";
	margin: 5px 0 5px 10px;
}
P
{
	margin: 0 10px 10px;
	font-size: 14px;
}
A
{
	display: block;
	color: #981793;
	padding: 10px;
}
DIV#header
{
	height: 95px;
	line-height: 80px;
	margin: 0;
	padding-left: 10px;
	background: url(images/chokoblob.png);
	color: #79B30B;
}
DIV#mainimage
{
	height: 370px;
	line-height: 80px;
	margin: 0;
	padding-left: 10px;
	background: #EEE url(images/cookie.jpg);
	color: #79B30B;
}
DIV#container
{
	text-align: left;
}
DIV#blurb P, LI
{
	line-height: 1.8;
}
DIV#blurb P
{
	font-family: Constantia, Cambria, "Times New Roman";
}
DIV#contact
{
	/*[disabled]background:#FF8539;*/
}
DIV#container
{
	width: 955px;
	margin: 0 auto;
}
DIV#blurb
{
	float: left;
	width: 425px;
	margin-left: 10px;
}
DIV#contact
{
	float: right;
	width: 405px;
	margin-right: 25px;
	padding: 0 0 0 15px;
	border-left: 2px solid #CCC;
}
DIV#footer
{
	clear: both;
	width: 100%;
	background: url(images/bottom.png) no-repeat;
	height: 25px;
	padding: 0 0 20px;
}
DIV#wrapper
{
	background: url(images/wrapper.png) repeat-y;
	padding: 10px 40px 10px 20px;
}
.clear
{
	clear: both;
	float: none;
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.button
{
	height: 330px;
	float: left;
	width: 295px;
}
.small
{
	font-size: 10px;
}
TD
{
	text-align: right;
}
DIV#genericbody
{
	margin: 0 auto;
	background: url(images/genericbody.png) no-repeat;
	height: 250px;
	width: 955px;
	padding: 50px 0 0;
}
