html body
{
	padding: 0;
	width: 947px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url('/images/purplefade3.jpg');
	height: 100%;

	color: #333333;

	overflow-x: hidden;
}

A
{
	color: #000000;
	font-weight: bold;
}


#header
{
	background: url('/images/purplefade2.jpg');

	height: 80px;
	padding-top: 18px;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 10px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header_top
{
	height: 60px;
	font-size: 38px;
	text-align: right;
}

#header_bottom
{
	height: 20px;
	font-size: 16px;
	text-align: left;
}

#header_bottom A
{
	color: #FFFFFF;
	text-decoration: none;
}

#header_bottom A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


#main
{
	background: #FBFBFF;
	margin: 0px;
	height: 675px;

	border-left: #000000 1px;
	border-right: #000000 1px;
	border-bottom: #000000 1px;
}

#main_content
{
	float: left;
	background: #FBFBFF;

	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;

	border-right: #000000 1px;

	width: 688px;
	height: 675px;
}

#main_side
{
	float: right;
	background: url('/images/bbqd_chip3.jpg');

	padding-left: 10px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;

	width: 189px;
	height: 675px;
}

#footer
{
	font-size: 9px;
	text-align: center;
	color: #666666;

	padding-top: 55px;
	margin: 0px;

	height: 10px;
}


.heading
{
	font-size: 18px;
	font-weight: bold;
}

.heading_details
{
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 15px;
}

.paragraph
{
	font-size: 13px;
}

#big_spacer_with_border
{
	height: 30px;
	margin-bottom: 15px;
	border-bottom: dashed #666666 1px;
}

#spacer_with_border
{
	height: 20px;
	margin-bottom: 15px;
	border-bottom: dashed #666666 1px;
}

#comment_spacer_with_border
{
	height: 15px;
	margin-bottom: 15px;
	border-bottom: dashed #666666 1px;
}

#comment_links
{
	padding-top: 5px;
	text-align: right;
	font-size: 11px;
}

#comment_links A
{
	text-decoration: underline;
	color: #333333;
}




FORM
{
	margin: 0;	
}

.form_instructions
{
	border: 1px solid #000000;
	width: 600px;
	background-color: #BCD9E9;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	border-top: 0;
}

.form_instructions_text
{
	margin: 3px;
	color: black;
	font-size: 12px;
}
