h1, h2, h3, h4, h5{font-family:Georgia, "Times New Roman", Times, serif;font-weight:normal;}
h2 {font-size:14px;line-height:21px;color:#e75a99;font-weight:bold;}
a img {border: none}
strong {color:#000;}
body {
	background: #eee url(bg.jpg) repeat-x top left;
	font: .7em/1.7em  Georgia, serif;color: #555;
	text-align: center;
	margin: 50px 0 0 0; padding: 0;
	margin-top:40px;
}
#fix {
	background:none;
	height:auto !important;
	width:740px;
	float:right;
}
#headimg {
	border:0;
	outline:0;
	margin:0;
	padding:0;
}

#splash {
	position:absolute;
	top:0;
	left:0;
	width:400px;height:500px;
	z-index:-99;
	background:none;
}

h1 {
	font-family: Cambria, Georgia, serif;
	font-size: 41px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	margin-bottom:5px;
	color:#333;
}

p {
	line-height:18px;
}

h4 {
	font-family: Cambria, Georgia, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-bottom:5px;
	color:#333;
	margin-top:0px;
}

a {
	color: #dfa928;
}

li {
	line-height:20px;
	list-style:square;
}

.admin_button {
	color: #999;font-size:9px;
        text-decoration: none;
}



/* Layout */



#center {
	margin-left: -510px;
	position: absolute;
	left: 50%;
}

#top {
	width: 1000px;
	height: 8px;
}
#header {
	height: 200px;
	width:970px;
	margin: 0 15px 0 15px;
	padding: 10px 0 10px 0;
	background:none;
	padding: 0;
	margin-top:10px;
}

#content {
	padding-top: 1px;
	text-align: left;
	width: 1000px;
	background:#fff;
}

#text {
	margin: 15px 15px 15px 15px;
	padding-left:10px;
	padding-right:20px;
	min-height:400px;
	background:url(watermark.jpg) no-repeat bottom right
}

#footer {
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 0 15px 0 15px ;
	padding: 20px 0 20px 0;
}

#bottom {
	height: 8px;
	width: 1000px;
	text-align: center;
}
/* CMS settings */
.img-right {
	margin: 0 0 10px 10px;
    padding: 5px;
    border: 1px solid #eee;
	float: right;
}

#menu {
	padding-top:10px;
	width: 970px;
	margin: 0 auto;
	background:none;
	height: 30px;
}
#menu a {
	float: left;
	padding: 0px 10px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	display: block;
	text-transform:none;
	font-style:italic;
	font-weight: normal;
	font-size:16px;
}
#menu a.sub {
	display: none;
}
#menu a:hover {
	background-color: #fff;color:#000;
	border-bottom:2px solid #dfa928;
}
#submenu {
	float: left;
	width: 150px;
	text-align: left;
	padding: 10px;
	margin: 20px;
	margin-left:-10px;
	height: 300px;
	background:#f8f8f8;
}
#submenu a {
	line-height: 18px;
	margin-bottom: 5px;
	border-bottom: #ccc;
	color: #333;
	text-decoration: none;
	margin-left: 11px;
	text-align: left;
	display: none;
}
#submenu a.sub {
	display: block;
}
#submenu a.sub:hover {
	color: #dfa928;
	text-decoration:underline;
}