body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#previewWin {
	background-color: #CCCCCC;
	width: 200px;
	height: 200px;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	border: 1px #CC0 solid;
	overflow: hidden;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
}

#divWrapper {
	width: 600px; /*overall width of the website, if changed also change #divHeader, #divFooter, #divMainNav, #divPromo, #divContentWrapper */
	margin: 0px auto 0px auto;
	z-index: 0;
	
}
/* -------------------------------------------------------------------------------------- */
/* wraps around the Content area of the Home page inclucing #divSidebar */
#divContentWrapper {
	width: 600px; /* change if width of #divWrapper changes */
	float: left;
	background-color:#FFFFFF;
	overflow: hidden;
}
/* -------------------------------------------------------------------------------------- */
/* Style for Promo section */
#divPromo {
	width: 900px; /* change if width of #divWrapper changes */
	float: left;
}
#divPromo img {
	border-top: 3px solid #763F00;
	float:left;
}

.pickedDiv {
	z-index: 3;
	cursor: crosshair;	/*border: medium dashed #3300CC;*/
}

/*img {
	margin-top: 10px;
	margin-left: 5px;
}
*/
#detail {
	position: absolute;
	background-color: #EBEBEB;
	border: 1px double #000000;
	z-index: 10;
	width: 250px;
	height: auto;
	overflow: hidden;
	
	font-size: 0.6em;
	visibility: hidden;
	color: #000000;
}

#mouse {
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 20px;
	overflow: visible;
	padding: 5px;
	visibility: hidden;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}



h3 {
	font-size: 12px;
	font-weight: bold;
}

#closeBox {
	cursor: default;	
}
