body {
	background: #000 url('images/eye.jpg') no-repeat bottom left fixed;
	margin: 0 0 60px 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.95em;
	color: #fff;
	line-height: 1.5em;
}

#header {
 width: 800;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 246px;
}

#nav {
	padding: 3px 0 0 0;
	margin: 0;
	border-bottom: 1px solid #6C3600;
	font: bold 12px Verdana, sans-serif;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#container {
	background: transparent url('images/trans2.gif') repeat;
	width: 798px;
	border: 1px solid #ff5500;
	margin: 0 auto;
	padding: 0;
}

#content {
	background: transparent url('images/side.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 292px 10px 10px;
	text-align: left;
	float: left;
	height: 1291px;
}

a, a:visited {
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #fff;
	text-decoration: underline;
}

h2 {
	color: #fff;
	border-bottom: 1px solid #ff5500;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.5em;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

br {
	clear: left;
}