html {
	text-align: right;
}

html, body {
	padding: 10px;
	background: #fff;
	font-family: 'Verdana', sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

.testimonies  {
	border-top: 2px solid #ccc;
}
.testimonies .testi {
	border-bottom: 2px solid #ccc;
	padding: 1em;
}

.clear {
	clear: both !important;
}

.nav a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

ul {
	margin-bottom: 0.5em;
}
li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

.nav li.active a {
	border-bottom: 2px solid #000;
}

ul.nav li {
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
}

.head {
	margin:  0 25px 10px 5px;
	
}

.body, .tail {
	width: 1000px;
	margin: auto;
}

.body {
	text-align: left;
	background: #dfdfdf url("images/corner.png") top right no-repeat;
	min-height: 500px;
	padding: 10px 20px 25px 20px;
}

.tail {
	padding: 4px 8px 20px 0;
	color: #666;
}

.tail a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


</style>


