body {
	background-image:url('images/charcoalPaper.gif');
	color:#656462;
		}
			
h1 {font-family: 'Playfair Display SC', Arial, serif; font-weight: 400;
	text-align:center;
	font-size:40px;
	
	
}

h2 {font-family: 'Playfair Display SC', Arial, serif; font-weight: 400;
font-size: 28px;
	margin-bottom:16px;
	text-align:center;}
	
h3 {
font-size:24px;
}

h4 {font-size:20px;}

strong{font-size 20px;}



#content{	background-image: url('images/paper.gif');
			width:880px;
			margin:0 auto;
			background-color:#ffffff;
			padding:40px;
			font-family: 'Roboto Condensed', sans-serif;
		}
		
		#leftCol {
			width: 140px;
			float: left;
		}
		
		
		#rightCol {
			width: 620px;
			float: right;
		}
		
		#clear {
			clear:both;
		}
		
#img {text-align:center;
	}
	
img {border-style: inset;
	border-width:5px;
	color:#656462 ; }
	
hr {height:5px;
	margin-bottom:24px;
	margin-top:24;
	color: #000;
	background-image:url('images/charcoalPaper.gif');
	border-width:1px;}
		
p  	{text-align:left;
font-size:16px;
	line-height: 20px;}


#menu {position:fixed;}

#subList {margin-left: 20px; line-height: 28px;
			list-style-type: disc;}

