
body {
	background: url(../images/bkg_grey.gif) top repeat-x #a1a1a1;
	/*background: url(../images/snowflakes.jpg) top repeat #a1a1a1;*/
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	}	
A 			{ color: #8b2400; text-decoration: none; }
A:link		{ color: #8b2400; text-decoration: none; }
A:visited	{ color: #8c8b8b; text-decoration: none; }
A:hover		{ color: #8b2400; text-decoration: underline; }

p 	{ margin: 0px; }

/* Containers */
#sub_header {margin: 0 0 0 4PX;	}

#main_wrapper {
	width: 740px;
	margin: 0 auto 15px auto;
	background: url(../images/bkg_tableDealer.gif) repeat-y;
	}
#content_wrapper { 
	width: 740px;
	background: url(../images/bkg_watermark.gif) no-repeat right top;
	border: none;
	}
	
	#left_col {
	width: 275px;
	margin: 0 20px 0 15px;
	padding-top: 50px;
	float: left;
	text-align: right;
	}
	
	#right_col {
	width: 415px;
	margin: 0px 15px 0 310px;
	text-align: left;
	}
	
#footer {
	width: 734px;
	height: 14px;
	border-bottom: solid 4px #b43e1c;
	border-left: solid 1px #69180a;
	border-right: solid 1px #69180a;
	margin: 0 0 0 2px;
	padding: 0px;
	background: #832310;
	}
	
/* Type */

#footer p {
	font-size: 9px;
	color: #340901;
	text-align: left;
	padding: 1px 0 0 15px;
	}
#footer strong 
{	float: left;
	padding-top: 2px;
	margin: 0 10px;
	font-size: 0.7em;
	font-weight: normal;
	color: #ecb7aa; }

#right_col p {
	font-size: 8pt;
	margin: 0 0 10px 0;
	}

#left_col {
	font-size: 10pt;
	color: #802210;
	}	
	
#content_wrapper h1 {
	color: #a23200;
	font-size: 14pt;
	font-weight: normal;
	margin: 15px 0 5px 0;
	padding-bottom: 6px;
	border-bottom: dotted 1px #a0a0a0; 
	}
	
#content_wrapper h2 {
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 0 1px 0;
	}
	
#content_wrapper table {
	font-size: 8.5pt;
	line-height: 12pt;
	}
	
/* Form */

form {
	width: 265px;	
	}