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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#copy{
	width:595px;
	height:365px;
	margin: -30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	font-size:12px;
	line-height:12px;
}
#mainImage{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position:static;
	width: 440px;
	height:260px;
	overflow:hidden;
	background:url(../../../images/elements/projectPages/BE/mainPageImage.png) no-repeat;
}
* html #mainImage{
	background:url(../../../images/elements/projectPages/BE/mainPageImage.gif) no-repeat;
}
#pdfImage{
	margin: -90px 0px 10px 450px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 46px;
	height:66px;
	overflow:hidden;
	background:url(../../../images/elements/projectPages/BE/pdfProject.png) no-repeat;
}
* html #pdfImage{
	background:url(../../../images/elements/projectPages/BE/pdfProject.png) no-repeat;
}
#subNav li#subNav-overview a{
	text-decoration:underline;
}
/************* #classes **************/



