body
{
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}



#titleBar
{
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	height: 49px;
	border-bottom: solid 2px #A10000;

}

#titleContainer
{
	position: absolute;
	display: block;
	width: 650px;
	margin-left: 40px;

}

#featuredImageTitleImage
{
	position: absolute;
	float: left;
	display: block;
	background: url(/imagesWWW/frame_logo.gif) bottom; 
	background-repeat: no-repeat;
	width: 139px;
	height: 47px;


}


#closeImage
{
	float: left;
	position: absolute;
	display: block;
	width: 96px;
	height: 10px;
	margin-top: 18px;
	margin-left: 520px;

}


#closeImage a {
	display: block;

	width: 96px;
	height: 10px;
	background: url(/imagesWWW/global/btn_close_window.gif) 0px -10px; 
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#closeImage a:hover {
	background-position: 0px 0px;
}

#featured_image_bottom
{
	display: block;
	width:100%;
	background-color: #FFFFFF;
}
#div_image
{	
	display: block;
	width: 680px;
	margin-top: 14px;
	margin-left: 20px;
}

#div_copy
{
	display: block;
	width: 600px;
	margin-left: 50px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F4E48;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
}
#featured_image_buttons
{
	display: block;
	width: 150px;
	margin-left: 275px;
}



#featured_image_back_button {
	float: left;
	display: block;
	width: 62px;
	height: 18px;
	margin-right:16px;
}
#featured_image_back_button a {
	display: block;
	width: 62px;
	height: 18px;
	background: url(/imagesWWW/global/btn_back.gif) 0px -18px; 
	background-repeat: no-repeat;
	overflow: hidden;
}
#featured_image_back_button a:hover {
	background-position: 0px 0px;
}


#featured_image_forward_button 
{
	float: left;
	display: block;
	width: 72px;
	height: 18px;

}
#featured_image_forward_button a {
	display: block;
	width: 72px;
	height: 18px;
	background: url(/imagesWWW/global/btn_forward.gif) 0px -18px; 
	background-repeat: no-repeat;
	overflow: hidden;
}
#featured_image_forward_button a:hover {
	background-position: 0px 0px;
}







