@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-image:url(/images/bg-strip.gif);
	background-position:center;
	background-repeat:repeat-y;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
a img{
	border:none;	
}
a{
	color:#fca702;
	display:block;
	font-weight:bold;
}
#content{
	overflow:auto;
}
h1, h2{
	font-size:1.2em;	
}
#holder{
	width:1000px;
	margin:0 auto;
}
#header{
	margin:0px 10px;	
}
#left_col{
	width:332px;
	margin-top:20px;
	padding:10px 0px 0px 70px;
	background-image:url(/images/top_left_graphic.gif);
	background-repeat:no-repeat;
	background-position:35px 0px;
}
#right_col{
	float:right;
	width:487px;
	height:335px;
	background-image:url(/images/slides_graphic.gif);
	background-repeat:no-repeat;
	background-position:3px left;
	padding: 18px 18px 10px 40px;
	margin:20px 30px 0px 0px;
}
#footer{
	margin:0px 20px;
	border:1px solid #474747;
	border-left:none;
	border-right:none;
	padding:15px 60px;
}
.footer_col{
	width:240px;
	float:left;
	margin-right:60px;
}
.footer_col .txt{
	padding:0px 15px;
}
#sub_footer{
	padding:20px;
	text-align:center;
	background-image:url(/images/footer_graphic.gif);
	background-position:1px bottom;
	background-repeat:no-repeat;
}
#copy{
	color:#b6b6b6;
	font-size:0.8em;
}
#sub_footer a{
	display:inline;	
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	color:#fff;
}
#follow_us{	
}
#follow_us a{
	display:inline;	
}
