#header {
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 156px;
	width: 100%;
}
#header #image1 {
	float: left;
	position: absolute;
	left: 8px;
	top: 8px;
}
#header #image2 {
	position: absolute;
	top: 8px;
	right: 8px;
	float: right;
}
#navlist {
	position: absolute;
	width: 100%;
	font-size: 14px;
	background-color: #000099;
	top: 156px;
	height: 30px;
	left: 0px;
	background-image: url(images/bg-navlist.jpg);
}

#navlist li {
	display: block;
	float: left;
	width: auto;
	_width: 1px; 
	_white-space: nowrap;
}
#navlist ul {
	list-style: none;
	border: none;
	height: 19px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 15%;
}

#navlist A {
	color: #CCCCCC;
	display: block;
	width: auto;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #000099;
	height: 24px;
	padding-top: 6px;
	background-image: url(images/bg-navlist.jpg);
}

#navlist A:hover {
	color: #FFFFFF;
	background-color: #330099;
	background-image: url(images/bg-navlist-hover.jpg);
}
#header #logo {
}
#content1 {
	width: 50%;
}
#content1 table {
	padding: 10px;
}
.tablecolumn1 {
	text-align: right;
	padding: 6px;
}
.tablecolumn2 {
	padding: 6px;
	text-align: left;
}
#content2 {

	width: 760px;
}
.galleryTable {
	text-align: center;
	font-size: 80%;
}
.backLink {
	font-size: 80%;
}
#content2 h1 {
	padding-top: 50px;
}
.smalltext {

	font-size: 80%;
}
#content1 .videolink {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
#content1 .videolink a {
	color: #FF0000;
}
