@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #3D000D;
}
.container {
}
.cell {
 top:expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + " px");
}
.content {
	/* center horizontally */
	width: 960px;
	text-align: left;
	background-color: #5a0908;
	background-image: url(../pics/Graphics/BackWhole5.jpg);
	background-repeat: no-repeat;
	background-position: 20px 40px;
	margin-right: auto;
	margin-left: auto;
	height: 760px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	border: 1px solid #EBECB6;
}
#navi {
	top: 0px;
	height: 30px;
	border-top: 1px solid #FFFEC4;
	border-bottom: 1px solid #FFFEC4;
	margin-left: 260px;
	background: #4F0008;
	margin-right: 20px;
}
#header {
	height: 80px;
	padding-top: 20px;
	margin-right: 20px;
}
#header img {
	top: 5px;
	left: 40px;
	float: right;
}
#mainContent {
	font-size: 0.8em;
	padding-left: 300px;
	margin-right: 20px;
	height: 560px;
	padding-top: 30px;
	position: relative;
	overflow: auto;
}
#repertory {
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	height: 440px;
}
#repertory p {
	text-indent: 0px;
}
#table {
	padding: 10px;
}
#table td {
	padding-bottom: 15px;
}
#footer {
	border-top: 1px solid #FFFEC4;
	text-align: right;
	margin-left: 10px;
	margin-right: 20px;
}
#footer p {
	margin: 0;
	color: #FFFEC4;
	font: 0.6em Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.fltrtLink {
	float: right;
	margin-left: 8px;
	font: normal 1em Verdana, Geneva, sans-serif;
	color: #FFFEC4;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #fffec4;
}
a:visited {
	color: #ECEAB5;
}
a:hover {
	color: #fffec4;
	text-decoration: underline;
}
p {
	line-height: 1.6em;
	font-weight: lighter;
	text-indent: 2em;
	padding-bottom: 0.5em;
	color: #F5FFD1;
}
h1 {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #FCEA7E;
	font: lighter 1.45em Verdana, Geneva, sans-serif;
}
h2 {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 1em;
}
h3 {
	font-size: 1.1em;
	padding-left: 120px;
}
em {
	font-style: italic;
}
.flexcroll {
	overflow: auto;
}

