body {
	margin-left: 30px;
	margin-top: 30px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333;
}

#container{
	width: 900px;
}

.header{
	width: 185px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
	float: left;
}

.header h1{
	font-size: 10px;
	display: inline;
}

ul.clientlist{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	font-style: italic;
	line-height: 28px;
	padding: 0;
	margin: 0 0 0 185px;
}

ul.clientlist li{
	display: inline; 
	list-style: none;
}

ul.clientlist a:visited.active{
	text-decoration: underline;
	color: #F30;
}

#description{
	width: 175px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;;
}

#description h2{
	font-size: 10px;
	border-bottom: 1px #F30 dashed;
}

#largetext{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	font-style: italic;
	line-height: 28px;
	margin: 0 0 0 185px;
}

hr{ /*used as a spacer */
	border: 0;
	margin: 30px 0 0 0 !important;
	margin: 0;
	width: 10px;
	height: 0;
	clear: both;
	color: #d5d5d5;
	background: #d5d5d5;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	color: #F30;
	text-decoration: none;
}