@charset "UTF-8";
/* homepage only CSS Document */

/*places the content area faded bottom horizontal image. Link this css to the home page template */

/*#page_body {
	background: transparent url(../images/website/content_bkgnd_home.png) no-repeat center bottom;
	padding-bottom: 70px;
} remove this code if a background image is desired in the home page content area */

	

#content {
	
	padding-bottom: 200px;
	
}



/*captioned image styles*/



#content .rotation {
	
	width: 350px;
	float: right;
	border: 2px solid #ffbd43;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*background: #FFC;*/
	background: transparent;
	margin-bottom: .4em;
	margin-left: .8em;
	color: #c43c16;
	font-size: 70%!important;
	padding: 10px 5px 10px 12px!important;
	
	
}
	
	

	
#content .rotation img {
	
	display: block!important;
	/*margin-bottom: .4em;*/
	float: none!important;
	padding: 0!important;
	margin: 0 0 5px 0!important;
	border: 1px solid #ccc!important;
	
}



#footer {
	
	border-top: 1px solid #fff;
}
