/***********************************************/
/* Encantada Index CSS                         */
/* Author: Dorian Smiley                       */
/* Published: 12/22/07                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainContainer{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position:static;
	width: 840px;
	height:700px;
	overflow:hidden;
	/*border:#8C6239 2px;
	border-style:solid;*/
	background:url(../images/photoGalleryBG.jpg) no-repeat;
}
#leftImage{
	float:right;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:168px;
	height:138px;
	position:relative;
	overflow:hidden;
	background:url(../images/photosLeftImage.png) no-repeat;
}
#slideShow{
	float:left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:435px;
	height:483px;
	position:relative;
	overflow:hidden;
}
#mainCopy{
	float:left;
	margin: 17px 0px 0px 11px;
	padding: 0px 0px 0px 0px;
	width:582px;
	height:132px;
	position:relative;
	overflow:hidden;
}
#googleEarth{
	float:left;
	/**/margin: 520px 0px 0px -80px;
	/*margin: 640px 0px 0px 330px;*/
	padding: 0px 0px 0px 0px;
	width:71px;
	height:14px;
	position:relative;
	overflow:hidden;
	background:url(../images/googleLink.png) no-repeat;
}
#googleEarth a{
	display:block;
	height:100%;
}
#videos{
	float:left;
	margin: 575px 0px 0px 400px;
	padding: 0px 0px 0px 0px;
	width:164px;
	height:104px;
	position:absolute;
	overflow:hidden;
	background:url(../images/videoFrame.png) no-repeat;
}
#videos a{
	display:block;
	height:100%;
}
/************* #globalNav styles **************/


