body {
	background: #ECFAFB url('images/bg01.jpg') repeat-x center top;
	margin: 0;
	padding: 10px;
}

#page {
	border: 1px solid #bbb;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: #A1E6ED 0 0 10px;
	-webkit-box-shadow: #A1E6ED 0 0 10px;
	-moz-box-shadow: #A1E6ED 0 0 10px;
	background: #fff;
	max-width: 800px;
	min-width: 400px;
	margin: 0 auto;
	padding: 0;
}

#header {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: url('images/header.png');
	height: 150px;
}

#header p {
	padding: 0;
	margin: 0;
}

#header a {
	display: block;
	width: 100%;
	text-align: right;
	height: 100px;
	padding-top: 50px;
	padding-right: 20px;
	float: right;
	font-size: 40px;
	letter-spacing: -3px;
	text-decoration: none;
	font-weight: bold;
}

#header a strong {
	color: #990071;
}

#header em {
	display: block;
	position: relative;
	xwidth: 360px;
	padding-right: 70px;
	float: right;
	font-size: 16px;
	color: #888;
	top: -60px;
}

#menu {
	padding: 10px;
}

#content {
	padding: 0 10px 10px 10px;
}
#menu ul, #menu li {
	display: block;
	pading: 0;
	margin: 0;
	list-style-type: none;
}
#menu ul li a {
	display: block;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #EBFAF9;
	border-bottom: 1px solid #fff;
	background-image: linear-gradient(left top, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -o-linear-gradient(left top, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -moz-linear-gradient(left top, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -webkit-linear-gradient(left top, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -ms-linear-gradient(left top, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.08, rgb(130
		, 0, 104) ), color-stop(0.77, rgb(203, 20, 168) ) );
	color: #fff;
	padding: 8px 10px;
	line-height: 1em;
}

#menu ul li a:hover,#menu ul li.selected > a, #menu ul li.subselected > a {
	background-color: #820068;
	background-image: none;
	color: #fff;
}
#menu ul li.selected > a,#menu ul li.subselected > a {
	font-weight: bold;
	xfont-size: 95%;
}
#menu ul li ul {
	display: none;
	padding-left: 20px;
	font-size: 90%;
}
#menu ul li.subselected > ul, #menu ul li.selected > ul {
	display: block;
}
#footer {
	background-image: linear-gradient(bottom, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -o-linear-gradient(bottom, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -moz-linear-gradient(bottom, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -webkit-linear-gradient(bottom, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -ms-linear-gradient(bottom, rgb(130, 0, 104) 8%,
		rgb(203, 20, 168) 77% );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.08, rgb(130
		, 0, 104) ), color-stop(0.77, rgb(203, 20, 168) ) );
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 20px;
	text-align: center;
	color: #fff;
}

.more {
	display: block;
	text-align: right;
}