h2{
	background-image: url(/images/press.gif);
	background-repeat: no-repeat;
	height: 50px;
	margin: 5px 0 5px 0;
	padding: 0;
	text-indent: -50000px;
	width: 300px;
}


#content {
	padding-top: 20px;	
}
#press {
margin: 0 auto;
width: 600px;
padding: 10px;
	

}
#press #featured{
	height: 320px;
	clear: both;
	text-align: center;
}
#press #pagenums{
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

#press #pagenums a{
	color: #61574d;
	text-decoration: none;
}

#press #pagenums a:hover{
	color: #9b8535;
}


#press #items {
	padding-left: 10px;
}

#press #items .presslink{
	margin: 0 0 20px 0;
}

#press #items .item{
	border: 1px solid #61574d;
	list-style: none;
	margin-right: 20px;
}

#press #items .end{
	margin-right: 0;
}

#display {
	overflow: auto;
	width: 610px;
	height: 1100px; 

}

/* Popup */

#popupbody{
	background-color: #574e47;
}

#popupheader{
	background-color: #e85885;
	color: #fff;
	width: 100%;
}

#popupheader .title{
	float: left;
}

#popupheader .close{
	float: right;
	margin: 10px 10px 0 0;
}

#popupitem{
	text-align: center;
	padding: 20px 0;
}

