body{
	background: #242424
}

a{
	font: 14px arial, Helvetica, "Lucida Sans";
	color: #2000ff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


img{
	border:  none;
}

p{
	margin-top: 0;
}

h4{
	margin: 0;
	padding:  0;
	color: #d0571d;
}

.hr {
	background: #242424;
	height: 1px;
	width: 744px;
	}

#container {
	position: relative;
	width:780px;
	height:auto;
	background-color: #000000;

	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	margin-bottom: 0;
	padding-bottom: 8px;
}

#header {
	position: relative;
	width:744px;
	height:101px;
}

#menubar {
	position: relative;
	width:744px;
	height: auto;
	margin-top: 0;
	vertical-align: middle;
	text-transform: uppercase;
}

#clientcontent{
	position: relative;
	width: 744px;
	border-style: none;
	margin-top: 9px;
	background-color: #212121;
	font: 14px arial, Helvetica, "Lucida Sans";
	text-align: left;
	vertical-align: top;
	color: #fff;
	height: auto;
	margin-left: 0;
	padding: 6px;
	clear: both;
	overflow: hidden;
}

#ClientImage{
	height: auto;
	float:  left;
	clear: both;
	position: relative;
	border-bottom: 2px dotted #b84e1e;
	border-top: 2px dotted #b84e1e;
}

#ClientInfo {
	width:372px;
	height: auto;
	margin-top: 0;
	right: 0;
	margin-right: 3px;
	left: 0;
	float: right;
	top: 0;
	overflow: visible;
}