@charset "utf-8";
/* CSS Document */

/*This div style colors the background*/
body {
	background: #ffffff;
}


#contentWrapper {
	background-color:#ffffff;
	margin-top:20px; 
	margin-bottom:10px; 
	width:740px;
}

/* This style forces the containing element to display the full size
   of the element. Helpful with floated elements and the likes. */
.breaker {
	clear: both;
	height: 0;
}


/* Content styles */
#image {
	float:left;
	margin-left:10px; 
	margin-right:10px;
	width:150px;
	height:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #066;
}

#contact {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	width:500px;
}

#copyright {
    float:left;
	font-family:Arial, Helvetica, sans-serif;
    font-size: .7em;
	color:#999;
	margin-left:0px; 
	margin-top:10px; 
	margin-right:0px; 
	margin-bottom:0px; 
	width:500px;
}

p {
 	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left:30px; 
	margin-right:30px;
	text-align: left; 
	color: #666666;
}
a:link {
	color:#066;
	text-decoration: none;
}
		
a:visited {
	color:#666;
	text-decoration: none;
}

a:hover {
	color:#003;
	text-decoration:underline;
	}

a:active {
	color:#066
	}