#background {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.spacer {
	clear:both;
	float:none;
	height:1px;
	overflow: hidden;
}

body {
	font-family: Times, 'Times New Roman', serif;
	font-size:15px;
	color:#767474;
	overflow:hidden;
	background-color: black;
}

#wrap {
	width:777px;
	position:relative;
	margin: 35px auto;
}

#content {
	padding:40px 20px;
	background-color: #fff;
	min-height:300px;
	position: relative;
}

#content a {
	color:#7f411e;
	text-decoration: underline;
}

#header {
	padding-bottom: 25px;
	color:#fff;
}

#footer {
	padding-top: 20px;
	font-size:0.8em;
	line-height: 2em;
	color:#fff;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color:#00694e;
}

ul#navbar {
	list-style: none;
	width:120px;
	border-right:1px dashed #767474;
	position:absolute;
	min-height:300px;
}

ul#navbar li {
	padding-bottom:10px;
}

ul#navbar li a {
	text-decoration: none;
	color:#767474;
}

ul#navbar li.selected a, ul#navbar li a:hover {
	color:#00694e;	
}

#text {
	margin-left: 130px;
	padding:0px 20px;
}

#text h1 {
	margin-bottom:20px;
	color:#00694e;
	font-style: italic;
	font-size:1.8em;
}

#text h2 {
	margin-bottom:15px;
	color:#00694e;
	font-style: italic;
	font-size:1.6em;
}

#text h3 {
	margin-bottom:10px;
	color:#00694e;
	font-style: italic;
	font-size:1.4em;
}

#text h4 {
	color:#00694e;
	font-style: italic;
	font-size:1.2em;
}

#text h5 {
	color:#00694e;
	font-style: italic;
}

#text h6 {
	color:#00694e;
}

#text li {
	list-style: disc;
}

#text ul {
	margin-bottom:10px;
}

#text p {
	margin-bottom:10px;
}

label {
	display:block;
	float:left;
	width:150px;
}
input {
	width:150px;
}
textarea {
	width:300px;
	height:75px;
}

img.thumb {
	padding:5px 6px 8px 9px;
	background: url(../img/thumb-bg.jpg);
	background-repeat: no-repeat;
	width:123px;
	height:82px;
}
