#press{
	background-color: #6b5c54; /* light brown */
	font-size: 12px;
	padding: 30px;
}

#press h2{
	color: #99c7d3; /* light blue */
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#press ul{
	margin: 0;
	padding: 0;
}

#press ul li{
	float: left;
	list-style: none;
	margin: 10px 0 10px 30px;
	padding: 0;
}

#press ul li.col1{
	clear: left;
	margin-left: 0;
	padding: 0;
}

#press ul li img{
	border: 1px solid #f1eadd; /* cream */
}

#press strong{
	color: #99c7d3; /* light blue */
	font-weight: bold;
}

#press #pages{
	text-align: right;
}

#press #pages a{
	padding: 0 5px;
	text-decoration: underline;
}

#press #pages a.current{
	color: #99c7d3; /* light blue */
	font-weight: bold;
	text-decoration: none;
}

#press #back{
	text-align: right;
	padding: 0 0 20px 0;
}

#press #back a{
	color: #99c7d3; /* light blue */
}

#press #previous{
	float: left;
	text-align: center;
	width: 118px;
}

#press #next{
	float: right;
	text-align: center;
	width: 118px;
}

#press #current{
	margin: auto;
	text-align: center;
	width: 400px;
}

#press #next img, #press #previous img, #press #current img, #detail img{
	border: 1px solid #f1eadd; /* cream */
}

#press div#detail{
	background: #f1eadd; /* cream */
	color: #413732; /* dark brown */
	margin: 10px 0 0 0;
	padding: 4px 0 8px 0;
	text-align: center;
	width: 714px;
}

#press #previous a{
	color: #99c7d3; /* light blue */
}

#press #next a{
	color: #99c7d3; /* light blue */
}

