@charset "utf-8";
body {
	background-color: #515151;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	color: #FFF;
	font-size: 12px;
}
#content {
	background-image: url(media/layout_11.gif);
}
.right {
	background-image: url(media/layout_07.gif);
	padding-left: 35px;
	padding-right: 125px;
}
.right h1 {
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #786626;
}
#floatRight {
	border: 1px solid #786626;
	padding-right: 20px;
	padding-left: 20px;
	width: 200px;
	float: right;
}

.left {
	background-image: url(media/layout_06.gif);
	padding-left: 25px;
}
#footer {
	height: 124px;
	background-image: url(media/layout_12.gif);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerInner {
	text-align: center;
	font-size: 11px;
	margin-right: 85px;
	color: #CCC;
	padding-top: 15px;
}
#footerInner a {
	color: #CCC;
	text-decoration: none;
}
#footerInner a:hover {
	color: #FFF;
	text-decoration: underline;
}
a {
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
