@charset "utf-8";
/* CSS Document */

/* ----- BASE ELEMENTS ----- */

body {
	background: url(images/graphics/bg.png);
	text-align: center;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: goldenrod;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: gold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: gold;
	text-decoration: underline;
}

/* ----- FRAME FORMAT ----- */

#container {
	width: 880px;
	margin: auto;
	background: #7B1C1C;
}

#header {
	width: 800px;
	height: 100px;
	background: url(images/website-header.jpg);
}

#contents {
	width: 880px;
	text-align: left;
}

#text {
	width: 680px;
	background: white;
	padding: 10px;
}

#footer {
	width: 880px;
	padding: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gold;
}

.navi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.navi a:hover {
	color: gold;
	text-decoration: underline;
}
.navi a:active {
	color: gold;
	text-decoration: underline;
}

/* ----- TEXT STYLES ----- */

.heading {
	padding: 3px 12px;
	background: url(images/graphics/bg_heading.jpg) no-repeat;
	font-weight: bolder;
	color:#990000;
}