body {
	margin: 0px;
	
	font-family: Arial;
	font-size: 12px;
	color: #1F2116;
	
	background-color: #1F2116;
}

p {
	margin: 0px;
}

#menu, #menu a:link, #menu a:visited, #menu a:active {
	font-family: Arial;
	font-size: 12px;
	color: #d2c05c;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

#menu a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 3px;
}

#submenu, #submenu a:link, #submenu a:visited, #submenu a:active {
	font-family: Arial;
	font-size: 12px;
	color: #c7a47e;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

#submenu a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #794400;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 3px;
}

.brown {
	color: #b16112;
}

.brown2 {
	color: #9c6729;
}

.header {
	font-size: 17px;
	color: #9c6729;
	font-weight:bold;
}

.header_small {
	font-size: 14px;
	color: #9c6729;
	font-weight:bold;
}

.minitext, .minitext a:link, .minitext a:active, .minitext a:visited {
	font-size: 11px;
	color: #9c6729;
	text-decoration:none;
}

.minitext a:hover {
	font-size: 11px;
	color: #9c6729;
	text-decoration:underline;
}


#sidebar {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	font-size: 12px;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
}

.content {
	font: Arial;
	font-size: 12px;
}

INPUT, SELECT, TEXTAREA, INPUT.file {
	background-color: #F3EDE3;
	font-size: 12px;
	border: 1px;
	border-style: double;
	border-color: #999999;
}

#sidebar hr {
	height: 6px;
	background-color: #9c6729;
	border: 0px;
	border-style: none;
}

.sidebar {
	font-size: 12px;
}

.error {
	font-weight: bold;
	font-size: 14px;
	color:#CE0000;
}

a:link, a:active, a:visited {
	font-size: 12px;
	color: #9c6729;
	text-decoration:none;
}

a:hover {
	font-size: 12px;
	color: #9c6729;
	text-decoration:underline;
}

.gallery {
	padding: 5px;
	background-color:#EFEFEF;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.gallery:hover {
	padding: 5px;
	background-color:#CFCFCF;
	border: 1px;
	border-style: solid;
	border-color: #999999;
}

.calendar th {
	background-color: #FFFFFF;
	color: #b16112;
}

#calendar_weeks {
	background-color: #b16112;
	color: #d2c05c;
}

#calendar_days {
	border: 1px;
	border-style: double;
	border-color: #b16112;
}

.calendar_highlight {
	font-weight: bold;
}