body {
	background: url(images/splendido_bg.jpg) top left repeat;
	font: 13px verdana,, helvetica, sans-serif;
	color: #000000;
}

#Header {
	background: url(images/header.png);
	width: 700px;
	height: 229px;
	margin:0px;
	padding:0px;
	}

.content {
	background: transparent;
	width: 850px;
	height: 600px;
	margin-top: 50px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

h2 {
	text-align: center;
	color: #611800;
	font-size: 18px;
	font-weight: bold;
	background-color: #eff3fd;
	padding: 6px;
	border-top: 1px solid #e6fff9;
	border-left: 1px solid #e6fff9;
	border-right: 1px solid #d4ccff;
	border-bottom: 1px solid #d4ccff;
}

a, a:link, a:visited {
	color: #2215b0;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #140a6b;
	text-decoration: none;
}

.story {
	float: left;
	background: #ffffff;
	width: 660px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-top: 4px solid #7e93ff;
	border-left: 10px solid #7e93ff;
	border-right: 10px solid #7e93ff;
	border-bottom: 10px solid #7e93ff;
	left: 0;
	overflow: auto;
}

#navigation {
	float: right;
	width: 135px;
	background-image: transparent;
	padding: 0;
	display: unchanged;
	margin-left: 10px;
	position: relative;
}

#sectionLinks a:link, #sectionLinks a:visited {
	background: url(images/navi.png) top left no-repeat;
	width: 135px;
	height: 28px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	bottom: 4px;
}

#sectionLinks a:hover {
	background: url(images/navi.png) top left no-repeat;
	width: 135px;
	height: 28px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #ffc8f1;
	padding: 5px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	text-align: center;
}

#footer {
	text-align: center;
	background-color: #ebebfd;
	padding: 6px;
	border-top: 1px solid #e6fff9;
	border-left: 1px solid #e6fff9;
	border-right: 1px solid #d4ccff;
	border-bottom: 1px solid #d4ccff;
	font: 11px arial, sans-serif;
	bottom: 0;
}