	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		margin: 0;
		padding: 0;
 		font-family: "Gill Sans", Helvetica, Arial, sans-serif;
 		font-size: 13px;
 		background-image: url('images/hinmanphoto2.jpg');
 		background-repeat: no-repeat;
 		color: #444444;
	}

/* Local Styles */

#content { 
 	width: 450px;
 	height: 500px;
 	background-color: transparent;
 	padding: 10px;
 	border: 0px;
}

#gal {
	position: absolute;
	right: 16px;
	top: 228px;
	height: 65%;
	width: 75%;
}

#navbar {
 	position: absolute;
 	top: 235px;
 	left: 155px;
 	width: 70px;
 	height: 100px;
 	color: #444444;
 	font-size: .8em;
 	line-height: 2.5;
	font-family:Helvetica, Arial, sans-serif;
 	text-align: justify;
 	letter-spacing: .1em;
	font-weight:none;
}

#navbar a {
 	color: #333;
 	text-decoration: none;
	font-weight:none;
}

#navbar a:hover, .active {
 	color: #8E1D5D;
 	font-size: 10px;
 	text-transform: uppercase;
 	text-decoration: none;
	font-weight:bold;
}

#navbar a:link {
 color: #989191;
 text-decoration: none;
}

#navbar a:hover, #navbar a:active {
 color: #444444;
 font-size: 10px;
 text-transform: uppercase;
 text-decoration: bold;
}

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