#header-nav {
	padding-top: 15px;
	text-align: right;
	height: 32px;

	
}

a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	height: 20px;
	color:#ffffff;

}

a:hover {
	text-decoration: underline overline;
	color:#CEAC91;
}


/* ------- sub nav for gallery page -------------------*/
#sub-nav {
	margin-left:140px;
}


#sub-nav a:hover{
	color: #CEAC91;
	text-decoration: none;
	cursor: hand;

}

#sub-nav-large {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	float: left;
	width: 18px;
	font-size: 24px;
	line-height: normal;
	text-decoration: underline;
	text-align: right;
}


#sub-nav-small {

	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 18px;
	text-decoration: underline;
	line-height: normal;
	float: left;
	margin: 0px;

}



