/* CSS Document */

#title {
	position: absolute;
	top: 19px;
	left: 80px;
	}

body>div#navigation {
	position: fixed;
	top: 350px;
	left: 130px;
	height: 286px;
	width: 200px;
	}
	
#navigation {
	position: absolute;
	top: 350px;
	left: 130px;
	height: 286px;
	width: 200px;
	}


body>div#bg {
	position: fixed;
	top: 10px;
	left: 50px;
	border: 0;
	}
	
#bg {
	position: absolute;
	top: 10px;
	left: 50px;
	border: 0;
	}	
	
body>div#bg2 {
	position: fixed;
	top: 250px;
	left: 50px;
	}	

#bg2 {
	position:absolute;
	top: 250px;
	left: 50px;
	}	

#text {
	font-size: 10pt;
	line-height: 150%;
	text-align:left;
	color: #663300;
	width: 450px;
	height: 750px;
	position: absolute;
	top: 93px;
	left: 383px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#gallery {
	font-size: 10pt;
	line-height: 150%;
	color: #663300;
	width: 450px;
	height: 750px;
	position: absolute;
	top: 95px;
	left: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
}	

#galleryv {
	font-size: 10pt;
	line-height: 150%;
	color: #663300;
	width: 450px;
	height: 750px;
	position: absolute;
	top: 65px;
	left: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
}	


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 125%;
	text-align:left;
	color: #663300;
	width: 6in;
	height: 12in;
	margin-top: 0px;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: strong;
	text-align:left;
	color: #663300;
	margin-bottom: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	text-align:left;
	color: #663300;
	margin-bottom: 0px;
	margin-top: 5px;
}
	
 
	
td {
	font-family: 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-size: 10pt;
}

a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

