#menu_container{
	margin-left:46px;
	margin-top:8px;
}

#menu li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#items{
	margin:50px 46px;
}

.item{
	overflow:hidden;
	margin:0 0 10px;
	line-height:20px;
	width:625px;
}

.large{
	margin: 10px 0 0 0;
}

.item h1{	
	font-size:24px;
	font-weight:bold;
	margin:5px 0 18px;
}

.item h2{	
	font-size:20px;
	font-weight:bold;
	margin:0 0 3px;
}

.bc{
	font-weight:bold;
}

.thumb{	
	float:left;
	margin:0 10px 0 0;
}

a:link, a:visited{
	color:#005873;
}

a:hover, a:focus{
	color:#333333;
	
}

a{
	text-decoration:none;
}