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

html {
	background-image: url(images/bg-html.jpg);
	background-repeat: repeat-x;
	background-color: #a69d99;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Garamond Premr Pro", serif;
}
#outer {
	width: 1098px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Header elements */
#header {
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	height: 220px;
	font-size: 60pt;
	padding: 80px 0px 0px 130px;
}
#header a {
	color: #000000;
	text-decoration: none;
}

/*#body {
	background-image: url(images/bg-body.png);
	background-repeat: repeat-y;
	min-height: 500px;
}*/

/* Menu elements */
#menu {
	width: 290px;
	float: left;
	position: relative;
	left: 94px;
}
.menu-link {
	color: #ffffff;
	font-size: 17pt;
	padding: 10px 0px 10px 25px;
	cursor: pointer;
}
.menu-link:hover {
	background-color: #685c56;
}
#active {
	background-color: #ffffff;
	color: #4d3c34;
}
#menu a:hover {
	text-decoration: none;
}

/* Content elements */
#content {
	background-image: url(images/bg-body.png);
	background-repeat: repeat-y;
	min-height: 550px;
	margin: -490px 0px 0px 0px;
	padding: 0px 148px 0px 425px;
	width: 525;
	float: left;
	color: #4d3c34;
}
#content-with-table {
	background-image: url(images/bg-body.png);
	background-repeat: repeat-y;
	min-height: 550px;
	margin: -490px 0px 0px 0px;
	padding: 0px 148px 0px 425px;
	width: 525;
	float: left;
	color: #4d3c34;
}
#content a {
	color: #000000;
}
#content a:hover {
	text-decoration: underline;
}

/* Footer elements */
#footer {
	height: 329px;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	color: #4d3c34;
	text-align: center;
	padding: 250px 0px 0px 0px;
	clear: both;
}
#footer a {
	color: #4d3c34;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
a img {
	margin: 0px 12px 0px 0px;
}
.transparent-hover:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
table {
	margin: 0px 0px 20px 0px;
}
.composite-images {
	float: left;
	margin: 0px 5px 30px 0px;
	width: 170px;
}
.caption {
	font-size: 10pt;
}
.float_image {
	margin: 5px 10px 0px 0px;
	float: left;
}
.atl {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 3px;
}