body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #d3bd8c;
}
#outerwrapper{
	margin:10px auto;
	width: 940px;
}
#tablink {
	width:31px;
	float: left;
}

/* Standard Footer CSS */
#footer {
	float: left;
	background-color: #FFFFFF; 
	border-top: 2px solid #009933;
	width:869px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#nav{
	float:left;
	background-color: #FFFFFF;
	width: 510px;
	margin-top: 35px;
}

#logo{
	float:right
}

span.menuitem{
	width:20%;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
}

a span.menuitem{color:#004794}
a:hover span.menuitem{color:#24933c}

a img{border:none}

/* End Standard Footer CSS */

#wrapper {
	width:869px;
	float:left;
	background-color: #edddb4;
	border: 1px solid black;

}

#head {
	overflow:hidden;
	margin: 0;
	padding: 0;
	height: 171px;
	background-color: #fef8de;
}

#logo{
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#quote{
	margin-top: 40px;
	margin-right: 20px;
}
#quote h2{
	color: #000000;
	font-size: 1.3em;
	font-weight: normal;
}

#content {
	font-size: 10pt;
	margin-left: 20px;
	clear: both;
	background-color: #ab0534;
	margin-right: 20px;
	color: #cfddb4;
	padding-top: 1px;
	padding-bottom: 10px;
}

#photos {
	clear: both;
	margin-bottom: 20px;
	background-color: #AB0534;
	margin: 0 20px;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.spacer {
	height:10px;
	clear: both;
	width: 100%;
}


#mcmfooter {
	background-image:url(mcmfooterlogo.jpg);
	height: 100px;
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	border-top: 3px solid #2f8b50;
	padding-top: 10px;
	background-color: #FFFFFF;
	clear: both;
}
#mcmfooter ul {
	list-style-type:none;
	padding: 70px 0 0 20px;
}

#mcmfooter li {
	display: inline;
	padding-right: 20px;

}

#mcmfooter li a{
	display: inline;
	text-decoration: underline;
	font-weight: bold;
	color: #666699;
	font-size: 11px;
}


#content img {
	float: left;
	padding: 20px 50px;
}
#content p {
	padding: 0 20px;
}

#photos img{
	padding-right:15px
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any container 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 */

.signature {
	font-style: italic;
	text-align: right;
}


.emphasis {
	font-style: italic;
}

