
 

/***** Content *****/

#content {
	padding-top:10px;
}

#content-main {
	width:600px;
	float:right;
}
#content-side {
	width:260px;
	float:left;
}

#content-nav {
	padding-top:10px;
	padding-bottom:5px;
	font-size:1.3em;
	border-bottom:1px solid #880506;
	margin-bottom:20px;
	text-align:center;
}
#content-nav a {
	color:#880506;
	margin:0 10px;
	padding-bottom:4px;
}
#content-nav a:hover {
	border-bottom:0px solid #880506;
	text-decoration:none;
}

.thumb-item {float:left; overflow:auto; overflow:hidden;}
.thumb-item, .thumb {width:190px;}
.thumb a:hover img {border:5px solid #880506; }
.thumb img {
	border:5px solid #fff;
	margin:7px;

}
.thumb-item .description {
	font-size:1.0em;
	padding-left:10px;
	line-height:1.5em;
}



