/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #999999;
	margin: 0px 0px 0px 0px; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #808080; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #808080; }

h3 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #e0e0e0; }

h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	color: #e0e0e0; }
	
p {
	font-size: 10pt; }

.copyright { 
	 text-align: left;
	 font-size: 9pt; }

a:link {
	color: #f17903;
	text-decoration: none; }
	
a:hover {
	color: #e4e4e4;
	text-decoration: underline; }

a:visited { 
	color: #f17903;
	text-decoration: none; }

.gray a:link {
	color: #f17903;
	text-decoration: none; }
	
.gray a:hover {
	color: #808080;
	text-decoration: underline; }

.gray a:visited { 
	color: #f17903;
	text-decoration: none; }

#index {
	background-image: url(_images/ironwood.jpg);
	background-position:center;
	background-repeat: no-repeat; }

#photo {
	margin: 0px 0px 0px 200px;
	color: #999999;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(_images/photobg.gif);
	background-repeat: no-repeat;
	background-position: left top; }
	
#manip {
	margin: 0px 0px 0px 200px;
	color: #808080;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(_images/manipbg.gif);
	background-repeat: no-repeat;
	background-position: left top; }
	
#design {
	margin: 0px 0px 0px 200px;
	color: #808080;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(_images/graphicbg.gif);
	background-repeat: no-repeat;
	background-position: left top; }