@charset "utf-8";
/* CSS Document */

#body-holder {
	height: 800px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}

#body-holder #header-block {
	width: 600px;
	float: right;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #727272;
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFD647;
	
}#body-holder #services-block {
	height: auto;
	width: auto;
	clear: right;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #727272;
}

#services-block a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
	background-color: #727272;
}

#services-block a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FDD947;
	font-style: italic;
	background-color: #727272;
	text-decoration: none;
	border-bottom:1px dashed;
}

#body-holder .services-block {
	height: 200px;
	width: auto;
	margin-top: 25px;
	list-style-image: url(../img/arrow-bullet.png);
}
.column {
	float: left;
	height: 170px;
	width: 250px;
	line-height: 23px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #727272;
}
