


/* self-clear floats 
----------------------------------------------- */

.floatCont:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

html {
	}
	
body { 
	font: .74em "Trebuchet MS", Arial, Sans-Serif;
	}

#pageWrap { 
	background: url(../images/left/page_background.jpg) repeat-y;
	font: .74em "Trebuchet MS", Arial, Sans-Serif; 
	width: 1020px; 
	margin: 0 auto; 
	}

#headerArea { 
	width: 520px; 
	float: left;
	margin:0;
	padding:0;
	position:relative;
	}
	
#contentArea { 
	width: 480px; 
	min-height:530px;
	float: right;
	margin:0 0 0 0; 
	padding:70px 0 0 20px;
	background: url(../images/left/content_background.jpg) no-repeat;
	}
	
#footerArea { 
	clear:both;
	height:114px;
	background: url(../images/left/footer_background.jpg) no-repeat;
	}	



h1 { 
	display:block;
	width:520px;
	height:437px;
	text-indent:-30000px;
	background: url(../images/left/logo.jpg);	
	 }
	
#mainNavigation  {  
	list-style: none; 
	width:400px;
	position:relative;
	left:120px;
	margin:0 0 20px 0;

	}
#mainNavigation li { 
/*	display: inline; 
	margin:0 40px 0 0;
	padding:0 50px 0 0;*/
	}
#mainNavigation a {
	display: block;
	width:370px;
	height:36px;
/*	float: left;*/
	margin:0 0 0 0;
	padding:0 30px 0 0;
	line-height:36px;
	text-align:right;
	text-decoration: none;
	font-size: 14px;
	color:#5D544B;
	background-image: url(../images/left/nav_button.jpg);
	background-position: 0 -36px;
	}
#mainNavigation a:hover { 
	color: #fff; 
	background-position: 0px 0px;
	}
#mainNavigation .active a { 
	color: ##FF8000;
	}

h2 {font-size:4em; color:#761117; margin: 30px 0 20px 0;}
h3 {font-size:2em; color:#761117; margin: 25px 0 15px 0;}
h4 {}
p {font-size:1.4em; line-height:1.8em; margin: 0px 0 20px 0;}
p.quote {font-size:1.4em; color:#761117; font-style:italic; margin: 0px 30px 10px 30px;}
p.quoteAuthor {font-size:1.2em; color:#444; text-indent:-7px; font-weight:bold; margin: -10px 30px 30px 300px;}
a { text-decoration:none;}

.alignCenter {text-align:center;}
.left { float:left;}
.right { float:right; margin:0 0 30px 0;}
.firstP { padding:20px 0 0 0;}

a#fbButton { color:#5D544B; display:block; height:32px; line-height:32px; font-size:14px; font-weight:bold; margin:20px 0 0 30px; padding:0 0 0 35px; background: url(../images/fb.png) 0 top no-repeat;}
a#fbButton:hover { color:#761117; display:block; height:32px; line-height:32px; font-size:14px; font-weight:bold; margin:20px 0 0 30px; padding:0 0 0 35px; background: url(../images/fb.png) 0 -32px no-repeat;}


audio {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    width:100%;
}
