/* CSS Document */
body{
	margin: 0px;
	background-color: #e9b649;
	background-image: url(/_images/page_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
ul{
	padding: 0px;
	margin: 0px;
}
p{
	margin: 10px 0px 0px 0px;
}
a{
	color: #4f2991;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
	border: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper{
	position: relative;
	padding-top: 19px;
	width: 753px;
	margin: 0 auto;
}
#banner{
	height: 233px;
	overflow: hidden;
}	
#content{
	background-image: url(/_images/content_bg.gif);
	height: 1%;
	color: #3c3b3b;
}
#content a{
	color: #7A1214;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: underline;
}
#content ul{
	margin-top: 10px;
	margin-left: 40px;
}
#content li{
	margin-bottom: 8px;
}
#content #leftcolumn{
	float: left;
	width: 167px;
	padding: 0 15px;
	min-height: 355px;
	_height: 355px;
}
#leftcolumn #subscribe{
	position: relative;
	width: 150px;
	height: 142px;
	margin: 0 auto;
	padding-top: 20px;
	background-image: url(/_images/subscribe_graphic.gif);
	background-position: 0 20px;
	background-repeat: no-repeat;
}
#email_address{
	position: absolute;
	left: 9px;
	top: 117px;
	width: 131px;
	height: 14px;
	padding: 3px;
	line-height: 14px;
	border: none;
	font-size: 12px;
}
#leftcolumn #extras{
	width: 160px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}
#content #rightcolumn{
	float: left;
	width: 484px;
	padding: 20px 30px 30px 40px;
	line-height: 16px;
}
#footer{
	width: 753px;
	height: 56px;
	margin: 0 auto;
}
