@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #ddc7b6;
	background-image: url(../images/misc/bg_page.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}
#bgheader {
	margin: 0;
	background-image: url(../images/misc/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#header {
	margin: 0;
	height: 360px;
	background-image: url(../images/misc/10x10_spacer_invisible.png);
	background-position: center top;
	background-repeat: no-repeat;
}
a:link {
	color: #8CFFEB;
	text-decoration: none;
}
a:visited {
	color: #8CFFEB;
	text-decoration: none;
}
a:hover {
	color: #A18F50;
	text-decoration: underline;
}
a:active {
	color: #8CFFEB;
	text-decoration: none;
}
.color-yellow {
	color: #F1D727;
}
.leftheading1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #8e5b1e;
	font-size: 150%;
	font-variant: small-caps;
}
.leftheading2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #8e5b1e;
	font-size: 125%;
	font-variant: small-caps;
}
.leftheading1yellow {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #F1D727;
	font-size: 150%;
	font-variant: small-caps;
}
.leftheading2yellow {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #F1D727;
	font-size: 125%;
	font-variant: small-caps;
}
.author {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 75%;
}
.heading1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #8e5b1e;
	font-size: 150%;
}
.heading2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #8e5b1e;
	font-size: 125%;
}
img.paddedimagenoborder {
	padding-right: 5px;
	padding-left: 5px;
}
