@charset "UTF-8";
/* CSS Document */

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

#page {	background-image:url(images/background.jpg);
		margin:-8px;
		margin-bottom:-15px;
		}

#artwork {	background-image:url(images/artwork.png);
			width:900px;
			background-repeat:no-repeat;
			margin-left:auto;
			margin-right:auto;
			height:1000px;
		}
		
#artwork_about {	background-image:url(images/artwork_about.png);
					width:900px;
					background-repeat:no-repeat;
					margin-left:auto;
					margin-right:auto;
					height:1150px;
				}
				
#artwork_trips {	background-image:url(images/artwork_trips.png);
					width:900px;
					background-repeat:no-repeat;
					margin-left:auto;
					margin-right:auto;
					height:1325px;
				}
				
#artwork_photos {	background-image:url(images/artwork_long.png);
					width:900px;
					background-repeat:no-repeat;
					margin-left:auto;
					margin-right:auto;
					height:1750px;
				}

#content {	width:500px;
			margin-left:auto;
			margin-right:auto;
			padding-left: 90px;
			padding-top:350px;
			text-align:center;
		}
		
#content_left {	width:500px;
			margin-left:auto;
			margin-right:auto;
			padding-left: 150px;
			padding-top:350px;
		}
		
		
.footer {	font-size: 10px;
			text-align: center;
			width:500px;
			margin-left:auto;
			margin-right:auto;
		}
		
#symbol {vertical-align:sub;}


a:link { text-decoration:underline;
		color:#000;
}

a:hover { text-decoration:underline;
		color:#000;
}

a:visited { text-decoration:underline;
		color:#000;
}
