*
{
	font-family: Arial, Verdana, Courier;
	font-size: 12px;
	color: #3F3323;
}
body
{
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}

#divVirtualTour
{
	background-color: #FFFFFF;
	background-image: url(../images/virtualtour/virtualtourbg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 802px;
	margin: 0px auto;
}

#divVirtualTour div.top
{
	height: 15px;
	background-image: url(../images/virtualtour/virtualtourtop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#divVirtualTour div.middle
{
	height: 422px;
	border-left: solid 1px #E7720B;
	border-right: solid 1px #E7720B;
}

#divVirtualTour div.bottom
{
	height: 15px;
	background-image: url(../images/virtualtour/virtualtourbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#divLeftBar
{
	width: 142px;
	float: left;
	margin-left: 5px;
	margin-top: 16px;
}

#divMiddleBar
{
	width: 490px;
	float: left;
	/*margin-left: 2px;
	margin-right: 2px;*/
	height: 400px;
	padding-left: 8px;
	padding-right: 8px;
}

#divRightBar
{
	width: 142px;
	float: right;
	margin-right: 5px;
	text-align: right;
}

#divLeftBar div.box,
#divRightBar div.box
{
	background-image: url(../images/virtualtour/barbg.gif);
	background-repeat: no-repeat;
	height: 360px;
	width: 142px;
	margin-top: 4px;
	padding-top: 8px;
	text-align: center;
	overflow: hidden;
}

#divLeftBar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#divLeftBar ul li
{
	height: 40px;
	border-bottom: solid 1px #ECE4D5;
}

#divLeftBar ul li a
{
	display: block;
	padding-top: 12px;
	height: 28px;
	color: #E36916;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#divLeftBar ul li a:hover
{
	color: #FFFFFF;
	background-color: #E36916;
}


#divMiddleBar h1
{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #544632;
	text-transform: uppercase;
	text-align: left;
}

#divContent
{
	height: 355px;
	border: solid 1px #E36916;
	background-color: #E36916;
	overflow: hidden;
}




#divRightBar a
{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #E36916;
	text-decoration: none;
}

#divRightBar a:hover
{
	text-decoration: underline;
}

#divRightBar div.box img
{
	border: solid 1px #E36916;
	margin: 4px;
}

#divRightBar div.box img.personpicture
{
	width: 100px;
}

#divRightBar div.box img.personlogo
{
	height: 70px;
}

#divRightBar div.box div.info
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	overflow: hidden;
}

#divRightBar div.box div.info h2
{
	color: #E36916;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#divRightBar div.box div.info span
{
	font-size: 10px;
}

#divRightBar div.box div.info a
{
	font-size: 10px;
	text-decoration: none;
	text-transform: none;
}

#divRightBar div.box div.info a:hover
{
	text-decoration: underline;
}

#divProperty
{
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

#divProperty div.left
{
	float: left;
	width: 90px;
	height: 50px;
	border-right: solid 1px #3F3323;
}

#divProperty div.left h2
{
	color: #E36916;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#divProperty div.right
{
	float: left;
	padding-left: 5px;
	padding-top: 8px;
}

#divProperty div.right span
{
	font-size: 10px;
}

#divProperty div.right a
{
	font-size: 10px;
	text-decoration: none;
}

#divProperty div.right a:hover
{
	text-decoration: underline;
}

#divAdsense
{
	text-align: center;
}

