body{
	font-family: Verdana;
	font-size: 12px;
}

div.main {
	position: relative; 
	width: 1056px;
}

.navigation div.navi-link {
	width: 121px; 
	height: 123px; 
	position: relative;
}

.navigation  .active{
	background-color: #ffe3f4; 
	border: 1px solid #ffbce2; 
}

div.main div.navigation a:hover div.navi-link  {
	border: 1px solid #ffbce2; 
	background-color: #ffe3f4; 
	cursor: pointer;
}
.navigation div.navi-link p {
	margin: 0px 0px 15px 2px;
}

.navigation div.navi-link a {
	padding: 55px 5px 25px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #4573B3;
	text-decoration: none;
	font-style: italic;
}

.navigation .inactive {
	background-color: #feedf8;
}

.navigation img {
	border: none;
	z-index: -99;
}

.navigation .navi-link p {
	position: absolute; 
	bottom: 0px; 
	left: 10px;
}

.footer {
	position: absolute;
	top: 590px;
	left: 0px;
	width: 1056px;
}

.footer-gallery {
	position: absolute;
	top: 770px;
	left: 0px;
	width: 1056px;
}

.footer  .footer-stripe, .footer-gallery  .footer-stripe {
	position: absolute;
	top: 0px;
	left: 0px;

}

.footer .copyright, .footer-gallery .copyright{
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 11px;
}

.copyright a, .poweredby a {
	color: #2f4e99;
	font-family: Verdana;
}

.footer .poweredby, .footer-gallery .poweredby {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 11px;
}

.description {
	position: absolute;
	top: 180px;
	left: 15px;
	font-family: Verdana;
	font-weight: bold;
}

.description div.header {
	position: absolute;
	top: 15px;
	font-weight: bold;
	width: 150px;
	left: 0px;
	margin: 0px;
	font-size: 12px;
}

.description div.text {
	position: absolute;
	top: 45px;
	font-weight: normal;
	text-align: left;
	width: 230px;
	left: 7px;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
}


div.gallery {
	position: absolute;
	top: 225px;
	left: 300px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
}

table.thumbs td {
	height: 130px;
	width: 95px;
}

table.thumbs {
	display: block;
}

table.thumbs tr td img, div.gallery img{
	/* cursor: pointer; */
	border: none;
}

table.thumbs tr td a:hover img, div.gallery a:hover img {
	border: 2px solid #a0a0a0;
	text-decoration: none;
}

/*
table.thumbs tr td img.thumb:hover {
	border: 2px solid #a0a0a0;
	cursor: pointer;
}
*/

/*
.thumb:hover {
	border: 2px solid #a0a0a0;
	cursor: pointer;
}
*/

table.illustrations tr td{
	width: 155px;
}

table.contact-form  {
	margin-top: 15px;
	margin-left: -5px;
	font-size: 12px;
}

table.contact-form  .input-field{
	border: 1px solid #ffbce2;
	height: 30px;
	width: 250px;
	padding: 6px 5px;
	font-size: 14px;
}

table.contact-form  textarea {
	border: 1px solid #ffbce2;
	width: 250px;
	height: 100px;
	overflow: hidden;
}

table.contact-form  .button {
	border: 1px solid #ffbce2;
	padding: 5px;
	width: 122px;
	background-color: #fff;
	color: #4573B3;
	cursor: pointer;
}

table.contact-form  .button:hover {
	border: 1px solid #aaa;
}

.error {
	font-size: 11px;
	color: red;
	margin-left: 5px;
}