/* CSS Document */
html { height: 100%; }
body { min-height: 100%; height: 100%; }
body {
	background-color: #333300;
	/*background-image: url(images/background2.gif);*/
}

/* Fonts */
h4 {
 	font-family: Garamond;
	/*font-size: .7em;*/
	line-height: 1.5em;
	color: #333333;
}

/*---------*/
#container {
	width: 850px;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;

}
#top  {
	background-image: url(images/top.gif);
	width: 850px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: left;
}
#header {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 850px;
	height: 127px;
}

#navigation {
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 31px;
	width: 850px;
	color: #dfc976;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

#navigation ul {
    margin: 0px 0px 0px 10px;
	padding: 0;
}

#navigation ul li {
    float: left;
	list-style: none;
    padding: 5px 5px 3px 5px;
	margin: 0px;
}

#navigation li a {
    color: #dfc976;
	text-decoration: none;
}

#navigation li a:hover {
    text-decoration: underline;
}


#main_content_home {
	background-image: url(images/home_background03.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	/*background-color: #a70042;*/
	background-color: #c56838;
	min-height: 505px;
	height: auto;
	width: 850px;
	display:table;
	padding-bottom: 10px;
}

#main_content_news {
	background-image: url(images/news_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	/*background-color: #a70042;*/
	background-color: #c56838;
	min-height: 505px;
	height: auto;
	width: 850px;
	display:table;
	padding-bottom: 10px;
}

#main_content_gallery {
/*	background-image: url(images/news_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
	/*background-color: #a70042;*/
	background-color: #c56838;
	min-height: 505px;
	height: auto;
	width: 850px;
	display:table;
	padding-bottom: 10px;
}

#home_content {
	/*height: 456px;*/
	height: auto;
	width: 320px;
	position: relative;
	top: 8px;
	float: left;
	/*border: 1px solid #333333;*/
	display:table;
	background-color: #dfc976;
	/*margin-bottom: 20px;*/
}

#content {
	/*height: 456px;*/
	height: auto;
	width: 320px;
	position: relative;
	top: 8px;
	float: left;
	/*border: 1px solid #333333;*/
	display:table;
	background-color: #dfc976;
	/*margin-bottom: 20px;*/
}

#home_content p {
	padding-left: 12px;
	padding-right: 12px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Garamond;
	font-size: 1.1em;
	/*line-height: 1.6em;*/
	line-height: 1.2em;
	color: #333333;
}

#content p {
	padding-left: 12px;
	padding-right: 12px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Garamond;
	font-size: .9em;
	/*line-height: 1.6em;*/
	line-height: 1.2em;
	color: #333333;
}

#home_content h4.welcome {
	padding-left: 13px;
	padding-right: 10px;
	background-color: #006633;
	color: #66FF99;
	margin-top: 0px;
}

#content h4 {
	padding-left: 13px;
	padding-right: 10px;
	background-color: #006633;
	color: #66FF99;
	margin-top: 0px;
}

#home_content h4.homeof {
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	font-size: 1.2em;
}

#home_contentRight {
    float: left;
	width: 525px;
	position: relative;
	margin-left: 1px;
	font-family: Garamond;
	color: #ffffff;
}

#home_contentRight #right-top {
    height: 505px;
	width: 525px;
}

#home_contentRight #right-content-left {
    /*background-color:#CCCCCC;*/
	width: 240px;
	padding: 10px 0px 0px 10px;
	float: left;
}

#home_contentRight #right-content-left h3 {
    font-family: Garamond;
	/*font-size: .7em;*/
	line-height: 1.5em;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#home_contentRight #right-content-left a {
	color: #ffffff;
}


#home_contentRight #right-content-right {
    /*background-color:#CCCCCC;*/
	width: 240px;
	padding: 10px 0px 0px 10px;
	float: left;
}

#home_contentRight #right-content-right h3 {
    font-family: Garamond;
	/*font-size: .7em;*/
	line-height: 1.5em;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#home_contentRight #right-content-right a {
	color: #ffffff;
}

#gallery_content {
    height: 505px;
	width: 850px;
}


#footer {
	height: 55px;
	width: 850px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left;
}