@charset "utf-8";
/* CSS Document */
#SlideShow {
	float:left;
	text-align:center;
	margin:0px 0px 0px 0px;
	width:220px;
	height:170px;
}
.Featured {
	float:right;
	width:530px;
	height:auto;
	margin:0px 0px 2px 0px;
	padding:1px 1px 1px 2px;
	text-align:left;
	overflow:visible;
	border:1px solid #0000FF;
}
#SlideShow img {
	margin:5px 5px 5px 5px;
	width:200px;
	height:150px;
}
.Featured h3{
	text-align:center;
	margin:2px 0px 2px 2px;
}
.Featured img {
	margin:5px 5px 5px 5px;
	float:right;
	border:none;
}
.Featured img.wide {
	width:200px;
	height:auto;
}
.Featured img.long {
	width:auto;
	height:200px;
}
#Content .More, #Content .More:visited {
	clear:both;
	display:block;
	text-align:center;
	color:#009;
	background-color:#A2A2A2;
}
#Content .More:hover {
	color:#F00;
	background-color:#3C9;
}
