/****************************************************
	P A G E L A Y O U T
	1em = 10px
****************************************************/
body
{
	color:			black;	
	background-color:	#ffffff; 	/* Placed here so the content editor is not influenced */
	padding:		0;
	margin:			0;
	text-align: 		center;
}

div#PageContainer
{
	width:			860px;		/* PAGE WIDTH #1 of 2 */
	display:		block;
	margin-left: 		auto; 
	margin-right: 		auto;
	position:		relative;
}

div#Page 
{
	text-align: 		left;
}

td
{
	vertical-align: 	top;
}

a img
{
	border: 		0;
}

legend
{
	display: none;
}
fieldset
{
	border : 0;
}

div.Static
{
	width:			100%;
}

div.StaticNav
{
	height: 60px;
}

div.StaticNav a
{
	color: black;
	letter-spacing: 	0.181em;
	font-size: 		9px;
	float:			right;
	padding-left:		10px;
	margin-top:		4px;
}

.Teaser,
.Teaser h1,
.Teaser h2,
.Teaser h3,
.Teaser h4,
.Teaser h5,
.Teaser h6
{
	color:#7a6856;
}


div#FullGalleryPictures
{
	width: 100%;
	border: 0px solid black;
}



div#FullGalleryPictures div {
	height: 100px;
	text-align: center; 
	border: 0px solid black;
	float: left;
	width: 32%;
	margin: 0px 0px 10px 0px;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
