/**********************
	General
**********************/
body
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: verdana, arial;
	background-color: #ffffff;
	color: #4d4635;
}

.Text			{ font-weight: bold; font-size: 11px; color: #2b2e26;}
a.Text			{ text-decoration: none; color : #2b2e26; }
a.Text:hover	{ text-decoration: underline; }

.TextSmall			{ font-weight: none; font-size: 10px; color: #2b2e26;}
a.TextSmall			{ text-decoration: none; color : #2b2e26; }
a.TextSmall:hover	{ text-decoration: underline; }

.TextLarge			{ font-weight: bold; font-size: 14px; color: #2b2e26;}
a.TextLarge			{ text-decoration: none; color : #2b2e26; }
a.TextLarge:hover	{ text-decoration: underline; }

td { margin: 0px; padding: 0px;}
table { margin: 0px;  padding: 0px;}

.Container
{
 	position: relative;
	width: 960px;
	height: 100%;
	margin: 0px auto;
	text-align: center;
}


/**********************
	Header
**********************/

.Header
{
	position: relative;
	width: 552px;
	height: 200px;
	text-align: center;
	margin: 0px auto 0px auto;
	text-align: left;
}

/**********************
	Gallery
**********************/
.GalleryHeader
{
 	position: relative;
	width: 897px;
	height: 106px;
	background: url(/images/v4/content_header.jpg) no-repeat top left;
	margin: 0px auto 0px auto;
}

.GalleryHeaderBlank
{
 	position: relative;
	width: 897px;
	height: 106px;
	background: url(/images/v4/content_header_blank.jpg) no-repeat top left;
	margin: 0px auto 0px auto;
}

.Gallery
{
	position: relative;
	width: 897px;
	text-align: center;
	margin: 0px auto 0px auto;
	background: url(/images/v4/content_middle.jpg) repeat-y top left;
}


.GalleryBottom
{
 	clear:both;
 	position: relative;
	width: 897px;
	height: 76px;
	background: url(/images/v4/content_bottom.jpg) no-repeat bottom left;
	margin: 0px auto 0px auto;
}

.GalleryImage
{
	float: left;
	border: 2px solid #374221;
	margin: 0px 1px 1px 0px; 
	/* margin: 10px; */
	/* padding:  2px; */
	/* background-color: #374221; */
}

.SideImage
{
	/* float: left; */
	border: 2px solid #374221;
	text-align: middle;
	/*  margin: 3px 1px 10px 1px; */
}

.GalleryContent
{
 	position: relative;
	width: 830px;
	margin: 0px auto 0px auto;
}

.GalleryContent_4Column
{
 	float:left;
 	position: relative;
	width: 830px;
	margin: 0px auto 0px auto;
}

.GalleryContent_1Column
{
 	float: left;
 	position: relative;
	width: 135px;
	text-align: left;
	margin: 0px auto 0px auto;
}


/**********************
	Footer
**********************/
.FooterMain
{
	position: relative;
	width: 674px;
	height: 151px;
	text-align: center;
	margin: 0px auto 0px auto;
	background: url(/images/v4/footer.jpg) repeat-y top left;
}


.FooterContent
{
 	position: relative;
	width: 600px;
	margin: 0px auto 0px auto;
}

.FooterContent1
{
 	float: left;
 	position: relative;
	width: 600px;
	margin: 0px auto 0px auto;
}


/**********************
	Misc
**********************/
.BookmarkUs
{
	position: relative;
	margin: 20px auto 10px auto;	
}

.Spacer
{
	position: relative;
	height: 20px;
}

.Footer
{
	position: relative;
	margin: 20px 0px 20px 0px;
}


