@charset "UTF-8";
/* CSS Document*/
/* © Designo and Diamond Tail Ranch 2008 */


body {
	margin-top: 0px;
	background: #ECDEB3 /*url(../images/common-images/dtr_bgd_gradient.jpg) repeat-x*/;
	font-size: 16px;
}

img{
	border-style: none;
}

/*HOME IDs ________________________*/

#container_home {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	z-index: 0;
	/*background: url(../images/common-images/dtr_home.jpg) no-repeat;*/
	height: 684px;
}

#navmenu_home {
	width: 168px;
	position: absolute;
	margin-left: 36px;
	z-index: 300;
	padding: 0px;
	margin-top: 312px;
}

#home_top {
	position: absolute;
	width: 984px;
	background: url(../images/common-images/home_top.jpg) no-repeat;
	height: 84px;
	z-index: 0;
}

#home_left {
	position: absolute;
	width: 204px;
	background: url(../images/common-images/home_left.jpg) no-repeat;
	height: 480px;
	z-index: 0;
	margin-top: 84px;
}

#home_right {
	position: absolute;
	width: 60px;
	background: url(../images/common-images/home_right.jpg) no-repeat;
	height: 480px;
	z-index: 0;
	margin-left: 924px;
	margin-top: 84px;
}

#home_bottom {
	position: absolute;
	width: 984px;
	background: url(../images/common-images/home_bottom.jpg) no-repeat;
	height: 72px;
	z-index: 0;
	margin-top: 564px;
}

#viewer {
	width: 720px;
	background: url(../images/viewer_images/1_DSC_1521.jpg) no-repeat;
	position: absolute;
	height: 480px;
	z-index: 800;
	margin: 84px 0px 0px 204px;
	padding: 0px;
	display: block;	/*background-color: #57614C;*/
}

#footer {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -4px;
	margin-bottom: 0px;
	padding-top: 8px;
	z-index: 10;
	display: block;
	background: #ECDEB3 url(../images/common-images/footer_bgd.jpg) repeat-x;
	height: 48px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer.home {
	margin-top: 636px;
	position: absolute;
}

#footer p {
	color: #454D3C;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .875em;
	line-height: 160%;
}

#footer a {
	color: #454D3C;
	font: 100%/160% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	margin-top: 6px;
	line-height: 130%;
	margin-left: 0px;
	padding-top: 0px;
}


#footer a:link {
	color: #454D3C;
	font: 100%/160% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	margin-top: 6px;
	line-height: 130%;
	margin-left: 0px;
	padding-top: 0px;
	text-decoration: underline;
}

#footer a:visited {
	color: #707967;
	text-decoration: none;
	font: 100%/160% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	margin-top: 6px;
	line-height: 130%;
	margin-left: 0px;
	padding-top: 0px;
	text-decoration: underline;
}

#footer a:hover {
	color: #172986;
	text-decoration: underline;
	font: 100%/160% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	margin-top: 6px;
	line-height: 130%;
	margin-left: 0px;
	padding-top: 0px;
	text-decoration: underline;
}

