* {
margin:0; padding:0;
}



body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #32461C;
	background: #efe5cc url(images/purple96aBG.jpg) repeat;
	text-align:center;
	behavior: url("csshover.htc");
}


p {
	padding: 0px 15px 1em;
	margin-top: 0;
	margin-right:0;
	line-height: 1.3em;
	font-size: 1.1em;
}

#mainwrapper {
	width:1000px;
	font-size: 0.9em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: #d7c5a1;
	border-right: 1px solid #4e6237;
	border-left: 1px solid #4e6237;
} 
/* this gives the left column a screened background and  a narrow green border on the right-side edge, from top to bottom, regardless of the height of the content. Used in three column layout with fixed flanks.   */
#leftwrapper {
	background-image: url(images/screened_bg_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
/* this gives the right column a screened background and  a narrow green border on the left-side edge, from top to bottom, regardless of the height of the content. Used in three column layout with fixed flanks.   */
#rightwrapper {
	background-image: url(images/screened_bg_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	
}
#header {
	text-align: left;
	background: #efe5cc url(images/ce_name_3.gif) no-repeat left top;
	color: #32461C;
	font-weight: normal;
	height: 183px;
	}
/* Features in the header start here*/
#features {
	float: right;
	width: 300px;
	background: #EFE5CC;
}
#features ul {
	font: normal 14px/24px Arial, Helvetica, sans-serif;
	color: #32461C;
	text-decoration: none;
	text-align: right;
	padding-right: 16px;
	list-style: none;
	margin-top: 10px;
	background: #EFE5CC;
	}
#features a:link {
	color: #32461C;
	text-decoration: none;
	}
#features a:visited {
	color: #32461C;
	text-decoration: none;
	}
#features a:hover {
	color: #962908;
	text-decoration: none;
	}
#features a:active {
	color: #962908;
	}
	/* Top navigation starts here and is identical to Footer navigation*/
#top_nav {
	background: #32461C;
	clear: both;
	width: 100%;
	vertical-align: middle;
	background-color: #32461C;
	float: left;
	font:  14px Arial, Helvetica, sans-serif;
	border-top: 3px solid #32461C;
	border-bottom: 3px solid #32461C;
}
#top_nav ul 	{
	background-color: #32461C;
	text-align: left;
}
#top_nav li {
	display: inline;
	padding: 5px 20px 7px 17px;
	margin: 0px;
}
#top_nav a {
	display: inline;
	color: #D7C5A1;
	text-decoration: none;
	background-color: #32461C;	
}
#top_nav a:link {
	color: #D7C5A1;
	}
#top_nav a:visited {
	color: #D7C5A1;
	}
#top_nav a:hover {
	color: #962908;
	}
#top_nav a:active {
	color: #962908;
	}
	
#top_nav li.deadlink{
	color: #FFFFFF;
	font-weight: normal;
}
/* This is the beginning of the content area on the home page.*/	
/* this is the left column on the home page*/	
#left_box {
	width: 242px;
	font: normal .9em/1.4em Arial, Helvetica, sans-serif;
	color: #32461C;
	float: left;
	padding: 20px 8px 10px 0px;
	margin: 0px;
	}

/* this is the center column on the home page, give space above center photo*/	
#center_column {
	float: left;
	margin-left: 95px;
	margin-bottom: 35px;
	margin-top: 25px;
	padding-top: 10px;
	background: #d7c5a1;
}
/* this is the right column on the home page*/	
#right_box {
	float: right;
	width: 225px;
	font: normal .9em/1.4em Arial, Helvetica, sans-serif;
	color: #32461C;
	padding: 20px 8px 10px 12px;
	margin: 0px;
}
/* This is the end of the content area on the home page.*/	

/* Borders start here*/
.black_border {
	border: 1px solid #000000;
}
.tan_border {
	border: 1px solid #91856C;
}
.tan_border2 {
	border: 3px solid #91856C;
}
.green_border {
	border: 1px solid #4e6237;
}
.bold {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	color: #32461C;
}
	
