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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
h2{
	margin-bottom: 10px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainImage{
	margin: -35px 0px 0px -5px;
	padding: 0px 0px 0px 0px;
	position:static;
	width: 270px;
	height:427px;
	overflow:hidden;
	background:url(../images/elements/financingMainImage.png) no-repeat;
}
* html #mainImage{
	background:url(../images/elements/financingMainImage.jpg) no-repeat;
}
#leftImage{
	margin: 398px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	width: 154px;
	height:204px;
	overflow:hidden;
	background:url(../images/elements/leftImages/financingLeftImage.png) no-repeat;
}
* html #leftImage{
	background:none;
}
#copy{
	margin: -370px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:static;
	float:right;
	width:300px;
	height:425px;
	overflow:hidden;
}
* html #copy{
	display:inline;
}
#subNav li#nav-financing a{
	text-decoration:underline;
}
/************* #classes **************/



