@charset "UTF-8";
@font-face {
	font-family: Century Gothic;
	src: url(fonts/GOTHIC.ttf);
}

body {
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Century Gothic, sans-serif;
	font-size: 100%;
	padding: 0;
	margin-top: 20;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container #mainContent p {
}
.oneColFixCtrHdr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #494C49;
	color: #D3D3CA;
}
.oneColFixCtrHdr #header a {
	color: #D7D7CD;
	text-decoration: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 830px;
}
.oneColFixCtrHdr #footer {
	background:#494C49;
	color: #D4D4CA;
	font-size: 95%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	text-decoration: none;
	color: #D4D4CA;
}
.oneColFixCtrHdr #footer a:hover {
	color: #800;
}
.oneColFixCtrHdr #header a:hover {
	color: #800;
}
.slideshow {
	height: 400px;
	width: 830px;
}
.oneColFixCtrHdr #container #mainContent p a {
	color: #484C49;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent p a:hover {
	color: #800;
}
#contactdetails {
	text-align: center;
}


	