/* HTML
///////////////////////////////////////////////////////////////////////////////////////////////// */
/* html, body { height: 100%; } */

/* BODY
///////////////////////////////////////////////////////////////////////////////////////////////// */
body {
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center; }
	
ul { margin: 0px; padding-left: 0px; list-style-type: none; }
li { list-style-image: none; }

a:link, a:active { color: #FF9900; text-decoration: underline; }
a:visited { color: #FF9900; text-decoration: underline; }
a:hover { color: #FF9900; text-decoration: none; }

a img { border: 0; }
img { border: 0; }

/* CONTAINERS
///////////////////////////////////////////////////////////////////////////////////////////////// */
#contain1 { 
	width: 566px; 
	height: 680px;
	margin: 20px auto 0 auto;
	padding: 0;
	background-color: white; }
	
#contain2 {
	width: 566px;
	height: 187px;
	background-image: url(../art/header.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0;
	padding: 187px 0 0 0; }
	
#contain3 { 
	width: 566px;
	height: 359px;
	margin: 0;
	padding: 0; }
	
#contain3b { 
	width: 346px; 
	height: 359px; 
	margin: 0 auto 0 auto; 
	padding: 0;
	float: left; }
	
#numbers {
	width: 220px;
	height: 150px;
	margin: 0;
	padding: 85px 0 0 0;
	font-family: Optima, Helvetica, Verdana, Arial;
	text-align: center;
	float: left; }
	
#foot { width: 566px; height: 20px; margin: 0; padding: 30px 0 0 0; }
#foot { color: #222222; font-size: 10px; text-align: center; }

/* contact divs --------------------------------------------------------------------------------- */
#numleft { width: 246px; height: 108px; margin: 0; padding: 0; float: left; }
#numrite { width: 320px; height: 108px; margin: 0; padding: 010px 0 0 0; float: left; }
#numleft { background-image: url(../art/mike.jpg); }
#numrite { text-align: left; }


/* classes -------------------------------------------------------------------------------------- */
.num1 { color: #222222; font-size: 014px; font-weight: bold; line-height: 016px; }
.num2 { font-size: 012px; line-height: 014px; color: #222222; }
.num3 { font-size: 012px; line-height: 014px; }