* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: url(/images/bg_body.jpg) top left repeat-x #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #817c80;
 	}
	
h1 {
	margin: 35px 0 25px 0;
	color: #01aade;
	font-size: x-large;
	font-weight: normal;
	text-transform: uppercase;
	}
	
img {
	border: none;
	}
	
.content a:link {text-decoration: none; color: #01aade;}
.content a:visited {text-decoration: none; color: #01aade;}
.content a:active {text-decoration: none; color: #01aade;}
.content a:hover {text-decoration: underline; color: #01aade;}
	
#wrapper {
	width: 900px;
	margin: 0 auto;
	}
	
.banner {
	width: 769px;
	height: 219px;
	padding: 5px 114px 0 17px;
	background: url(/images/bg_banner.jpg) top center no-repeat;
	}
	
.banner img {
	float: left;
	}
	
.banner p {
	float: right;
	height: 14px;
	color: #fff;
	font-size: xx-small;
	margin: 5px 0 0 0;
	width: 428px;
	text-align: center;
	}
	
.banner ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
	color: #000;
	float: right;
	font-size: 11px;
	clear: right;
	width: 510px;
	}

.banner ul li { 
	display: inline;
	text-transform: uppercase; 
	}

.banner ul li a {
	height: 23px;
	padding: 8px 12px 0 12px;
	color: #fff;
	text-decoration: none;
	float: left;
	background: url(/images/bg_topnav.jpg) top left repeat-x;
	}
	
.banner ul li a:hover {
	padding: 8px 11px 0 11px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #fff;
	color: #333;
	background-image: none;
	}
	
a#home, a#contact {
	height: 23px;
	padding: 8px 10px 0 12px;
	color: #fff;
	text-decoration: none;
	float: left;
	background: url(/images/bg_topnav_home.jpg) top left no-repeat;
	}
	
a#contact {
	padding: 8px 11px 0 11px;
	background: url(/images/bg_topnav_contact.jpg) top left no-repeat;
	}
	
a#home:hover, a#contact:hover {
	background: url(/images/bg_topnav_home_down.jpg) top left no-repeat;
	padding: 8px 9px 0 12px;
	color: #333;
	border: none;
	border-right: 1px solid #999; 
	}
	
a#contact:hover {
	background: url(/images/bg_topnav_contact_down.jpg) top left no-repeat;
	padding: 8px 11px 0 10px;
	border: none;
	border-left: 1px solid #999;
	}
	
#starting .starting, #services .services, #about .about { 
	padding: 8px 11px 0 11px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #fff;
	color: #333;
	background-image: none;
	cursor: default;
	}
	
#clients .clients { 
	padding: 8px 11px 0 11px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #fff;
	color: #333;
	background-image: none;
	cursor: default;
	}

#home .home { 
	background: url(/images/bg_topnav_home_down.jpg) top left no-repeat;
	padding: 8px 9px 0 12px;
	color: #333;
	border: none;
	border-right: 1px solid #999; 
	cursor: default;
	}
	
#contact .contact { 
	background: url(/images/bg_topnav_contact_down.jpg) top left no-repeat;
	padding: 8px 11px 0 10px;
	color: #333;
	border: none;
	border-left: 1px solid #999; 
	cursor: default;
	}
	
.content_home, .content {
	width: 674px;
	height: 220px;
	padding: 25px 113px 0 113px;
	background: url(/images/bg_content.jpg) top center repeat-y;
	line-height: 24px;
	}
	
.content {
	background: url(/images/bg_content_sub.jpg) top center no-repeat;
	padding-bottom: 25px;
	line-height: 20px;
	height: auto;
	}
	
.content p {
	margin-bottom: 20px;
	}
	
.content ol {
	margin: 0 0 20px 40px;
	}
	
.content ul {
	margin-top: -20px;
	padding-left: 20px;
	}
	
.content ul li {
	background: url(/images/bg_listitem.gif) top left no-repeat;
	padding-left: 20px;
	list-style: none;
	}
	
#space {
	margin: 0 0 20px 0;
	}
	
.content span {
	color: #0066aa;
	}
	
#flashcontent {
	float: right;
	margin: 0 0 0 10px;
	}

.left_column, .right_column	{
	width: 274px;
	float: left;
	}
	
.right_column {
	width: 400px;
	}
	
.left_column {
	margin-bottom: 2px;
	line-height: 26px;
	}
	
.left_column tr {
	margin-bottom: 10px;
	}
	
.left_column input {
	padding: 1px;
	font-size: small;
	margin-bottom: 4px;
	}
	
.right_column p {
	margin-bottom: 10px;
	line-height: 26px;
	}
	
#about .content img {
	float: left;
	border: 3px solid #ebe2d1;
	margin: 0 20px 0 0;
	}
	
.footer_home, .footer {
	width: 900px;
	padding-top: 148px;
	background: url(/images/bg_footer_home.jpg) top center no-repeat;
	font-size: x-small;
	text-align: center;
	}
	
.footer {
	background: url(/images/bg_footer_sub.jpg) top center no-repeat;
	padding-top: 104px;
	padding-bottom: 20px;
	}
	
.footer_home p, .footer p {
	line-height: 14px;
	}
	
.footer_home a:link {text-decoration: none; color: #0066aa;}
.footer_home a:visited {text-decoration: none; color: #0066aa;}
.footer_home a:active {text-decoration: none; color: #0066aa;}
.footer_home a:hover {text-decoration: none; color: #817c80;}

.footer a:link {text-decoration: none; color: #0066aa;}
.footer a:visited {text-decoration: none; color: #0066aa;}
.footer a:active {text-decoration: none; color: #0066aa;}
.footer a:hover {text-decoration: none; color: #817c80;}