a{outline:0;}
body {
	font:10pt/20px Verdana,'Trechbuchet MS', Arial, Tahoma, sans-serif;
	background: #fff;
	text-align: center;
	margin: 0px 0 0 0; padding: 0;
	color: #666;
}
#fix {
	background:none;
	height:auto !important;
	width:790px;
	float:right;
	padding-right:20px;
}
#headimg {
	border:0;
	outline:0;
	margin:0;
	padding:0;
}
ol li {
	list-style:none;
}
strong{color:#000;}
#zebra{
	position:absolute;
	bottom:0px;
	right:0;
	width:400px;height:565px;
	z-index:-99;
	background:url(zebra.jpg) no-repeat top;
}

h1 {
	font-size: 28px;
	color: #c72e96;
	margin: 15px 0 15px 0;
	font-weight: lighter;
	height: 35px;
	padding-top: 5px;
	letter-spacing:-1.0pt;
	line-height:30px;
	padding-bottom:5px;
	border-bottom:1px dotted #eee;
}
h4 {
	color: #c72e96;
	line-height: 22px;
}
a {
	color: #07ccf7;
	text-decoration: none;
}
a:hover {
	color: #1d92ab;
	text-decoration: none;
}
ul  li{
	line-height: 20px;
	list-style:square;
}
.admin_button {
	color: #999;font-size:9px;
	text-decoration: none;
}
/* Layout */
#center {
	margin-left: -500px;
	position: absolute;
	left: 50%;
}

#top {
	width: 1000px;
	height:153px;
	background:#fff url(logo.png) no-repeat top left;
	border-bottom:1px solid #eee;
}

#content {
	padding-top: 1px;
	text-align: left;
	width: 1000px;
	background:url(space.png);
}

#text {
	width:1000px;height:auto;min-height:400px;
	background:none;
}

#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:0;
	float: right;
}

#menu {
	font:11px/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	padding-top:5px;
	width: 1000px;
	margin: 0 auto;
	background:#fff;
	height: 30px;
	margin-top:-1px;
	border-bottom:1px solid #eee;
}

#menu a {
	float: left;
	line-height: 20px;
	color: #c72e96; /*07ccf7*/
	background:#fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size:9px;
	padding:4px 10px;
}
#menu a.sub {
	display: none;
}
#menu a:hover {
	color:#fff;
	background:#c72e96;
}
#submenu {
	float: left;
	width: 148px;
	text-align: left;
	padding: 10px;
	margin: 20px;
	height: 300px;
	margin-left:-10px;
	background:none;
	border-right:3px solid #c72e96;
}
#submenu a {
	line-height: 18px;
	margin-bottom: 5px;
	border-bottom: #ccc;
	color: #33b4d0;
	text-decoration: none;
	margin-left: 11px;
	text-align: left;
	display: none;
}
#submenu a.sub {
	display: block;
}
#submenu a.sub:hover {
	color: #1d92ab;
	text-decoration: none;
}

