body{ 
	margin: 0;
	padding: 0 0 0 0;
	background:#FFF;
	color:#000;
	font-size: 19px;
	font-family: 'Sorts Mill Goudy', Garamond, serif;
}




.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}




a:link{
	color:#000;
	text-decoration:none;
	border-bottom: none;
}


a:visited{
	color:#000;
	text-decoration:none;
	border-bottom: none;
}

a:hover{
	color:#000;
	text-decoration:none;
	border-bottom: 1px solid #000;
}


a img{ border:none; }






h1{
	color:#FFF;
	font-size: 40px;
	letter-spacing: -1px
	text-align: left;
	line-height: 1em;
	font-weight: bold
}





h2{
	color:#FFF;
	font-size: 40px;
	letter-spacing: -1px
	text-align: left;
	line-height: -40px;
	font-weight: bold
}












#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	background: transparent;
	}






#mainspace {
	background: transparent;
	width: 800px;
	margin: 0 auto 50px auto;
	border: 0;
	padding: 0;
	text-align: left;
}






.sc {
	font-size: 14px;
	line-height: 14px;
	font-family: 'Sorts Mill Goudy', Garamond, serif;
	text-transform: uppercase;
	font-weight: bold;
	}

.btt {
	font-size: 44px;
	line-height: 44px;
	font-family: 'Sorts Mill Goudy', Garamond, serif;
	text-transform: uppercase;
	font-weight: bold;
	}



.blt {
	font-size: 40px;
	font-family: 'Sorts Mill Goudy', Garamond, serif;
	font-weight: bold;
	}




hr                      { 
						border: 5px solid #FFF; 
						border-style: none none solid; 
						margin-top: 10px;
						margin-bottom: 40px;
						}
						


/* left right */


#clearer {
	padding: 50px 0 0 0;
	clear: both;
}

