body{
	margin:	0;
	font-family:	Helvetica, sans-serif;
	font-size:	12px;
	color:	#000;
	background:	url(img/popsicle_body_bg.gif) no-repeat center top #FFF;
	text-align:	center;
	}

/*__________________________ block positions*/
#content{
	width:	800px;
	margin:	0 auto 0 auto;
	padding:	150px 0 0 0;
	text-align:	left;
	}
#foot{
	clear:	both;
	width:	666px;
	margin:	10px auto 10px auto;
	padding:	100px 67px 0 67px;
	background:	url(img/popsicle_foot_bg.gif) no-repeat center 12px;
	font-size:	10px;
	text-align:	right;
	border-top:	#000 solid 4px;
	}
/*__________________________ end block positions*/

/*__________________________ text styling*/
a{		
	color:	#932923;
	text-decoration:	none;
	}		
a:hover{
	color:	#000;
	cursor:	pointer;
	}
h1{
	display:	none;
	}
h3{
	font-size:	20px;
	margin:	3px 0 5px 0;
	font-weight:	normal;
	letter-spacing:	1px;
	}
h4{
	font-size:	16px;
	margin:	3px 0 5px 0;
	font-weight:	normal;
	letter-spacing:	1px;
	}
b{
	text-transform:	uppercase;
	}
.response{
	display:	block;
	padding:	5px;
	margin:	0 0 5px 0;
	background-color:	#DDD;
	color:	#DDD;
	}
p{
	clear:	both;
	padding:	0 0 10px 0;
	margin:	0;
	text-align:	justify;
	}
hr{
	clear:	both;
	border:	0;
	margin:	5px 0 30px 0;
	background:	#000;
	height:	3px;
	}
.clear{
	clear:	both;
	}
/*__________________________ end text styling*/

/*__________________________ image styles*/
img{
	display:	block;
	border:	0;
	max-width:	650px;
	}
.thumb_link{
	display:	block;
	background:	url(img/popsicle_thumb_link_bg.gif);
	width:	158px;
	height:	173px;
	float:	left;
	margin:	6px;
	}
.thumb_link img, .no_thumb{
	float:	left;
	height:	150px;
	width:	150px;
	margin:	4px;
	}
.img_fl{
	float:left;
	margin:	0 8px 8px 0;
	}
.img_fr{
	float:right;
	margin:	0 0 8px 8px;
	}
.img_c{
	text-align:center;
	margin:	8px 0 8px 0;
	width:	100%;
	}
.img_c img{
	margin:	auto;
	}
.img_l{
	text-align:left;
	margin:8px 0 8px 0;
	}
.img_r{
	text-align:right;
	margin:8px 0 8px 0;
	}
/*__________________________ end image styles*/