@CHARSET "UTF-8";

/* tresc */
div#content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;	
}
div#first_column {
	float: left;
	margin-right: 35px;
	margin-bottom: 50px;
	width: 565px;
}
div#first_column p {
	margin-bottom: 10px;
}
div#second_column {
	padding-top: 40px;
	float: left;
	width: 300px;
	text-align: center;
}
/* menu */
ul#services_menu {
	border-bottom: 4px solid #ff7f00;
	margin-bottom: 20px;
}
ul#services_menu li {
	background: #ffbf80;
	border-top: 5px solid #f8f2e3;
	border-bottom: 5px solid #f8f2e3;
}
ul#services_menu li.selected {
	background: #ff7f00;
	border-top: 5px solid #ff7f00;
	border-bottom: 5px solid #ff7f00;
}
