/*
	Colors:
	Parchment: #ECDDC8
	Inner Glow Border: #B39877
	Body Background: #292626
	Parchment Border: #FFFFFF
	Paw Graphic: #724E3A
	Paw Border: #B39877
*/
* {
	padding: 0;
	margin: 0;
	border: none;
}
body {
	background-color: #292626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
}
a:link, a:visited, a:hover, a:active {
	color: #724E3A;
	text-decoration: none;
}
a:hover, a:active, li#currentPage {
	color: #B39877;
	text-decoration: none;
}
#wrapper {
	width: 800px;
	height: 800px;
	margin-top: 25px;
	position:relative;
	left:50%;
	margin-left:-400px;
	background-image:url(images/Background.jpg);
}
#header {
	width:800px;
	height:143px;
	/*background-image:url(images/Header.jpg);
	background-repeat:no-repeat;*/
}
#title h1 {
	height: 60px;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 2.5em;
}
/* Put a margin around and pad the links on the left so that there is room to see and click */
#navigation ul {
	margin: 15px;
	padding-left: 20px;
	font-size: 1.25em;
}
/* Display the navigational links inline */
#navigation ul li {
	display: inline;
	padding: 0 10px;
}
#navigation ul li#currentpage a {
	color: #B39877;
}
#content {
	width:800px;
	height:657px;
/*	background-image:url(images/Content.jpg);
	background-repeat:no-repeat;
*/}
#leftSide {
	float:left;
	margin:0px;
	width:380px;
	height:657px;
}

#photograph {
	border: 1px solid #b39877;
	background-color: #fff;
	position: relative;
	margin-left: 37px;
}
/* The actual image to the left of the quote */
#photograph img {
	margin: 20px;
}
#minor_photographs {
	margin: 30px 0px 10px 75px;
	color:#2a4b15;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
#minor_photographs ul {
	margin:0px;
	padding:0px;
}
#minor_photographs li {
	list-style-image:url(images/Bullet.png);
	margin-bottom:10px;
	list-style-position: inside;
}
#constantContact {
	width:300px;
	margin-top:20px;
	padding:0px 0px 0px 60px;
}
#rightSide {
	float:right;
	margin:0px;
	width:400px;
	height:657px;
}
/* The quotation to the right of the picture */
#quote {
	height:130px;
}
#quote p {
	margin:60px 20px 0px 20px;
	color: #FFF;
	line-height: 1.25em;
	font-size: 1.2em;
	font-style:italic;
}
/* The actual text component of the site. */
#text {
	margin-top:40px;
}
#text li {
	list-style-position: inside;
	list-style-type: disc;
}
#text p {
	margin: 10px 30px 0px 0px;
	font-size: 14px;		/* Text on about page floats with the size of the quote */
}
/* Standardized footer to display uniformly across the bottom */
#footer {
	color: #FFF;
	width: 800px;
	clear:both;
	position:relative;
	left:50%;
	margin-left:-400px;
	margin-bottom:25px;
}
/************Text Styles*****************/
p.address {
	background-color: #a58068;
	margin: 10px 0;
	text-align: center;
}
p.copy {
	font-size:.8em;
}
.indent {
	margin-left: 2em;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#2a4b15;
	font-style:italic;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:0px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.active {
	color:#2a4b15;
}
	
