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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/*p.mainCopy{
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	letter-spacing:normal;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
*/ 
/***********************************************/
/* 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/googleBG.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/googleLeftImage.png) no-repeat;
}
#slideShow{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:540px;
	height:320px;
	position:relative;
	overflow:hidden;
}
#mainCopy{
	float:left;
	margin: 18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:78%;
	height:60px;
	position:relative;
	overflow:hidden;
}
#videos{
	float:left;
	margin: 577px 0px 0px 398px;
	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 **************/


