body {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	min-height: 100%;
	background-color: teal;
}

#header {
	width: 100%;
	height: 50px;
}

#title {
	width: 200px;
	font-size: 32px;
	font-variant: small-caps;
	font-family: 'Times New Roman', Times, serif;
	letter-spacing: 5px;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
	color: white;
}

.image {
	width: 300px;
	height: 300px;
	float: left;
}

#logo {
	text-align: right;
}

#logo img {
	margin: 5px;
}

#menu {
	vertical-align: top;
	font-family: 'Times New Roman', Times, serif;
}

dl {
	margin-top: 20px;
	border-bottom: solid 1px black;
}

dt {
	font-variant: small-caps;
	text-align: center;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #ccc;
	font-size: 16px;
	font-family: 'Times New Roman', Times, serif;
}

dd {
	margin: 0px;
	text-align: center;
	text-decoration: none;
	background-color: #eee;
	font-size: 16px;
	font-family: 'Times New Roman', Times, serif;
}

dd:hover {
	margin: 0px;
	text-align: center;
	text-decoration: none;
	background-color: #ddd;
	font-size: 16px;
	font-family: 'Times New Roman', Times, serif;
}

#gallery dd a {
	font-weight: normal;
	text-decoration: underline;
}

#body {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px 10px;
	padding: 10px;
	background-color: white;
	vertical-align: top;
	border-top: groove 1px;
	border-left: groove 1px;
}

th {
	text-align: right;
}

div.news {
	width: 99%;
	padding: 5;
	margin-bottom: 10px;
	border: solid 1px teal;
	background-color: #eee;
	text-align: justify;
}

div.sig {
	width: 100%;
	text-align: right;
}

img {
	border: 0px;
}

div#next {
	width: 26;
	height: 18;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
	float: left;
}

div#prev {
	width: 27;
	height: 18;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
	float: left;
}

div#details {
	width: 90%;
	height: 18;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
	text-align: center;
	background: url('/img/gradient.png');
	float: left;
}
