
/* GALLERY */
ul.top_select {
	clear: both;
}
ul.top_select li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #BB5E00;
}
ul.top_select li.select a{
	color: #000000;
}
p {
	clear: both;
}
p a {
	color: #BB5E00;
	text-decoration: none;
}
p a:hover {
	color:#BB5E00;
	text-decoration: underline;
}
/* FORM */
form textarea {
	width: 300px;
}
