/* colors
background:	#eeece7
main text	#000
page headline #cccbc6

*/

/* base arguments */
html, body, div, p, h1, h2, h3, h4, ul, ol, span, a, table, td, form, img, li {
   margin: 0px;
   padding: 0px;
   font-family: verdana, arial, helvetica, tahoma, sans, sans-serif;
   }
html, body {
	font-size: 100.01%;
	background: #eeece7;
	text-align: center;
}
body {
   margin-bottom: 10px;
   margin-top: 5px;
}
a:link {
	font-weight: bold;
	color: #888;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #888;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #888;
	text-decoration: underline;
}
a:focus {
	font-weight: bold;
	color: #888;
	text-decoration: none;
}
img {
	border: none;
}
h1 {
	color: #cccbc6;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}
h2 {
	color: #bbbab5;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
h3 {
	color: #bbbab5;
	font-size: 1em;
  font-weight: bold;
	margin-top: 1em;
  margin-bottom: 0.5em;
}
h4 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}
p {
	line-height: 1.2em;
  margin-bottom: 0.4em;
}
ul, ol {
	padding-top: 0.2em;
	padding-bottom: 0.7em;
}
#layer {
	position: relative;
	width: 720px;
	height: auto;
	margin: 0px auto;
}
/*BEGIN OF Top Navigation*/
#head {
  position: relative;
	background: url(../images/but_bg.gif) repeat-x #fff;
	background-position: bottom;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 80px;
	margin-bottom: 2px;
}
#topnav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
img.button {
	height: 50px;
	border: 0px;
}
span.button {
	float: left;
	margin-right: 10px;
}
#path {
	clear: both;
	margin-bottom: 5px;
	width: 700px;
	height: 1.4em;
	background-color: #fff;
	text-align: left;
	font-size: 0.7em;
	padding: 0.2em 10px 0em;
}
/*END OF Top Navigation*/
/*BEGIN OF Site Content*/
div.content {
	position: relative;
	color: #000;
	background: #fff;
	padding: 0.7em 10px 1em;
	margin-bottom: 5px;
	width: 700px;
	text-align: left;
}
#first {
	position: relative;
	width: 720px;
	height: 340px;
	background-position: left top;
	margin-bottom: 5px;
}
.welcome {
	position: absolute;
	right: 20px;
	top: 0.7em;
	width: 310px;
	text-align: left;
}
.center {
	text-align: center;
}
.welcome h1 {
	color: maroon;
}
.welcome p {
	font-size: 0.7em;
}
table.gallery, table.news {
	width: 680px;
	margin: 0px 10px 10px;
	font-size: 0.7em;
	text-align: left;
	border-bottom: 1px solid #aaa;
}
.news_thumb {
	width: 198px;
	height: 130px;
}
.news th {
	padding: 0.2em 10px;
	background: url(../images/but_bg.gif) repeat-x #fff;
	background-position: bottom;
	border-top: 1px solid #aaa;
	/*color: maroon;*/
}
.news_text {
	padding: 0.7em 10px;
	vertical-align: top;
	background: #eee;
	list-style: inside square;
	/*list-style-image: url();*/
}
.vspace10 {
	height: 10px;
}
.hspace5 {
	width: 5px;
}
td.thumb {
	width: 198px;
	height: 130px;
	padding-right: 10px;
	vertical-align: top;
}
.gallery_type, .gallery_subject , .gallery_head, .gallery_description, .gallery_duration {
	padding: 0.2em 5px;
	background-color: #eee;
	border-top: 2px solid #fff;
}
.gallery_type, .gallery_subject, .gallery_description, .gallery_duration {
	vertical-align: top;
	border-top: 2px solid #fff;
}
.gallery_type, .gallery_subject, .gallery_duration {
	width: 60px;
	border-right: 1px solid #fff;
}
.gallery_head {
	background: url(../images/but_bg.gif) repeat-x #fff;
	background-position: bottom;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.gallery_thumb {
	width: 220px;
	max-width: 220px;
	padding: 5px 11px;
	text-align: center;
	background-color: #eee;
}
.gallery_text {
	background-color: #eee;
	padding: 0.7em 1em;
	vertical-align: top;
}
table.vita {
	width: 680px;
	margin: 0px 10px 10px 10px;
	font-size: 0.7em;
}
.vita th {
	background: url(../images/but_bg.gif) repeat-x #fff;
	background-position: bottom;
	padding: 0.2em 10px 0.2em;
	border-top: 1px solid #aaa;
	text-align: left;
}
.vita_time {
	width: 198px;
	padding: 0.7em 10px;
	text-align: right;
	vertical-align: top;
	background: #ddd;
	border-bottom: 5px solid #fff;
}
.vita_description {
	padding: 0.7em 10px;
	text-align: left;
	vertical-align: top;
	background: #eee;
	border-bottom: 5px solid #fff;
	list-style: inside square;
	/*list-style-image: url();*/
}
div.gallery {
	position: relative;
	left: 10px;
	float: left;
	width: 220px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.image {
	background-color: #eee;
	text-align: center;
	padding: 10px 0px;
}
img.thumb {
	padding: 0px;
	border: none;
}
.image_text {
	background-color: #eee;
	font-size: 0.7em;
	vertical-align: top;
	text-align: center;
	margin-top: 2px;
	padding: 0.2em 0px;
}
/*END OF Site Content*/
#bottom {
	position: relative;
	background: #fff;
	width: 680px;
	height: 20px;
	margin-left: 10px;
	clear: both;
}