#container {
	background-color: #999;
	height: 960px;
	width: 1024px;
	margin: auto;
	text-align: left;
}
#container #banner {
	background-color: #CCC;
	height: 98px;
	width: 1024px;
}
#container #nav {
	background-color: #00F;
	height: 29px;
	width: 1024px;
}
#container #head_pic {
	height: 196px;
	width: 1024px;
}
#container #content {
	background-color: #2857a1;
	height: 555px;
	width: 610px;
	float: left;
	color: #FFF;
}
#container #php_edit {
	background-color: #0FF;
	height: 98px;
	width: 217px;
	float: left;
}
#container #logos {
	background-color: #96F;
	height: 598px;
	width: 197px;
	float: right;
}
#container #ser_inc {
	float: left;
	height: 457px;
	width: 217px;
	background-color: #FF0;
	background-image: url(images/services_inc_edit_4.gif);
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #F1F1F1;
	text-align: center;
}
#container #addy_bar {
	background-color: #6C6D6F;
	height: 43px;
	width: 827px;
	float: left;
}
#container #footer {
	background-color: #000;
	height: 39px;
	width: 1024px;
	float: none;
	background-image: url(images/footer.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	clear: both;
	color: #666;
	margin-top: 20px;
}
#container #ser_inc blockquote p {
	font-size: 12px;
	padding: 5px;
}
#container #ser_inc blockquote p {
	text-align: justify;
}


a:link {
	color: #FFF;
	text-decoration: none;
	
}

a:visited{
	color: #FFF;
	text-decoration: none;	
}

a:hover {
	color: #999;
	text-decoration: none;	
}

a:active{
	color: #FFF;
	text-decoration: none;	
}

