@import "../../base/tinymce/styles/content.css";
@import "content.css";

.clearer {
	clear: both;
	line-height: 0;
	font-size: 0;
}

body {
	color: #333;
	background: #999 url(../images/bodyBg.gif) left bottom repeat-x;
	text-align: center;
	padding-bottom: 60px;
}

#container {
	width: 930px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

#header {
	height: 235px;
	background: url(../images/headerBg.gif) 5px 90px no-repeat;
	width: 930px;
}

#header #pagePicture {
	width: 904px;
	height: 136px;
	overflow: hidden;
	margin: 1px 0 0 10px;
	float: left;
	display: inline;
}

#header ul {
	width: 440px;
	float: right;
	margin: 30px 0;
}

#header ul li{
	display: inline;
	padding: 0 0 5px 0;
	margin: 0 15px;
	float: left;
	background: none;
	line-height: auto;
	font-size: 1.15em;
}

#header ul li a{
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #000;
	text-transform: uppercase;
	font-size: 1em;
}

#header ul li a:hover{
	text-decoration: none;
	color: #60BB46;
}

#header ul li.zfse_navSelectedOpen{
	border-bottom: 4px solid #E0E0E0;
}

#header ul li.zfse_navSelectedOpen a:hover{
	color: #000;
	cursor: default;
}

#contents {
	margin: 10px 0 20px 0;
}

#footer {
	background: url(../images/footerBg.gif);
	height: 58px;
}

