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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
* html #topContainer{
	background-color:#FFFFFF;
}
#mainImage{
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	position:static;
	width: 269px;
	height:427px;
	overflow:hidden;
	background:url(../images/elements/newsMainImage.png) no-repeat;
}
* html #mainImage{
	background:url(../images/elements/newsMainImage.jpg) no-repeat;
}
#leftImage{
	margin: 420px 0px 0px 47px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	width: 147px;
	height:181px;
	overflow:hidden;
	background:url(../images/elements/leftImages/newsAndUpdates.png) no-repeat;
}
* html #leftImage{
	background:none;
}
#news{
	margin: -427px 45px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:static;
	float:right;
	width:300px;
	font-size:11px;
	line-height:12px;
	overflow:hidden;
}
* html #news{
	display:inline;
}
/************* #classes **************/
.ul{
	margin-top:10px
}
.ul li{
	margin-bottom:10px
}


