﻿#ContentHead H1
{
	margin					: 0;
	background				: transparent url(images/arrow.gif) no-repeat 0 8px;
	padding-left			: 30px;
	font-size				: 35px;
	font-family				: Arial Narrow;
	text-align				: left;
	font-weight				: 300;
	margin-left				: 10px;
	color					: #444;
	float					: left;
	width					: 660px;
	height					: 33px;
}

#ContentHead H2
{
	margin					: 0;
	padding-left			: 30px;
	font-size				: 20px;
	font-family				: Arial Narrow;
	text-align				: left;
	font-weight				: 100;
	margin-left				: 13px;
	color					: #777;
	float					: left;
}

#ContentHead
{
	width					: 700px;
	border-bottom			: solid 5px #888;
	padding-bottom			: 10px;	
	float					: left;
	margin-bottom			: 10px;
	padding-top				: 15px;
	background				: transparent url(Images/lower.gif) 0 0 no-repeat;

}

#ContentArea
{
	min-height				: 300px;	
	float					: left;
	
}

#ImageBlock
{
	float					: right;
	margin-left				: 10px;
	width					: 200px;
	text-align				: center;
	overflow				: hidden;
}

#ImageBlock.Home
{

	width					: 300px;

}

#ImageBlock.Home img
{
	border					: none;
}

#ImageBlock img
{
	border					: solid 1px #777;
}

#ImageBlock .caption
{
	font-family				: Arial Narrow;
	font-size				: 11pt;
	margin-bottom			: 10px;
}


#TextBlock
{
	text-align				: justify;
	width					: 675px;
	margin-left				: 10px;
	color					: #333;
	float					: left;
}
