html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(graphics/bluebackground.jpg);
	background-repeat: repeat-x;
	background-color: #007196;
}

a {
	text-decoration: none;
}
a:link {
	color: #FFFF00;
}
a:visited{
	color: #CCCCCC;
}
a:hover{
	color: #FFFF00;
}
a img {
	border-color:#FFF;
}

.everything {
	background: #007195;
	width:1024px;
	margin: 0px auto;
}

.logo {
	display:inline-block;
	margin-top: 4px;
}
.logo h1 {
	font-style:italic;
	font-size:12px;
	color: #FFF;
	margin-top: 0px;
	margin-left: 20px;
}
.intro {
	margin: 0px;
	padding: 0px;
	width:500px;
	display:inline-block;
	float:right;
}
.intro p {
	padding: 4px;
}
.imagebox, .textbox {
	background-image: url(graphics/imagebox_gradient.png);
	background-repeat:repeat-x;
	background-position: top left;
	background-color:#383838;
	padding:40px 4px 8px 4px;
}
.imagebox .caption {
	width:600px;
	padding-bottom: 10px;
}
.imagebox .caption .title {
	width:480px;
	display:inline;
}
.imagebox .caption .copyright {
	display:inline;
	float:right;
}
.textbox {
	padding: 24px;
}
.gallerylist {
	background-image:url(graphics/galleries.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color: #5a5a5a;
	margin-top: -16px;
}
.gallerylist li {
	list-style:none;
	display:inline-block;
	padding: 24px 2px 10px 2px;
}
.menu {
	margin: 0px;
	padding-left: 16px;
	padding-top: 24px;
	background-image:url(graphics/about.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 40px;
}
.menu ul {
	display:inline;
	margin-left: 40px;
}
.menu li {
	list-style:none;
	display:inline;
	margin-left: 10px;	
}
.footer {
	float:right;
	display:inline-block;
	margin-top: -8px;
}

.navigation {
	text-align:left;
	margin-left: 8px;
}
.navigation ul {
	margin-left: -40px;
}
.navigation li {
	list-style: none;
	display: inline;
}

.gallery table {
	margin-bottom: 12px;
}
.gallery td img.vert {
	border-bottom:20px solid #787878;
	border-top:20px solid #787878;
	border-left:3px solid #787878;
	border-right:3px solid #787878;
}
.gallery td img.hori {
	border-right:20px solid #787878;
	border-left:20px solid #787878;
	border-top:3px solid #787878;
	border-bottom:3px solid #787878;
}

.column_left {
	width:480px;
	display:inline-block;
}
.column_right {
	width:460px;
	float:right;
	display:inline-block;
}

.preview {
	width:680px;
	display:inline-block;
}

.information {
	margin-left: 8px;
}

.information h2 {
	margin-bottom: 2px;
}
.information .copyright {
	color: #AAAAAA;
	font-size: 12px;
	font-style: italic;
}
.information .caption {
	width:auto;
}

.print_list {
	float:right;
	margin:24px;
	width: 280px;
}
.print_list table {
	padding-bottom: 20px;
}
.print_list td{
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	white-space:nowrap;
}
