body {
	margin: 0;
	font-family: arial;
	font-size: 15px;
	background: #94A0B8 url('siteart/gradD.jpg') repeat-y center;
}

#header {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 200px;
	border-bottom: 1px solid #1D1D32;
	background: #5973A6 url('siteart/gradA.jpg') repeat-x bottom;
}

#page {
	position: relative;
	width: 700px;
	margin: 0px auto 0px auto;
	background-color: #dde3f0;
	padding: 20px;
	text-align: center;
}


.block {
	background-color: #c4d7ff;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: 2px solid #1D1D32;
}

.date {
	color: #3b4966;
	font-weight: bold;
	font-size: 20px;
	
}
h1 {
	color: #3b4966;
	text-align: center;
	text-decoration: underline;
	font-variant: small-caps;
}

p {
	text-align: left;
}


/* Tabs */

#nav {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

#nav ul {
	position: absolute;
	bottom: 0;
	margin: 0;
	margin-bottom: -1px;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	float: left;
	margin: 0px 3px;
	text-decoration: none;
	padding: 3px 12px;
	color: #ffffff;
	background-image: url('siteart/tabA.jpg');
	background-repeat: repeat-x;
	border: 1px solid #1d2432;
}

#nav ul li a:hover {
	color: #5a73a6;
}

#nav ul li a.current {
	color: #8b9fc7;
	background-color: #dde3f0;
	background-image: none;
	border-bottom: 1px solid #dde3f0;
}

/* Gallery */

.image {
	float: right;
	margin: 0 10px 15px 8px;
}

.thumb {
	color: #3B2323;
	float: left;
	width: 50px;
	height: 100px;
	margin: 0 16px 16px 0;
	text-align: center;
}

.thumb img{
	width: 50px;
	height: 50px;
	border-style: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}


.thumb img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#end {
	clear: both;
}
