@charset "utf-8";
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#5E5F51;
	color:#333;
    margin: 0;
    padding: 0;
}
p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}
.dropCap {
	font-size:36px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:bold;	
	color:#C90;
	}
#outerDiv{
	width: 780px;
	margin: 0 auto;
	//background: #F0ECD6;
	border-style:none;
	//background: #CE9431 url(../images/michaelCarsonPhotographyLogo.png) repeat;
	background: #000 url('') repeat;
	padding:10px;
}
#content {
    background-color: #FFF;
    padding: 5px;
}
#mainContent {
	width:780px;
	font-size: 16px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	}
#mainContent h1,h2{
	text-align:center;
	font-family:Trajan Pro;
}
#mainContent p{
	text-align:center;
	font-family:Hobo Std;
	line-height:24px;
	font-size:18px;
}
#footer {
	background: #A19378;
	text-align: center;
	margin: 0px;
	padding: 2px 0px;
	border-style:solid;
	clear: both;
	font-size: 15px;
	color: #FFF;
}
.clear {
 clear: both
 }
#outerDiv a:link, #outerDiv a:visited {
    text-decoration: none;
    color: #b36b00;
}
#outerDiv a:hover, #outerDiv a:active {
    color: #566440;
    //border-bottom: 1px dashed #566440;
	text-decoration: none;
}

