* {		padding: 0;
		margin: 0;
	}

/***DEFAULT STYLES*******************/
/************************************/
body {
	background: #48311F;
	font-family: Arial, Helvetica, sans-serif;	
	line-height:1.125em; /* 16×1.125=18 */
	min-width: 780px;
	height: 100%;
	}
	
a {	color: #2C1E13;
	text-decoration: none;}

a:hover {	color: #FFFFFF;}

p, h1, h2, h3, h4, h5, h6, dd, dt { color: #EFEFEF;}
	
/***CONTAINER STYLES*****************/
/************************************/

#container	{
	width: 750px;
	background-color: #C49C6F;
	
	margin: auto;
	
	position: relative;
	top: 80px;
	z-index: 0;
	}

#logo a { display: block; width: 253px; height: 203px;}
#logo a span { display: none;}
#logo	{
	width: 253px;
	height: 203px;
	
	background: url(images/logo.gif) no-repeat;
	
	position: relative;
	top: -55px;
	left: 20px;
	
	z-index: 4;
	}

html>body #logo	{
	background: url(images/logo.png) no-repeat;
	}
	
h1#title span	{	display: inherit; color: #FFFFFF; font-size: 1.9em; font-weight: normal; font-variant: small-caps; font-family: Times New Roman, Times, serif;  }
h1#title	{	
	text-align:center;
	margin-bottom:35px;
	
	position: relative;
	top: 90px;
	z-index: 5;
	}

html>body h1#title span {
	display: none;
	}
html>body h1#title {
	margin: auto;
	background: url(images/cmansion.png) no-repeat;
	width: 638px;
	height: 64px;
	
	position: relative;
	top: 60px;
	}

#mansion_header_gallery
{
	width: 750px !important; 
	height: 380px !important;
	
	z-index: 3;
	position: absolute;
	top: 0px;
	right: 0px;
}

#mansion{
	background: url(images/mansion.jpg) no-repeat;
	width: 750px;
	height: 458px;
	
	position: absolute;
	bottom:0px;
	z-index: 4;
	}


/***NAVIGATION STYLES****************/
/************************************/

#pNav ul, #dNav ul{
	list-style-type: none;
	font-weight: bold;
	}

#pNav ul {
	font-size: 0.75em;
	
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 9;
	background-color: #48311F;
	padding: 3px;
	border: 2px solid #CC9900;
	}

#pNav ul li	{
	display: inline;
	margin-left: 10px;
	}

#pNav a{ color: #E3E3E3;	}
#pNav a:hover {	color: #324C99;	}

#dNav {
	text-align: center;
	position: relative;
	top: 90px;
	z-index: 9;
	}

#dNav a {	color: #2C1E13;	}
#dNav a:hover	{	color: #FFFFFF; }
#dNav ul{	font-size: 1em;	}
#dNav ul li{
	display: inline;
	font-size: 1em;
	margin: 0 15px 0 15px;
	}

/***CONTENT STYLES*******************/
/************************************/

#content {
	position: relative;
	top: 100px;
	z-index: 7;
	width: 710px;
	margin: auto;
	margin-bottom: 300px;
	border: 3px double #663300;
	background-color: #B79268;
	padding: 6px;
	}

#content p	{
	font-size: .875em;
	margin-bottom: 1em;
	}

#content h2	{
	margin: 15px 0 .3em 0;
	font-size: 2.8em;
	font-family: Times New Roman, times, serif;	
	font-weight: normal;
	font-style: italic;
	color: #663300;
	border-bottom: 3px double #996633;
	padding-bottom: 15px;
	}

.entry {
	
	}

.history h3 span {	display: none; }
.history h3 {	
	background: url(images/history.jpg) no-repeat;
	width: 242px;
	height: 116px;
	}

#photo1 {
	background: url(images/mphoto1.jpg) no-repeat;
	float: right;
	width:330px;
	height: 251px;
	}

#photo2 {
	background: url(images/mphoto2.jpg) no-repeat;
	clear: right;
	float: right;
	width: 291px;
	height: 232px;
	position: relative;
	top: -28px;
	left: 14px;
	}

/***FOOTER STYLES********************/
/************************************/

#footer{
	width: 750px;
	height: 224px;
	
	background: url(images/bottom.gif) no-repeat;
	
	position: relative;
	bottom: 0px;
	z-index: 5;
	}

#footer p {	font-size: 0.75em;}
#footer p, #footer h6	{ 	color: #FFFFFF; margin-bottom: 8px;}

#footer #americorps a span	{ display: none;}
#footer #americorps a{
	display: block;
	width: 120px;
	height: 121px;
	}
	
#footer #americorps{
	width: 120px;
	height: 121px;
	
	background: url(images/americorps.gif) no-repeat;
	
	position: absolute;
	top: 70px;
	left: 10px;
	z-index: 5;
	}

#footer p#address a {	color: #FFFFFF;}
#footer p#address a:hover {	color: #73B74B;}
#footer p#address {	
	position: absolute;
	bottom: 0px;
	left: 15px;
	font-size: 0.75em;
	}

#footer #oMalley h6{	
	font-family: Times New Roman, times, serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 0.875em
	}
	
#footer #oMalley{
	background: url(images/quotes.gif) no-repeat 190px 0px;
	
	position: absolute;
	bottom: 5px;
	right: 15px;
	z-index: 5;

	text-align: right;
	width: 300px;
	padding-top: 35px;
	}

#footer #donate	{
	background: url(images/mdonate.jpg) no-repeat;
	
	width: 162px;
	height: 36px;
	border: 2px solid #324C99;
	
	position: relative;
	top:140px;
	left: 150px;
	
	}

#footer #donate	a span{	display: none;	}
#footer #donate	a{
	display: block;
	width: 162px;
	height: 36px;
	}

#footer #donate	a:hover {
	background: url(images/mdonate2.jpg) no-repeat;
	}

/***MISCELLANEOUS STYLES*************/
/************************************/
#misc1 {
	background: url(images/mltcorner.gif) no-repeat;
	width: 20px;
	height: 22px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	}

#misc2 {
	background: url(images/mrtcorner.gif) no-repeat;
	width: 23px;
	height: 25px;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 4;
	}
