body {
	height:auto !important;
	min-height:100%;
	background:#e0e0e0;
	font-family:"Times New Roman", Times, serif;
	color:#000;
    font-weight:bold;
}
a, img, input {
	outline:none;
}
.title {
	font-size:20px;
	font-weight:bold;
	color:#666666;
}
.bodyfont, .bodyfont a {
	text-decoration: none;
    color:#000;
    margin-top:2px;
    font-size:14px;
}
.image_info {
    display:block;
    font-size:10px;
    color:#999;
    border:0px;
    }
.wrapper {
    margin:0px auto;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:700px;
    border: 0px solid #000;
    text-align:left;
}
.show_title a {
    font-size:12px;
    text-decoration:none;
    color:#999;
}
.image_info a {
    text-decoration:none;
    color:#828282;
}
img {
	border-width:0px;
}
.image {
    margin-bottom:0px;
}
.image img {
    padding:0px;
    display:block;
    margin-top: 0px;
}
.navigation, .navigation a {
	text-decoration: none;
    color:#285F6F;
    margin-top:0px;
    font-size:14px;
	font-weight:bold;
}
.headernavigation, .headernavigation a {
	text-decoration: none;
    color:#000;
    margin-top:0px;
    font-size:21px;
	font-weight:bold;
}
.sendMailBtn {
	border:none;
	background-color:#89BECE;
	font-weight:bold;
	width:150px;
}
.gallery, .gallery a {
	text-decoration: none;
    color:#000;
    margin-top:2px;
    font-weight:bold;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
	vertical-align:middle;
    border:0px solid #aaa;
    margin-top:3px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #000 !important;
}
.small, .small a {
    margin-top: 0px;
    text-decoration:none;
    color:#777;
}
#mydiv {
	position:fixed;
	bottom:30px;
}

* html #mydiv{ /*IE6 only rule, applied on top of the default above*/
	position:absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+210+"px" : body.scrollTop+210+"px");
}

.popup {
	display:none;
	text-decoration: none;
    color:#000;
    margin-top:0px;
	font-weight:bold;
	position:absolute;
	margin-top:27px;
	margin-left:-1px;
	white-space:nowrap;
	text-transform:uppercase;
	text-align:left;
	background-color:#89BECE;
	z-index:1000;
}
.popup a {
	border-bottom:1px solid #e0e0e0;
	padding:2px 10px 2px 5px;
	display:block;
    font-size:18px;
}
.popup a:link {
	background:none;
}
.popup a:visited {
	background:none;
}
.popup a:hover {
	background-color:#c6d8de;
}
.popup a:active {
	background:none;
}
