@charset "utf-8";
body {
	color: #FFFFFF;
	background-color: #5C513D;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 86%;
	margin: 0px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thumb {
	border: 5px solid #F25D23;
	margin: 2px;
}

a:link {
	color: #FFCC00;
}
#shade {
	background-image: url(images/shade.jpg);
	height: 70px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	text-align: left;
	padding: 0px;
}

.pagetitle {
	padding-left: 450px;
	padding-top: 20px;
	font-size: 2.2em;
	letter-spacing: -2px;
	color: #A8DBEC;
}
h1 {
	font-size: 1.8em;
	letter-spacing: -2px;
	color: #A8DBEC;
}
h2 {
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #F25D23;
}
.date {
	font-size: 16px;
	letter-spacing: -1px;
	color: #C65E37;
}
#top {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 1000px;
	height: 135px;
}
#main {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 1000px;
	vertical-align: top;
}
#main p {
    padding: 0 200px 0 200px;
	font-size:1.0em;
	font-weight: normal;
	line-height: 20px;
}
#footer {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 1000px;
	height: 100px;
	vertical-align: bottom;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}
.footertext {
	font-size: 0.9em;
	color: #FFFFFF;
	padding-left: 100px;
	padding-top: 70px;
}
a:visited {
	color: #FF9900;
}
#left {
	width: 700px;
	float: left;
	padding: 10px;
}
#left p, #left li {
	padding: 0px;
	font-size:1.0em;
	font-weight: normal;
	line-height: 20px;
}
#right {
	float: left;
	width: 250px;
	padding: 10px;
}
#right p {
	padding: 0px;
	font-size:0.9em;
	font-weight: normal;
}
#right ul {
	list-style-type: none;
	padding: 0px;
	margin:0px;
}
#right li a {
	display: block;
	padding: 5px;
	width: 200px;
	height: 20px;
	font-size:1.0em;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	background-color: #C65E37;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration:none;
	color: #000000;
}
#right li a:hover{
	background-color: #FFBA45;
}
