body {
	font-family: arial;
	background: url('images/background.png');
	background-color: #6B0B1C;
	color: white;
	padding: 0;
	margin: 8px;
}

div#container {
	float:center;
	width: 800px;
	border: 2px solid black;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0px;
}

/* NavLink */

a.navLink {
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin-left:4px;
	margin-right:4px;
}

a.navLink:hover {
	cursor: pointer;
	text-decoration: underline;
}

a.navLink#selected {
	color: yellow;
}

/* Navigation Bar */

div#container div#navbar {
	cursor:default;
	background: url('images/navbar_bg.png');
	background-color: black;
	text-align: right;
	padding: 7px 4px 4px 8px;
	font-size:0.95em;
	height:21px;
}

div#container div#navbar img {
	vertical-align: middle;
}

/* Content */

div#container div#content {
	background: url('images/content_shadow.png');
	background-repeat: repeat-x;
	background-color: #D0E1D2;
	min-height:800px;
	padding: 48px 16px 8px 32px;
	font-weight: normal;
	font-style: normal;
	color: black;
	font-size: 0.9em;
}

/* Header & Footer */

span#lamp {
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
span#lamp img {
	position: relative;
	left: -100px;
	top: -25px;
}

div#container div#header {
	background: url('images/header.jpg');
	height:200px;
}

div#container div#footer {
	height: 32px;
	text-align: center;
	border-top: 1px solid #888888;
	background: url('images/footer_bg.png');
	background-color: black;
	color: white;
	font-size: 0.75em;
}

div.section {
	width:672px;
	margin:16px auto 16px auto;
	color:white;
	font-size:10pt;
	font-weight:bold;
}
div.section div#left {
	float:left;
	clear:left;
	width:16px;
	height:26px;
	background: url('images/section_left.png');
}
div.section div#center {
	float:left;
	clear:none;
	height:21px;
	width:640px;
	padding-top:5px;
	background: url('images/section.png');
	text-align:center;
}
div.section div#right {
	float:left;
	clear:right;
	width:16px;
	height:26px;
	background: url('images/section_right.png');
}

/* Input Elements */

form {
	margin: 0;
	border: 0;
}

input.textbox {
	border: 1px solid black;
	background-color: #00CC66;
	background-image: url('images/text_bg.png');
	background-repeat: repeat-x;
	height: 18px;
	padding: 2px;
	margin: 4px;
}

textarea.textbox {
	border: 1px solid black;
	background-color: #00CC66;
	background-image: url('images/text_bg.png');
	background-repeat: repeat-x;
	padding: 2px;
	margin: 4px;
}
