/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background: #E2DDC3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7C6E60;
	}
	
a:link, a:visited {color: #814648;}
a:hover, a:active {color: #462226;}

p {
	padding-left: 10px;
	padding-right: 10px;
	}
	
h1 {
	font-size: 26px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	color: #584e44;
	letter-spacing: .1em;
	margin: 5px auto;}

h2 {font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #57282E;
	font-style: italic;}
	
h3 {font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;}
	
li {padding-right: 20px;}
	
table.services {margin-left: 10px;
	border: 1px solid #E2DDC3;
	background-color: #EDEADD;}
table.services p{padding:0px; margin: 0px;}
table.services td{background-color: #F0EEE2;
	border: 1px solid #E2DDC3;}
	
img.border {padding: 4px;
	border: 1px solid #E2DDC3;
	background-color: #ffffff;
	}
img.border-left {padding: 4px;
	border: 1px solid #E2DDC3;
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	}
img.border-right {padding: 4px;
	border: 1px solid #E2DDC3;
	background-color: #ffffff;
	float: right;
	margin-left: 10px;
	}

	
#header {width: 760px;}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #CFC19B;
	}	

/*Content Stuff*/ 
#content-box {
	background: url('images/wrapper-bg.jpg') top left repeat-y #F1EFE2;
	padding-bottom: 15px;}
#content {
	width: 560px;
	float: left;
	}
#right-content {width: 200px;
	float: right;}
#right-content p{color: #4f463d; font-size: 12px;}
#right-content img{margin-bottom: 5px;}
#right-content h1{font-size: 20px; 
	font-weight: bold;
	padding-right: 0px;
	color: #623238;
	font-style: italic;
	margin: 5px auto;
	letter-spacing:normal;}
#right-content h3{font-weight: bold;
	font-style: italic;
	font-size: 13px;
	padding: 0px 0px 0px 10px;}
	
/*Main Navigation*/

#mainnav {width: 760px;
	font-size: 14px;
	font-weight: bold;
	background: url('images/mainnav-bg.jpg') top left repeat-x #622B32;
	height: 30px;
	text-align: right;
	}
#mainnav a{text-decoration: none;
	padding: 6px 10px 6px 10px;
	line-height: 30px;}
#mainnav a:link, #mainnav a:visited {color: #ECE9D8;}
#mainnav a:hover, #mainnav a:active {color: #000000;
	background: url('images/mainnav-hover.jpg') top left repeat-x #8C4B4E;}
	
/*Footer Stuff*/
	
#footer {
	clear: both;
	margin-top: 10px;
	}
#footer p{margin: 10px auto;}

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */
