@charset "utf-8";
body {
	background-color: #000000;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-image: url(images/background.jpg);
}

a:visited {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}

#container {
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-indent: 0px;
	padding: 0px;
	height: auto;
	top: 0px;
	background-repeat: repeat;
	border: 0px none #000000;
}
#top {
	height: 125px;
	width: 744px;
	border: 1px none #000000;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: x-small;
	text-decoration: none;
	color: #724B25;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


ul {
	margin: 0px;
	padding: 0px;
}
li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
#main {
	background-color: #FFFFFF;
	margin: 0px;
	clear: none;
	float: none;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #000000;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: x-large;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	font-variant: normal;
}
#footer {
	clear: both;
	color: #000000;
	font-size: x-small;
	float: none;
	height: 50px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px none #000000;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
}

.image-right {
	float: right;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	margin: 25px;
	padding: 0px;
}

.type {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.image-left {
	margin: 25px;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	padding: 0px;
}
#pagehyperlink {
	font-size: small;
}
