@charset "UTF-8";body {	font: 80% Verdana, Arial, Helvetica, sans-serif;	/*Arial, Helvetica, sans-serif;*/	color: #E0E4E4;	/*#0A0040;*/	background: #E0E4E4;	background-image: url(../images/bg2.jpg);	background-repeat: repeat-x;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */}/* ~~ Element/tag selectors ~~ */ul, ol, dl { 	padding: 0;	margin: 10px 0 10px 30px;}ul li	{	padding: 0;}h1, h2, h3, h4, h5, h6, p {	margin-top: 0;	 	padding-right: 15px;	padding-left: 15px; }h1, h2, h3, h4, h5, h6	{	color: #FFFFFF;	}a img { 	border: none;}/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */a:link {	color: #7BC6DC;	text-decoration: none; }a:visited {	color: #7BC6DC;	text-decoration: none;}a:hover, a:active, a:focus { 	text-decoration: none;	color: #FFFFFF;}/* ~~ this fixed width container surrounds the other divs ~~ */#container {	width: 780px;	background: #FFF;	margin: 30px auto; }.header {	color: #FFFFFF;	background-color: #0A013F;	padding: 0;}.navbar { 	color: #FFFFFF;	background-color: #0A013F;	margin: 0;	padding: 8px 10px 8px 106px;	text-align: left;	font-weight: bold;	border-top: 1px solid #FFFFFF;	/*#7BC6DC; #E0E4E4;*/}.navbar ul li a	{	color: #7BC6DC;	text-decoration: none;}.navbar ul li a:hover	{	color: #FFFFFF;	text-decoration: none;}#home ul.hlist li.home a	{	color: #FFFFFF;	}#services ul.hlist li.services a	{	color: #FFFFFF;	}#previous ul.hlist li.previous a	{	color: #FFFFFF;	}#contact ul.hlist li.contact a	{	color: #FFFFFF;	}#content {	padding: 10px 0;	background-color: #0A013F;}#gallery	{	color: #E0E4E4;	/*#FFFFFF;*/	background-color: #0A013F;	margin: 0 10px 0 104px; 	width: auto;	text-align: left;}#text	{	color: #E0E4E4;	/*#FFFFFF;*/	background-color: transparent;	margin: 10px 10px 0 90px; 	width: auto;	text-align: left;}.text90	{	font-size: 90%;	}.text80	{	font-size: 80%;	}.text70	{	font-size: 70%;	}/* ~~ The footer ~~ */#footer {	margin: 0;	padding: 10px 0 4px 90px;	color: #0A0040;	background-color: #E0E4E4;	text-align: left;}/* ~~ miscellaneous float/clear classes ~~ */.fltrt {  	float: right;	margin-left: 8px;}.fltlft { 	float: left;	margin-right: 8px;}.clearfloat { 	clear:both;	height:0;	font-size: 1px;	line-height: 0px;}ul.hlist 	{	padding: 0;	margin: 0;	list-style-type: none;	/*font-size: 0.9em;*/	width: auto;}ul.hlist li { 	display: inline;}
