body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial;
	background: #a78d6a;
}

#mainDivHome
{
	width: 815px;
	margin: auto;
	color: #6d6e71;
	background: url(../images/mainDivHomeBg.gif) top left repeat-y;
	margin-top: 30px;
}

#mainDivInner
{
	width: 815px;
	margin: auto;
	color: #6d6e71;
	background: url(../images/mainDivInnerBg.gif) top left repeat-y;
	margin-top: 30px;
}

#topHomeBannerDiv
{
	background: url(../images/topHomeBannerBg.gif) top left no-repeat;
	width: 815px;
	height: 161px;
	text-align: left;
}

#topInnerBannerDiv
{
	background: url(../images/topInnerBannerBg.gif) top left no-repeat;
	width: 815px;
	height: 161px;
	text-align: left;
}

#logo
{
	border: 0px;
	margin: 3px 0px 0px 3px;
}

#menuDiv
{
	float: left;
	width: 110px;
	margin: 10px 0px 0px 40px;
	text-align: left;
}

#menuDiv ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuDiv li
{
	margin: 10px 0px 0px 0px;
	padding: 0px;	
}

.menuItem
{
	color: #a78d6a;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

}

.menuItem:hover
{
	color: #d3c5b4;
	text-decoration: underline;
}

.activeMenuItem
{
	color: #ffffff;
}

.spacer
{
	clear: both;
}

#contentDiv
{
	float: right;
	width: 620px;
	margin: 20px;
	text-align: left;
	font-size: 12px;
}

#footerDiv
{
	width: 780px;
	margin: auto;
	font-size: 11px;
	color: #231f20;
	text-align: left;
}

#createdBy
{
	float: right;
	font-size: 15px;
	font-family: Monotype Corsiva, sans-serif; 
	color: rgb(140, 89, 39);
	margin-bottom: 10px;
}

#createdBy a
{
	color: rgb(140, 89, 39);
}

h1
{
	font-family: Monotype Corsiva; 
	font-size: 36pt; 
	color: rgb(140, 89, 39);
}

.profileMainImage
{
	border: 0px;
}
