/* CSS Document */

body {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #CCC;
	background-color: #534a41;
	
	
}



ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}



.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 10px;*/
	/*color: #FFFFFF;*/
	position: absolute;
	left: 80px;
}

.client {
	color: #FFFFFF;
	margin-bottom:10px;
}

.client h1 {
	font-weight:normal;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.client h2 {
	font-weight:bold;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.client li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	font-size: 10px;
	font-style: normal;
	list-style-type: none;
}



.client a {
	color: #dd7ec3;
	text-decoration: none;
}

.client a:hover {
	color: #7edddc;
	text-decoration: none;
}
