/* CSS Document */
#home {
	padding:10px;
	padding-left:30px;
	padding-right:30px;
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:#EACCDA;
	scrollbar-base-color:#C4A47D;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:#C4A47D;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#D7C0A3
}

/* Styles for menus in this template: see also menu-include.php  */
.menu-button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#222222;
	background-color:#C4A47D;  /*#D7C0A3;*/
	border: 1px solid #A2825E;
	text-align: center;
	cursor: hand;
}
.sub-menu-button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#222222;
	background-color:#D7C0A3;
	border: 1px solid #A2825E;
	text-align: center;
	cursor: hand;
}
.sub-menu-gap {
	background-color:#C4A47D;
	border: none;
}
.menu-over {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#222222;
	background-color:#EADDCA;
	border: 1px solid #A2825E;
	text-align: center;
	cursor: hand;
}
.sub-menu {
	position: absolute;
	visibility: hidden;
	z-index:1;
}
/* End menu styles */

/* Footer styles */
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFCC;
	font-size: 14px;
}
.footer A:link {color:#DDDDAA;text-decoration:underline;}
.footer A:visited {color:#DDDDAA;text-decoration:underline;}
.footer A:hover {color:#FFFFFF;text-decoration:underline;}
/* End footer styles */

