body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

:link:focus, :visited:focus {
	-moz-outline:none;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
}

#centered {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 792px;
	height: 460px;
	margin-top: -230px; /*set to a negative number 1/2 of your height*/
	margin-left: -396px; /*set to a negative number 1/2 of your width*/
}
#content {
	height: 419px;
	background-color: #ee8222;
}	

#lhs {
	position: relative;
	float: left;
	width: 712px;
	height: 419px;
}

#rhs {
	position: relative;
	float: right;
	width: 80px;
	height: 419px;
}

#footer {
	clear: both;
	margin: 10px 0 0 0;
	width: 792px
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #FFFFFF;
}

.orange_footer {
	color: #ee8222;
}

.orange_right {
	color: #ee8222;
	text-align: right;
}

.indent_text {
	text-indent: -5000px;
	display: block;
}

#info_left_top {
	margin: 30px 0 0 0;
	height: 173px;
	width: 223px;
}

#leftnav {
	width:223px;
	height:173px;
	background: url(images/leftnav_top.gif) no-repeat;
	margin:0;
	padding:0;
	position:relative;
}

#leftnav li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:223px;
	height:35px;
	display:block;
}

#leftnav li, #leftnav a {
    width:223px;
	height:35px;
	display:block;
	text-decoration:none;
}

#leftnav_home {
	top:0px;
	width:223px;
	height:35px;
	text-indent: -5000px;
}

#leftnav_about {
	top:35px;
	width:223px;
	height:34px;
	text-indent: -5000px;
}
#leftnav_about_on {
	top:35px;
	width:223px;
	height:34px;
	text-indent: -5000px;
	background:transparent url(images/leftnav_top.gif) -446px -35px no-repeat;
}

#leftnav_services {
	top:69px;
	width:223px;
	height:35px;
	text-indent: -5000px;
}
#leftnav_services_on {
	top:69px;
	width:223px;
	height:35px;
	text-indent: -5000px;
	background:transparent url(images/leftnav_top.gif) -446px -69px no-repeat;
}

#leftnav_clients {
	top:104px;
	width:223px;
	height:35px;
	text-indent: -5000px;
}
#leftnav_clients_on {
	top:104px;
	width:223px;
	height:35px;
	text-indent: -5000px;
	background:transparent url(images/leftnav_top.gif) -446px -104px no-repeat;
}

#leftnav_contact {
	top:139px;
	width:223px;
	height:34px;
	text-indent: -5000px;
}
#leftnav_contact_on {
	top:139px;
	width:223px;
	height:34px;
	text-indent: -5000px;
	background:transparent url(images/leftnav_top.gif) -446px -139px no-repeat;
}

#leftnav_home a:hover {
	background:transparent url(images/leftnav_top.gif) -223px -0px no-repeat;
}
#leftnav_about a:hover {
	background:transparent url(images/leftnav_top.gif) -223px -35px no-repeat;
}
#leftnav_services a:hover {
	background:transparent url(images/leftnav_top.gif) -223px -69px no-repeat;
}
#leftnav_clients a:hover {
	background:transparent url(images/leftnav_top.gif) -223px -104px no-repeat;
}
#leftnav_contact a:hover {
	background:transparent url(images/leftnav_top.gif) -223px -139px no-repeat;
}

.clear {
	clear:both;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color:#ee8222;
	text-decoration: none;
}.registered {
	font-size: 9px;
}
.contact_p {
	line-height: 17px;
}

