* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 15px "Arial", "Verdana", sans-serif;
	color: #c94982;
}

html {
	height: 100%;
	background: transparent url("/ext/img/bg.jpg") fixed;
}

a {
	text-decoration: none;
	color: #c94982;
	font-weight: bold;
	padding-left: 15px;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: bold 30px "Arial", sans-serif;
}

h2 {
	font-size: 15px;
}

img, img a {
	border: none;
}

#container {
	margin: 0 auto;
	width: 1024px;
}

#content_container {
	width: 930px;
	margin: 0 auto;
}

#header {
	float: right;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 1012px;
	height: 92px;
	background: transparent url("/ext/img/header.png") no-repeat;
}

#content {
	float: right;
	height: 581px;
	width: 720px;
	padding: 10px;
	padding-left: 20px;
	padding-top: 20px;
	overflow: auto;
	background: transparent url("/ext/img/bgcontent.png") no-repeat;
	font: bold 20px "Arial", sans-serif;
}

#navigationbg {
	float: left;
	height: 400px;
	width: 180px;
	background: transparent url("/ext/img/bgmenu.png") no-repeat;
}

#navigation {
	position: absolute;
	margin-top: 125px;
	margin-left: 47px;
	float: left;
	height: 400px;
	width: 160px;
}

	#navigation li {
		background: transparent url("/ext/img/button.png") no-repeat;
		width: 170px;
		height: 30px;
		padding-left: 10px;
		padding-top: 10px;
	}

#lotus {
	position: absolute;
	height: 413px;
	width: 602px;
	margin-left: -150px;
	margin-top: 400px;
	background: transparent url("/ext/img/lotus.png") no-repeat;
}
