body {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Verdana", "Arial", sans-serif;
}

h1 {
	font-size: 24px;
	color: #852333;
}

h2 {
	color: #852333;
}

a:link, a:hover, a:visited {
	color: #d3b033;
	text-decoration: none;
}

a:hover {
	color: #d3b033;
}

#contact a:link {
	color: #d3b033;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
}


#wrapper { 
	margin: 0 auto;
	width: 950px;	
}

#header {
	background: url(images/header_bkgd.jpg) no-repeat;
	width: 950px;
	height: 231px;
	padding: 0px;
	margin: 35px 0px 0px 0px;
}

#logo {
	position: relative;
	bottom: 20px;
	left: 10px;
}

#nav ul {
	height: 40px;
	padding: 0px;
	margin: 0px
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;	
}

#nav ul li {
	display: inline;
	float: left;
	background: url(images/nav_btn.png) no-repeat;
	margin: 0px;
	padding-right: 5px;
	list-style-type: none;
	height: 40px
	width: 132px;
	position: relative;
	top: 45px;
	left: 190px;
	z-index: 6;	
}

#nav li a {
	color: #ffffff;
	display: block;
	height: 40px;
	width: 132px;
	text-decoration: none;
	padding-top: 7px;
}

#nav li a:link, #nav li a:visited {
	color: #ffffff;
}

#nav li a:hover, #nav li a:active {
	color: #d3b033;	
}

#services_btn {
	background: url(images/big_btn.jpg) no-repeat;
	width: 220px;
	height: 55px;
	padding: 5px 0px 0px 20px;
}

#services {
	list-style-type: none;
	text-indent: none;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 200px;
	border: 0px solid red;
}

#sidebar {
	width: 195px;
	float: left;
	margin-right: 25px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #d3b033;
}

#indent {
	text-indent: 20px;
}

/*#services ul {
	height: 55px;
	padding: 0px;
	margin: 0px
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;	
}

#services ul li {
	display: block;
	float: left;
	background: url(images/big_btn.jpg) no-repeat;
	margin: 0px;
	padding-right: 5px;
	list-style-type: none;
	height: 55px
	width: 220px;
	position: relative;
	top: 45px;
	left: 190px;
	z-index: 6;	
}

#services li a {
	color: #ffffff;
	display: block;
	height: 40px;
	width: 132px;
	text-decoration: none;
	padding-top: 7px;
}

#services li a:link, #services li a:visited {
	color: #ffffff;
}

#services li a:hover, #services li a:active {
	color: #d3b033;	
}*/


.slideshow { 
	/*height: 232px; 
	width: 232px;*/ 
	margin: auto 
}


.slideshow img { 
	/*padding: 15px; 
	border: 1px solid #ccc;*/ 
	background-color: #eee; 
}






/* FOOTER */
#footer {
	background-color: #d3b033;
	width: 950px;
	height: 100px;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#footer .curve {
	background: url(images/footer_curve.png) no-repeat;
	height: 63px;
	width: 950px;
	position: relative;
	top: 30px;
}

#footer .copyright {
	display: block;
	float: left;
	padding: 10px 0px 0px 10px;
}

#footer .links {
	display: block;
	float: right;
	padding: 10px 10px 0px 0px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #852333;
}








