


/* ------------------------------------------------------------ */
#services1{
	text-align:center;
	width:480px;
	color:#333333;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
}

#services1_left{
	float: left;
    border: solid 1px #CCCCCC;
	width:160px;
	padding-bottom:5px;

}

#services1_middle{
	margin-left: auto;
    margin-right: auto;
    border: solid 1px #CCCCCC;
	max-width:160px;
	padding-bottom:5px;
}

#services1_right{
	float: right;
    border: solid 1px #CCCCCC;
	width:160px;
	padding-bottom:5px;
}
/* ------------------------------------------------------------ */
img,.pngfix { behavior: url(iepngfix.htc) }
body {
	background-color:#066DAA;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px;
	margin:0;
	
}
a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	text-decoration: none;
	color: #F90;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #900;
	font-weight:bold;
}

	h1 {color: #FC0; font-size:26px; font-weight:bold; padding:0; margin:0;}
	h3  {color: #000; font-size:18px;}
	h2{color: #C00; font-size:20px;}
	.floatleft { float:left; padding:3px 10px 0px 0px; clear:both; }

