#Content
{
	background-image: url(../images/about.jpg);
	background-repeat: repeat-y;
}
#AboutTitle
{
	width:120px;
	margin-left:45px;
	font-size: 24px;
	text-align:center;
}

#AboutText
{
	background-color: #FFF;
	color: #333;
	text-align: justify;
	padding: 20px;
	margin-left: 0px;
	margin-right: 30px;
}

/*	Box-Model Hack	*/
#AboutText
{
	width: 420px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 380px;
}

html>body #AboutText
{
	width: 380px;
}

/*	End Box-Model Hack	*/
	

#Footer
{
	background-image: url(../images/footerAbout.jpg);
}

.GalleryLink
{
	color:#3F7F5F;
	background-color:#FFF;
}