@charset "UTF-8";
body {
	background-color: #f7ebb8;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../gfx/repeat_sub.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#background {
	background-image: url(../gfx/banner_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#RHS {
	float: right;
	width: 410px;
	background-repeat: repeat-x;
	background-position: right top;
	margin-right: 10px;
	margin-bottom: 20px;
}
#RHS a {
	color: #1885A9;
}
#RHS  a:hover {
	color: #000000;
}
.thumbs {
	border: 1px solid #666666;
	padding: 0px;
	margin: 7px;
}

