@charset "UTF-8";
* {margin: 0; padding: 0;}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #AE9476;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.CC #container {
	width: 825px;
	text-align: left;
	background-image: url(images/containerbk.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.CC #header {
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 200;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
	height: 191px;
	width: 758px;
	background-image: url(images/headerbk.jpg);
	background-repeat: no-repeat;
} 
#navigation {
	width: 778px;
	background-color: #cdbb8b;
	margin-left: 25px;
	height: 29px;
	background-image: url(images/navbk.jpg);
	background-repeat: no-repeat;
}
#subnav {
	height: 21px;
	width: 260px;
	padding-left: 12px;
	padding-top: 5px;
	position: absolute;
}
.CC #container #navigation #subnav #main_nav a {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 39px;
	letter-spacing: -0.5pt;
}
.CC #container #navigation #subnav a {
	font-family: "Century Gothic";
	font-size: 9pt;
	color: #5f6203;
	text-decoration: none;
	padding-right: 10px;
}
.CC #container #navigation #subnav a:hover {
	color: #FFFFFF;
}
.CC #container #navigation #subnav a:visited {
	color: #868233;
}
.quickmenu {
	padding-top: 5px;
	padding-right: 10px;
}
.logo {
	padding-top: 100px;
}
.CC #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.CC #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px;
	margin-left: 25px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #927350;
	height: 326px;
}
.CC #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 22px;
	width: 461px;
	height: 341px;
	float: right;
	margin-right: 22px;
	background-color: #e7dbcf;
} 
.CC #container #mainContent h3 {
	font-family: "Century Gothic";
	font-size: 120%;
	font-weight: bold;
	color: #76741F;
}
.subheadings {
	padding-top: 20px;
	padding-bottom: 3px;
}
.CC #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5b5b59;
}
.CC #footer {
	width: 478px;
	margin-right: 26px;
	margin-left: 25px;
	background-image: url(images/footerbk.jpg);
	background-repeat: repeat-y;
	padding-left: 290px;
	padding-right: 10px;
} 
.CC #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6.5pt;
	color: #ad9273;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #ad9273;
	text-decoration: none;
}
a:hover {
	color: #E87817;
}
a:visited {
	color: #ad9273;
}
#show {
	float: right;
	width: 501px;
	position: static;
	height: 191px;
	text-align: left;
}
#navigation {
}
#main_nav {
	float: right;
	position: relative;
	width: 500px;
	padding-top: 5px;
	padding-left: 15px;
}
#main_nav a {
	font-family: "Century Gothic";
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 35px;
}
#main_nav a:hover {
	color: #B2CA68;
}
#main_nav a:visited {
	font-family: "Century Gothic";
	color: #FFFFFF;
}
#mainContent .news_press span {
	float:left;
	padding-right:20px;
	width: 80px;
	display: block;
	text-align: right;
}
#mainContent .news_press li {
	font-family: Arial, Helvetica, sans-serif;
	color: #927350;
	font-size: 70%;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDB8A0;
}
#mainContent span {
	padding-right: 7px;
}
.CC li {
	margin-left: 13px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5b5b59;
	list-style-type: disc;
}
#gallery {
	background-color: #000000;
	height: 275px;
	width: 480px;
}
