@charset "utf-8";
/* CSS Document */

html, body, 
h1, h2, h3, h4, h5, h6, 
form, fieldset,
p, ol, ul, li, 
dt, dd, dl,
table, th, tr, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img, fieldset { border: 0; margin: 0; }

body {
	background: #fff url(images/Background.jpg) no-repeat center top;

	font-family: Arial, Helvetica, sans-serif;
	color: #501413;
	padding-top: 14px;

}
table {
	margin-top: 5px;
}
h1 {font-size: 26px;
	color: #AA9F55;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {font-size: 22px;
	color: #AA9F55;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {font-size: 18px;
	color: #AA9F55;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {font-size: 16px;
	color: #AA9F55;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul	{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 12px;
	color: #AA9F55;
	padding-left: 5px;
}
ul a	{
	color: #AA9F55;
	text-decoration: underline;	
}
#mainSlideshow {
	height: 305px;
	margin-left: 0px;
	margin-top: 56px;
	width: 760px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
}

#wrapper .clearf { clear: both; height: 30px; }
#menu {margin-left: 7px; margin-top:30px; }
#menu img {padding: 0; margin: 0; }

#content { margin-left: 18px; margin-top: 20px; margin-right: 18px; height:215px;}
#content p { padding-top: 5px;
	padding-bottom: 5px;
			 font-size: 14px;
			 text-align:justify; }
#footer {
	border-top-color: #501413;
	border-top-style: solid;
	border-top-width: 2px;
	
}
#footer p {
	color: #000000;
	font-size: 11px;
	text-align:center;
}
#footer p a { color: #000000; margin: 0 5px; }
#footer p a:hover { color: #501413; }
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#contactform label {
	color:#501413;
	font-size:12px;
}
#contactform table {
	background-image:url(graphics/contactgraphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}