@import url("content.css");
@import url("calendar.css");
body, html {
	background: #fff fixed center top;
	color: #000;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
.hide {
	visibility: hidden;
	background: #fff;
	color: #fff;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#main {
	background: #ffc81f;
	margin: auto;
	padding: 0;
	width: 100%;
}
#logo {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 10px 0 0 0;
}

#logo a {
	background: url(/img/header.gif) no-repeat left center;
	display: block;
	height: 100px;
	width: 600px;
	margin-left: 15px;
	text-decoration: none;
	text-indent: -1000px;
}
#menu {
	width: 750px;
	height: 26px;
	line-height: 24px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
	background: #ffc81f;
	white-space: nowrap;
}
#menu #last a {
	letter-spacing: 2px;
}
#menu a {
	font-size: 14px;
	border-right: 1px solid #fff;
	color: #000;
	float: left;
	padding: 1px 10px;
	text-decoration: none;
}
#menu a:hover {
    background: #d22;
    color: #fff;
}
#menu #current {
	background: #d22;
	color: #fff;
}
#menu li {
	display: inline;
	margin: 0;
	text-align: center;
	border-bottom: 5px solid #fff;
}
#left {
	color: #ae8815;
	font-weight: bold;
	float: left;
	width: 100%;
	background: #ffdb6f;
}
#left2 {
	color: #ae8815;
	font-weight: bold;
	float: left;
	width: 100%;
	background: #ffdb6f;
}
#left #submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left #submenu #subcurrent {
	background: #cce;
	color: #333;
	letter-spacing: 1px;
}
#left #submenu a {
	color: #e6e6e6;
	display: block;
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	text-decoration: none;
}
#left #submenu a:hover {
	background: #336;
}
#left h2 {
	color: #000;
	border-bottom: 1px dashed #555;
	font-size: 12px;
	padding: 3px 0px;
	text-align: center;
}
#left li a {
	color: #fff;
}
#left ul {
	list-style: square;
	margin-left: 30px;
	margin-top: 0;
	padding: 0;
}
#action {
	background-color: #fff;
	border-left: 1px solid #ffdb6f;
	white-space: nowrap;
	padding: 4px 0px;
}
#footer {
	background: #f1f1f1;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 10px;
	font-family: arial;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 24px;
	margin-bottom: 5px;
}
#footer, #footer :link, #footer a:visited {
	color: #666;
}
#search {
	background: #ddd;
}
#search:hover {
	background: #f1f1f1;
}
.element {
	border-top: 2px solid #ffc81f;
	border-left: 2px solid #ffc81f;
	margin-bottom: 10px;
	padding: 8px 8px 8px 8px;
	width: 100%;
	background-color: #f0f0f0;
}
#contentpost {
	width: 750px;
}