/* ATPC CSS - INDEX LANDING PAGE

*/

body {
	font:100% "Futura","TW Cen MT","Century Gothic","Trebuchet MS",sans-serif;
	color:#1e2f40;
	line-height:1.6;
	margin0top:10px;
	background-color:#a3a3a3;
	}

#header {
	height:100px;
	margin-top:10px;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #2a4260;;
	background:url("imgages/atpc-logo.jpg") no-repeat;
}
#wrapper {
	width:800px;
	text-align:center;
	margin:0 auto;
	padding:0 10px 0 10px;
	background-color:#f0f0f0;
	border-top:10px solid #343f50;
	border-bottom:10px solid #343f50;
	}
		
a, a:link, a:visited {
	text-decoration: none;
}
#spacer {
	float:left;
	width:800px;
	margin:0 auto;
	padding:0;
	border-top:1px solid #2a4260;
	}
	
a, a:visited{color:#2a4260}
a:hover{color:#06c;}

.leftfloat {
	float:left;
	width:300px;
	margin-top:0px;
	padding-right:10px;
	text-align:right;
	}
.centerfloat {
	float:left;
	width:150px;
	text-align:center;
	margin-top:0px;
	padding:0 10px 0 10px;
	border-left:1px solid #2a4260;
	border-right:1px solid #2a4260;
	}
	
.rightfloat {
	float:left;
	width:308px;
	text-align:left;
	margin-top:0px;
	padding-left:10px;
	}
	
#footer {
	font:11px arial;
	text-align:right;
	width:800px;
	margin:0 auto;
	border-top:1px solid #2a4260;
	}
	
</style>