/* 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/header.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;
}
#main_content_home {
	background-image: url(images/home_background02.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;*/
}
#home_content p {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.6em;
	color: #333333;
}
#home_content h4 {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #006633;
	color: #66FF99;
	margin-top: 0px;
}

#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;
}

#footer {
	height: 55px;
	width: 850px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left;
}