body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-image: url('../images/bg_canvas.jpg');
	background-repeat: no-repeat;
    background-position: top center; 
	
	}
	
#container {
	width:980px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	
	}
	
#logo {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	top: 0px;

	}
	
	
#mainNav {
    float: left;
	text-align:left; /* Counteract to IE5/Win Hack */
	top: 130px;
	margin-left: 255px;
	}
		
#intro-paragraph {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 218px;
	margin-left: 0px;
	font-family: arial;
	font-size: 19px; 
	color: #333333;
	line-height: 23px
	}
	
	
#secondary-content {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 250px;
	margin-left: 10px;
	}
	
	
#footer-applyGrant {
	width:980px;
	float: center;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 0px;
	margin-left: 20px;
	}
	
	
	
#footer-contact {
	width:980px;
	float: center;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 0px;
	margin-left: 20px;
	}
	
	
#footer-board {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 30px;
	margin-left: 20px;
	}
	
	
#footer-previousGrants {
	width:980px;
	float: center;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 30px;
	margin-left: 20px;
	}
	
	
	
#bottom-links {
	width:980px;
	float: center;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 80px;
	margin-left: 20px;
	}
	
	
#bottom-links_bio {
	width:980px;
	float: center;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 30px;
	margin-left: 20px;
	}
	

	
#gallery {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 30px;
	margin-left: 10px;
	}
	
	
#gallery-content {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	top: 30px;
	margin-left: 130px;

	}
	
	
#book {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 30px;
	margin-left: 345px;
	}
	
	
#book-content {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	top: 30px;
	margin-left: 440px;

	}
	
	
#sketchbook {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 30px;
	margin-left: 625px;
	}
	
	
#sketchbook-content {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	top: 30px;
	margin-left: 730px;

	}



.bottomText {
	float: left;
    font-family: arial;
	font-size: 11px; 
	color: #333333;
	line-height: 14px;
}


#bottom-line01 {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	top: 20px;
	margin-left: 310px;

	}
	
	
#bottom-line02 {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	top: 20px;
	margin-left: 590px;

	}
		

#homeContent {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	top: 0px;
	}
	
	
.introText {
	float: left;
	margin-left: 4px;
    font-family: arial;
	font-size: 13px; 
	color: #333333;
	line-height: 20px;
}


.bodyText {
	float: left;
	margin-left: 0px;
	padding-right: 20px;
    font-family: Arial;
	font-size: 12px; 
	color: 333333;
	line-height: 20px;
}


.artText {
	float: left;
	margin-left: 25px;
    font-family: arial;
	font-size: 11px; 
	color: #666666;
	line-height: 15px;
}


.blue {
	font-family: Arial;
	color: #09C1CB;
}
A.blue:link 	{
   text-decoration : none;
   color : #2963c4;
   }
A.blue:visited {
   text-decoration : none;
   color : #2963c4;
}
A.blue:active  {
   text-decoration : none;
   color : #2963c4;
}
A.blue:hover  {
   text-decoration : underline;
   color : #2963c4;
}



.bottom {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #09C1CB;
}
A.bottom:link 	{
   text-decoration : none;
   color : #2963c4;
   }
A.bottom:visited {
   text-decoration : none;
   color : #2963c4;
}
A.bottom:active  {
   text-decoration : none;
   color : #2963c4;
}
A.bottom:hover  {
   text-decoration : underline;
   color : #2963c4;
}

		
		
#thumb01-off {
	float: left;
	top: 218px;
	margin-left: 496px;
	visibility: visible;
    }
	
#thumb02-off {
	float: left;
	top: 292px;
	margin-left: 496px;
	visibility: visible;
    }
	
#thumb03-off {
	float: left;
	top: 358px;
	margin-left: 496px;
	visibility: visible;
    }
	
	
#thumb01-on {
	float: left;
	top: 218px;
	margin-left: 496px;
	visibility: visible;
    }
	
#thumb02-on {
	float: left;
	top: 292px;
	margin-left: 496px;
	visibility: hidden;
    }
	
#thumb03-on {
	float: left;
	top: 358px;
	margin-left: 496px;
	visibility: hidden;
    }
	
	
#slideshow-large01 {
	float: left;
	top: 218px;
	margin-left: 573px;
	visibility: visible;
    }
	
	
#slideshow-large02 {
	float: left;
	top: 218px;
	margin-left: 573px;
	visibility: hidden;
    }
	
	
#slideshow-large03 {
	float: left;
	top: 218px;
	margin-left: 573px;
	overflow: visible;
	visibility: hidden;
    }
	
	
#inset-image {
	float: left;
	top: 276px;
	margin-left: 685px;
    }
	

#contact-image {
	float: left;
	top: 276px;
	margin-left: 330px;
	
    }
	
#board-image {
	float: left;
	top: 276px;
	margin-left: 330px;
    }
	
	

#previous-image {
	float: left;
	top: 30px;
	margin-left: 580px;
    }
		
			   






.copyright {
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	font-family: Arial;
	font-size: 10px;
	color: #333333;

}

	   
