a:link {
	color: #fc0;
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	color: #a5a07a;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

img {
	border-style: none;
}

img#logo {
	position: absolute;
	right: 2%;
	top: 10px;
}

table {
	border-style: none;
}

h1 {
	color: #b3e64d;
	background-color: transparent;
	font-family: sans-serif;
	margin-bottom: 0;
	padding-bottom: 3px;
}

h2 {
	color: #b3e64d;
	background-color: transparent;
	font-family: sans-serif;
}

h3 {
	color: #b3e64d;
	background-color: transparent;
	font-family: sans-serif;
}


h3.subtitle {
	font-size: smaller;
	margin-top: 0;
	padding-top: 0;
	padding-left: 10em;
}

/* for IE 6 */
html { text-align: center; }

body {
	background-color: #333;
	color: #eee;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: left;
	margin: 0 auto;
	width: 50em;
}

div.path {
    margin: 0;
    padding: 5px;
    font-size: small;
    margin-bottom: 10px;
}

div.path ul, div.path li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div.navbar {
	clear: both;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

div.gallery {
	float: right;
	text-align: center;
	padding: 0 15px 30px;
}