/*Footer navigation begins here*/
#footer {
	background: #32461C;
	clear: both;
	width: 100%;
	vertical-align: middle;
	color: #D7C5A1;
	background-color: #32461C;
	font:  .7em Verdana, Arial, Helvetica, sans-serif;
	border-top: 3px solid #32461C;
	border-bottom: 3px solid #32461C;
	}
 #footer ul {
 	color: #D7C5A1;
	background-color: #32461C;
	text-align: left;
}
#footer li {
	display: inline;
	padding: 5px 0px 8px 29px;
	margin: 0px;
}
#footer a {
	display: inline;
	color: #D7C5A1;
	text-decoration: none;
	background-color: #32461C;	
}
#footer a:link {
	color: #D7C5A1;
	background: #32461C;
	}
#footer a:visited {
	color: #D7C5A1;
	background: #32461C;
	}
#footer a:hover {
	color: #FFFFFF;
	background: #32461C;
	}
#footer a:active {
	color: #FFFFFF;
	background: #32461C;
}
	

#footer li.deadlink{
	color: #962908;
	background: transparent;
	font-weight: normal;
}
/*Footer navigation ends here*/

/*Currently this is only in use on the contact page*/
#right_box_contact {
	float: right;
	width: 305px;
	font: normal .9em/1.4em Arial, Helvetica, sans-serif;
	color: #32461C;
	background: url(images/screened_bg.jpg) repeat;
	border: 1px solid #4e6237;
	padding: 13px;
	margin-right: 15px;
	margin-top: 15px;
	background-color: #D7C5A1;
	display: inline;
}
.home_img_caption {
	font: 1em Arial, Helvetica, sans-serif;
	color: #32461C;
	margin-top: 0.5em;
	width: 300px;
	background: #D7C5A1;
}
.bottom_pad {
	margin-bottom: 1.6em;
}
.sized_reducer {
	font-size: 80%;
}
#content_area {
	width: 1000px;
	background: #D7C5A1;
}
/* email links */
a.email:link {
	color: #6a2bfe;
	background-color: transparent;
}
a.email:visited {
	color: #6a2bfe;
	background-color: transparent;
}
a.email:hover {
	color: #990099;
	background-color: transparent;
}
a.email:active {
	color: #990099;
	background-color: transparent;
}
h1 {
	padding-left: 15px;
	font: 2em Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#mainwrapper #footer #copyright {
	width: 175px;
	margin: 0px 0px 0px 15px;
	float: left;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: normal;
	display: inline;
}
#mainwrapper #footer #copyright a.copy:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#mainwrapper #footer #copyright a.copy:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainwrapper #footer #copyright a.copy:hover {
	color: #962908;
	text-decoration: underline;
	}
#mainwrapper #footer #copyright a.copy:active {
	color: #962908;
	text-decoration: underline;
}
#mainwrapper #home_content_area #left_sidebar p {
	background: url(images/gallery_bottom_bg.gif) no-repeat left bottom;
	font: 1em/1.5em Geneva, Arial, Helvetica, sans-serif;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-top: 0px;
	
}
#mainwrapper #home_content_area #outer_left_sidebar {
	width: 210px;
	float: left;
	background: url(images/gallery_top_bg.gif) no-repeat left top;
	
	padding-top: 40px;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	display: inline;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#mainwrapper #home_content_area #outer_left_sidebar a:link {
	color: #32461C;
	text-decoration: none;
}
#mainwrapper #home_content_area #outer_left_sidebar a:visited {
	color: #32461C;
	text-decoration: none;
}
#mainwrapper #home_content_area #outer_left_sidebar a:hover {
	color: #6a2bfe;
	text-decoration: none;
}
#mainwrapper #home_content_area #outer_left_sidebar a:active {
	color: #6a2bfe;
	text-decoration: none;
}

#mainwrapper #home_content_area #outer_left_sidebar li {
	list-style: circle;
}

#mainwrapper #home_content_area #outer_left_sidebar ul {
	font: normal 12px/22px Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 34px;
}

	
#mainwrapper #home_content_area #outer_left_sidebar li.deadlink{
	color: #6a2bfe;
}
