/******* General *************************************/
body {
	background-color: #FFFFFF;
	background-image: url("../images/home_bg_tile.gif");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

/******* Background block ****************************/
div.background {
	position: absolute;
	visibility: visible;
	top: 0px;
	left: 0px;
}

/******* Global Nav **********************************/
div.gnav {
	position: absolute;
	visibility: visible;
	display: block;
	top: 0px;
	left: 225px;
	width: 431px;
	height: 32px;
}

/******* Main ***************************************/
div.main {
	position: absolute;
	visibility: visible;
	left: 23px;
	top: 60px;
	width: 160px;
	text-align: left;
	color: #333333;
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}

/******* Gallery ************************************/
div.gallery {
	position: absolute;
	visibility: visible;
	left: 593px;
	top: 0px;
	width: 168px;
}
	div.gallery_image {
		position: relative;
		visibility: visible;
		left: 0px;
		top: 0px;
		height: 360px;
	}
	div.gallery_text {
		position: relative;
		visibility: hidden;
		left: 0px;
		top: 9px;
		text-align: left;
		color: #000000;
		font-family: Verdana, Sans-serif;
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;
		font-style: italic;
		padding: 0px;
		margin: 0px;
	}
	div.gallery_subtext {
		position: relative;
		visibility: hidden;
		left: 0px;
		top: 9px;
		text-align: left;
		color: #363636;
		font-family: Verdana, Sans-serif;
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;
		font-style: normal;
		padding: 0px;
		margin: 0px;
	}
	div.gallery_btn_closer {
		position: absolute;
		visibility: visible;
		left: -64px;
		top: 370px;
	}
