body {
	margin: 0px;
	padding: 0px;
	font-size: 100.01%;
	font-family: Verdana;
	background-color: #FFFFFF;
	}
	
* {margin:0; padding:0;}


a:link {
	color: #8A69A8;
	text-decoration: underline;
	letter-spacing: 2 px;
}



#footer a:hover {
	color: #666666;
	font-weight: normal;
}

a:visited{
	color: #8A69A8;
	font-weight: 500;
	text-decoration: none;
}

a:hover{
	color: #8A69A8;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2 px;

}

#mainMain {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:768px;
}

#mainwrap {
	width:768px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}
		
#contentarea {
	width:770px;
}

#footer {
	width:758px;
	background-color:#FFFFFF;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#iframe {
	padding-left: 400px;
}

.bgImage {
	background-image: url(../images/covers.jpg);
	background-repeat: no-repeat;
}

.mainSectionBackground {
	background-color: #D4E6EF;
}	

.mainSectionContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5b6365;
	font-size: 70%;
	/*margin: 10px; */
	line-height: 20px;
	font-weight: 300;
	text-align: left;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	letter-spacing: 2 px;
}

.mainSectionContentBold {
	color: #8A69A8;
	/* font-size: 10px; */
	font-weight: 500;
	letter-spacing: 2 px;
}

.quoteText {
	color: #8A69A8;
	/*font-size: 70%;*/
	margin-right: 10px;
	font-weight: 500;
}

.mainSectionBold {
	color: #8A69A8;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 12 px;
}

.mainSectionSubBold {
	color: #8A69A8;
	letter-spacing: 2 px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2 px;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
