@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #CCCCCC;
}
h6 {
	font-size: 10px;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #99CCCC;
	text-decoration: none;
}
a:visited {
	color: #669966;
	text-decoration: none;
}
#nav {
	text-decoration: none;
	background-color: #e1dacb;
	background-image: url(images/navigation/nav_bar.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 15px;
}
#content {
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 15px;
	color: #333333;
	background-color: #e1dacb;
	text-align: left;
}
h5 {
	font-size: small;
	font-weight: bold;
}
h2 {
	font-size: 16px;
}
#stills_nav {
	background-color: #333333;
	background-image: url(images/navigation/nav_bar.png);
	padding-top: 10px;
	padding-bottom: 15px;
}
#stills_content {
	background-color: #e1dacb;
}
