@charset "utf-8";
/* CSS Document */
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}
a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited:hover{
	color:#FFFFCC;
	text-decoration:underline;
}
.content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#FFFFCC;
}
.banner-text{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a59875;
	line-height:16px;
}

.banner-text a{
	color:#a59875;
	text-decoration:underline;
}
.banner-text a:hover{
	color:#900;
	text-decoration:underline;
}
.banner-text a:visited{
	color:#a59875;
	text-decoration:underline;
}
.banner-text a:visited:hover{
	color:#900;
	text-decoration:underline;
}

.footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	color:#FFFFCC;
}
.home_menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding:5px 0px;
	background-color:#751114;
	color:#FFF;
	width:194px;
	float:left;
	text-align:center;
}
.thumbBox{
	margin-right:10px;
	text-align:center;
	float:left;
	clear:none;
}
.thumbBox a, .thumbBox a:link, .thumbBox a:visited{
	text-decoration:none;
}
.thumbBox a:hover, .thumbBox a:visited:hover{
	text-decoration:underline;
	color:#900;
}
.thumbBoxRight{
	margin-right:0px;
	text-align:center;
	float:left;
	clear:none;
}
.thumbBox IMG, .thumbBoxRight IMG{
	border:solid 1px #999;
}