@charset "UTF-8";
/*These styles written exclusively for fruit of the soul by 5doorsdown productions: innovative design solutions for creative minds.....5doorsdown.com*/

/*LAYOUT (positioning)*/
body {
	background-color: #B6C388;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #422A1A;
}
#maincontainer {
	position:relative;
	width:800px;
	height:1000px;
	z-index:1;
	background-image: url(images/header.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#content {
	position:absolute;
	left:132px;
	top:233px;
	width:535px;
	height:auto;
	z-index:2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7E7135;
	border-left-color: #7E7135;
	padding-top: 5px;
	background-color: #E9F0C7;
}
.footer {
	padding: 1px;
	color: #E9F0C7;
	background-color: #5E3424;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5C314;
}
#maincontainer #content table {
	background-color: #E9F0C7;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #523626;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F3C18;
}
#FOS_graphic {
	position:absolute;
	left:103px;
	top:146px;
	width:104px;
	height:100px;
	z-index:4;
}
#mainTitle {
	position:absolute;
	left:139px;
	top:8px;
	width:338px;
	height:87px;
	z-index:3;
}
#navigation {
	position:absolute;
	left:209px;
	top:201px;
	width:454px;
	height:26px;
	z-index:5;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 3px;
	color: #582E1B;
}
/*END LAYOUT*/


/*LINK STYLES*/
a:link, a:visited, a:active {
	font-weight: bold;
	color: #53481B;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
}
#contact a {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #006600;
	text-decoration: none;
}
a.nav, a.nav:link, a.nav:visited, a.nav:active {
	color: #EBEBAE;
	text-decoration: none;
}
a.nav:hover {
	color: #F5C314;
}
a.foot, a.foot:link, a.foot:visited, a.foot:active {
	color: #E9F0C7;
	text-decoration: none;
}
a.foot:hover {
	color: #CCCC33;
}
a.inf, a.inf:link, a.inf:visited, a.inf:active {
	color: #7E2A00;
	text-decoration: none;
	font-weight: bold;
}
a.inf:hover {
	color: #E9F0C7;
}
a.contrib, a.contrib:link, a.contrib:active, a.contrib:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
	margin-left: 25px;
}
a.contrib:hover {
	color: #E9F0C7;
}
/*END LINK STYLES*/	


/*TEXT STYLES*/
.info {
	color: #7E2A00;
	padding: 4px;
	line-height: 13px;
}
.selected {
	background-color: #F5C314;
}
#content h1 {
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #7F742F;
	margin-bottom: 3px;
	margin-top: 5px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #096B04;
	font-size: 12px;
}
h2 {
	font-size: 14px;
	color: #993300;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6B84D;
	margin-bottom: 2px;
}

.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #993300;
}
/*END TEXT STYLES*/

/*COSMETICS---borders, backgrounds etc..*/
.bottomLine {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F59B0B;
}
.imageBorder {
	border: 2px solid #50371B;
}

.divider {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #7D712F;
}
/*END COSMETICS*/





.submenu {
	color: #404017;
}
