body {background-color: #032879;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: auto;
/*background-image: url(images/newgold.png);
background-repeat: repeat-y;*/
}


img#titlelogo {
width: 100%;
min-width: 150px;
max-width: 100%;
height: auto;
}

div#navbar {
width: 17%;
height: 100%;
background-color: #eaaa00;
position: fixed;
left: 0px;
top: 0px;
overflow: visible;
}

div#navbar ul {
list-style: none;
padding: 0;
border: 0;
margin: 10px 0 0 10px;
}

li.navbutton a {
color: #000000;
text-decoration: none;
width: auto;
/*height: 60px;*/
margin: 2px;
font-size: 20px;
padding: 0;
}

div#credits {
	color: #000000;
	/*position: absolute;
	bottom: 35px;
	left: 20%*/
	display: none;
	width: 90%;
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 8px;
}

#timestamp {
	color: #000000;
	position: absolute;
	bottom: 15px;
	width: 90%;
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 12px;
}	

#titlebar {
/*position: absolute;
left: 225px;
top: 0px;*/
margin-left: 18%;
margin-right: 1%;
margin-top: 2px;
margin-bottom: 2px;
}

#title {
font-size: 32px;
font-family: broadway, impact;
color: #ffffff;
margin: 5px;
text-align: center;
}


#content {
	/*position: absolute;
	left: 275px;
	top: 150px;*/
	color: #fff;
	margin-top: 5px;
	margin-left: 18%;
	margin-right: 1%;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-weight: normal;
}
	

	
img.right {
float: right;
padding: 0;
border: 0;
margin: 5px 10px 5px 15px;
width: auto;
height: 300px;
}

img.left {
float: left;
padding: 0;
border: 0;
margin: 5px 15px 5px 10px;
width: auto;
height: 300px;
}

div.right {
float: right;
padding: 0;
border: 0;
margin: 5px 10px 5px 15px;
}

div.left {
float: left;
padding: 0;
border: 0;
margin: 5px 15px 5px 10px;
}


div.gallery img {
	padding: 0;
	border: 0;
	margin: 5px;
	min-width: 150px;
	max-width: 30%;
	height: auto;
}


p.row {
padding: 0;
margin: 0px 0px 5px 0px;
border: 0;
display: block;
width: 100%;
height:auto;
clear: both;
line-height: normal;
}

h2.big {
	font-size: 24px;
	text-align: left;
}

h5.small {
	font-size: 14px;
}

a.imagelink {
padding: 0;
margin: 0px 0px 5px 0px;
border: 0;
display: block;
width: 100%;
height: auto;
line-height: normal;
font-size: 24px;
color:#eaaa00;
text-decoration:none;
}

a.imagelink img {
float: left;
padding: 0;
border: 0;
margin: 5px 15px 5px 10px;
width: auto;
height: 150px;
}