/* Overall Layout */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #E2CCAC;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 100px;
}
#navigation {
	background-image: url(/images/nav.gif);
	height: 30px;
	padding-left: 1px;
}
#footer {
	text-align: center;
	font-size: 12px;
}
#content {
	background-image: url(/images/body_main02.jpg);
	background-position: bottom;
	padding: 20px;
	background-repeat: no-repeat;
}
.fancy {
	color: #AD8279;
	font-size: 18px;
}


/* Navigation */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#navigation li {
	float:left;
}
#navigation li a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	width: 100px;
	height: 16px;
	padding: 7px;
	margin: 0;
	text-decoration: none;
}
.nonselected a {
	color: #000000;
}

.selected a {
	background-color: #3A342C;
	color: #E2CCAC;
}
.nonselected a:hover {
	background-image: url(/images/navover.gif);
	background-repeat: repeat-x;
	color: #E2CCAC;
}

/* Elements */
.bodyTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	color: #E2CCAC;
}

h1 {
	color: #AD8279;
	font-size: 18px;
	margin-top: 0;
	font-weight: bold;
}
h2 {
	color: #AD8279;
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #C17766;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.hidden a {
	color: #000000;
}
.hidden a:hover {
	color: #E2CCAC;
	text-decoration: none;
}
.linkimages a img {
	color: #E2CCAC;
	border: 1px solid #E2CCAC;
}

/* Form */

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #222222;
	color: #ffffff;
	border: 0;
	padding: 3px;
}

input[type="file"] {
	color: #000000;
	background-color: #ffffff;
}

input:focus {
	background-color: #444444;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #222222;
	color: #ffffff;
	border: 0;
	padding: 3px;
}
textarea:focus {
	background-color: #444444;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #222222;
	color: #ffffff;
	border: 0;
	padding: 3px;
}
.buttons input {
	border: 1px solid #444444;
	padding: 5px;
}
.buttons input:focus {
	background-color: #222222;
	padding: 5px;
}
.buttons input:active {
	background-color: #444444;
	padding: 5px;
}

/* Fixes */

.checkboxes input {
	background-color: #000000;
}
