html {
	overflow: -moz-scrollbars-vertical; 
}

body {
	margin: 0;
	background-color: #000;
	color: #333;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 10pt;
}

h1 {
	margin: 0;
	margin-bottom: 1em;
	font-size: 1.5em;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

h2 {
	margin: 0;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-style: italic;
}

p {
	margin: 0;
	margin-bottom: 1em;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table {
	width: 100%;
}

td {
	text-align: center;
	padding-bottom: 25px;
}

#frame {
	width: 1178px;
	position: absolute;
	left: 50%;
	margin-left: -589px;
}

#site {
	width: 800px;
	margin: 0 189px 0 189px;
}

#header {
	width: 100%;
	background-position: 233px 0;
	height: 200px;
}

#navigation {
	float: left;
	width: 233px;
	height: 200px;
}

#navigation ul {
	text-align: center;
	font-size: 1.35em;
	font-family: "Georgia", serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 19px;
}

#navigation ul li {
	margin-bottom: 0.47em;
}

#navigation ul li a {
	text-decoration: none;
}

#content {
	float: left;
	width: 100%;
}

#top-content {
	margin-top: -15px;
	width: 100%;
	height: 25px;
	background-image: url('/media/img/content-background-top.jpg');
}

#middle-content {
	float: left;
	width: 720px;
	padding: 30px 40px 60px 40px;
	background-image: url('/media/img/content-background-repeat.jpg');
}

#middle-content img {
	border: 5px solid white;
}

#middle-content ul li {
	padding: 0;
}

#middle-content ul.compact {
	margin-bottom: 1em;
	padding: 0;
}

#middle-content ul.compact li {
	margin-bottom: 0em;
	padding: 0;
}

#middle-content ul li:before {
	content: "\00BB\ ";
}

#bottom-content {
	float: left;
	width: 100%;
	height: 25px;
	background-image: url('/media/img/content-background-bottom.jpg');
}

#body {
	width: 100%;
	background-image: url('/media/img/marmor.jpg');
	float: left;
}

#footer {
	font-family: "Georgia", serif;
	width: 720px;
	height: 27px;
	padding: 14px 40px 0 40px;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	color: #333;
	float: left;
	background-image: url('/media/img/footer.jpg');
}

#footer a {
	color: #333;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin-right: 25px;
}

img.nodisplay {
	display: none;
}

h1.center, h2.center {
	text-align: center;
}

blockquote {
	padding: 1em 10px 0 10px;
	text-align: center;
}

blockquote p {
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

blockquote p:before {
	content: "\201C";
}

blockquote p:after {
	content: "\201D";
}

form table td {
	text-align: left;
	vertical-align: top;
}

form table th {
	text-align: right;
	vertical-align: top;
}

form table th, form table td {
	padding: 5px;
}

#moreinfo {
	position: absolute;
	width: 600px;
	left: -700px;
}