html {
	background-color: #3c3c3c;
}

body {
	text-align: center;
}

h2 {
	font-size: 14px;
	color: #666666;
}

div.main {
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 auto; 
	background: white;
	width: 852px;
	text-align: left;
}

div.header {
	margin: 0;
	width: 852px;
	height: 100px;
	vertical-align: middle;
	text-align: left;
}

div.pictureBar {
	width: 852px;
}

div.naviBar {
	width: 852px;
}

div.content {
	width: 852px;
	height: 400px;
}

div.footer {
	width: 852px;
	height: 97px;
	background-image: url(../img/footer-bg.gif);
	background-repeat: no-repeat;
}

table.footerTable {
	vertical-align: bottom;
	width: 852px;
	height: 97px;
	cell-spacing: 10px;
}

div.textBar {
	width: 852px;
	padding: 10px;
}

div.pictureSmall {
	border: 1px solid #b6b6b6;
	background-color: e7e7e7;
	padding: 30px;
	vertical-align: middle;
}

#pictureGallery {
	vertical-align: middle;
	text-align: center;
	margin-top: 34px;
	border: 1px solid #b6b6b6;
	background-color: #e7e7e7;
	padding: 30px;
	vertical-align: middle;
	width: 300px;
}

div.naviLeft {
	background: #e7e7e7;
	border: 1px solid #b6b6b6;
	padding: 10px;
	font-size: 11px;
	min-height: 200px;
}

div.footerLeft {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 45px; 
	margin-left: 10px; 
	font-size: 9px;
	color: 4f4f4f;
}

div.footerRight {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 45px; 
	margin-right: 10px; 
	font-size: 9px;
	color: 4f4f4f;
}

table.pictureTable {
	width: 852px;
}

td {
	border: none;
	padding: 0;
	text-align:left;
}

td.textInABox {
	font-size: 11px;
	padding: 20px;
	vertical-align: top;
}

td.naviTextOne {
	background-image: url(../img/naviBG1.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 213px;
	vertical-align: middle;
	border-bottom: solid 1px #d6d8d8;
	border-top: solid 1px #d6d8d8;
	border-right: solid 1px #cccccc;
}

td.naviTextTwo {
	background-image: url(../img/naviBG1.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 213px;
	vertical-align: middle;
	border-bottom: solid 1px #d6d8d8;
	border-top: solid 1px #d6d8d8;
	border-right: solid 1px #cccccc;
}

td.boxHeader {
	height: 30px;
	width: 50%;
	vertical-align: middle;
	color: #555555;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}

td.naviColumnContent {
	vertical-align: top;
	width: 20%;
	padding: 10px;
}

td.impressionGallery {
	vertical-align: top;
	width: 450px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

td.impressionGalleryPicture {
	vertical-align:top;
	width: 402px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}

td.pictureColumnContent {
	vertical-align:top;
	width: 30%;
	padding: 20px;
}

td.contentColumn {
	vertical-align: top;
	width: 50%;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
}

td.formText {
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
}

td.lemmaLeft {
	vertical-align: top;
	text-align: center;
	padding-right: 5px;
	padding-top: 8px;
	width: 11px;
}

td.lemmaRight {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.navi {
	text-decoration: none;
	color: #555555;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
}

a.navi:hover {
	color: #CC0000;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #CC0000;
}

a.highlight {
	color: #CC0000;
}

a.highlight :hover {
	color: #666666;
}

input {
	border: 1px solid #666666;
	font-size: 11px;
	width: 200px;
	margin: 3px;
}

input.checkbox {
	width: 15px;
	font-size: 11px;
	border: none;
}

textarea {
	border: 1px solid #666666;
	font-size: 11px;
	width: 200px;
	margin: 3px;
}

li.condition {
	font-size: 9px;
}

p.conditionP {
	font-size: 9px;
}

a.naviHeaderLeft {
	text-decoration: none;
	color: 333333;
}

a.naviHeaderLeft :hover{
	color: #CC0000;
}

td.galleryHighlight {
	background-color: #CCCCCC;
}

td.gallery {
 	cursor: pointer;
	padding: 10px;
}

