* {
	padding:0px;
	margin:0px;
}

body {
	margin: 0px;
	background-color:#FFFFFF;
}

a:link { color:#333e54;text-decoration:none; }
a:visited { color:#333e54;text-decoration:none; }
a:active { color:#333e54;text-decoration:none; }
a:hover { color:#213357;text-decoration:underline; }

.site {
	width:999px;
	height:666px;
	text-align:left;
	background-color:#FFFFFF;
}

.siteborder {
	width:1001px;
	height:768px;
	background-color:#8F8F8F;
}

.contentindex {
	height:666px;
	background-repeat:no-repeat;
}

.contentgallery {
	background-image:url(src/gallery_bg.gif);
	height:666px;
	background-repeat:no-repeat;
	text-align:center;
}

.contentgalleries {
	background-image:url(src/galleries_bg.gif);
	height:666px;
	background-repeat:no-repeat;
}

.contentabout {
	background-image:url(src/about_bg.gif);
	height:666px;
	background-repeat:no-repeat;
}

.contentimprint {
	background-image:url(src/contact_bg.gif);
	height:666px;
	background-repeat:no-repeat;
}

.image {
	height:666px;
	background-repeat:no-repeat;
}

.navigation {
	background-image:url(src/navi_bg.gif);
	height:100px;
	background-repeat:repeat-x;
}

.navitop {
	height:58px;
}

.navibottom {
	height:43px;
}

.nav {
	height:18px;
	text-align:right;
}

.navspacer {
	float:right;
	height:22px;
	width:29px;
	margin-top:6px;
	background-image:url(src/nav_spacer.gif);
	background-repeat:no-repeat;
}

body, td, div {
	font-family:Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#000;
}

.footnote {
	width:1000px;
	font-size:11px;
	color:#747373;
	text-align:right;
	margin-top:4px;
}

.imageinfo {
	font-size:10px;
	padding-top:2px;
	text-align:center;
	color:#616161;
}

.col4 {
	width:222px;
	overflow:hidden;
	margin-left:20px;
	float:left;
}

.col2 {
	width:469px;
	overflow:hidden;
	margin-left:20px;
	float:left;
}

.dist25 {
	height:25px;
	overflow:hidden;
	font-size:0px;
}

.dist4 {
	height:4px;
	overflow:hidden;
	font-size:0px;
}

.dist1 {
	height:1px;
	overflow:hidden;
	font-size:0px;
}

.bold {
	font-weight:bold;
}

h1 {
	color:#686e78;
	font-size:18px;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:2px solid #FFFFFF;
	margin-bottom: 10px;
}

li {
	list-style-type:none;
	background:url(src/check.gif) no-repeat;
	background-position: 0px 5px;
	padding-left:14px;
	margin-bottom:5px;
}

li.active {
	list-style-type:none;
	background:url(src/check_active.gif) no-repeat;
	background-position: 0px 5px;
	padding-left:14px;
	margin-bottom:5px;
}

.formfield {
	width: 369px;
	height: 18px;
	font-size: 12px;
	border: 1px solid #666666;
}

.formfielderr {
	width: 369px;
	height: 18px;
	font-size: 12px;
	background-color: #E55C5C;
	color: #FFFFFF;
	border: 1px solid #666666;
}

.formbox {
	width: 369px;
	font-size: 12px;
	border: 1px solid #666666;
}

.formboxerr {
	width: 369px;
	font-size: 12px;
	background-color: #E55C5C;
	color: #FFFFFF;
	border: 1px solid #666666;
}