@charset "utf-8";
body
{
	background-color: #000;
	color: #f7e1d1;
	font-family: Tahoma, Verdana, sans-serif;

	background-image:url('img/wide bg.jpg');
	background-repeat:no-repeat;
}

.col1
{
	width:205px;
}
.col2
{
	width:750px;
}

.row
{
	margin-top:400px;
	width:1024px;
}

.row div
{
	float:left;
	text-align:left;
}

ul
{
	color:#ecb891;
	list-style:circle;
}

.nav
{
	list-style: none;
	padding-right: 50px;
	width:150px;
}

.nav li
{
	text-align:right;
	margin-bottom:5px;
	padding: 2px 10px 2px 2px;
}

.nav a
{
	color: #845839;
	text-decoration:none;
}

.nav a:hover
{
	text-decoration:underline;
}

a
{
	color:#ecb891;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.testimonial
{
	border:1px solid #845839;
	width:600px;
	margin-top:10px;
	margin-bottom:30px;
}

.testimonialProject
{
	padding:10px 10px 10px 10px;
	font-size:small;
	color:#999999;
}

.testimonialText
{
	padding:10px 10px 10px 10px;
}

.testimonialText p
{
	text-indent:20px;
}

.testimonialFrom
{
	padding:0px 10px 10px 10px;
	color:#ecb891;
	text-align:right;
}

.testimonialServices li
{
	display: inline;
	list-style-type: none;
}
