div#contentHomeTitle
	{
		width: 735px;
		padding: 0px 0px 10px 0px;
		float: right;
		font-size: 16px;
		line-height: 1.5em;
		letter-spacing: 1.3;
		color: #554e13;
		font-weight: bold;
	}
div#contentHome
	{
		color: #000000;
		background-color: #ffffff;
		padding: 0px 0px 24px 24px;
	}
div#contentHomeNav
	{
		padding: 24px 0px 0px 0px;
		float: left;
	}

div#contentHomeLeft
	{
		float: Right;
		width: 260px;
		height: 340px;
		border-bottom: 1px solid gray;
		border-left: 1px solid gray;
		border-top: 1px solid gray;
	}
	#photoholder {
		width: 260px;
		height: 340px;
	}

	#thephoto {
	  	width: 260px;
		height: 340px;
	}
div#contentHomeRight
	{
		float: Right;
		width: 475px;
		height: 340px;
		border-bottom: 1px solid gray;
		border-left: 1px solid gray;
		border-top: 1px solid gray;
	}
	#photoholderRight {
		width: 475px;
		height: 340px;
	}

	#thephotoRight {
	  	width: 475px;
		height: 340px;
	}
div#navigationHomeLeft a
	{
		color: #554e13;
		TEXT-DECORATION : none;
		line-height: 34px;
	}
div#navigationHomeLeft a:hover
	{
		color: #000000;
		TEXT-DECORATION : underline;
		line-height: 34px;
	}
