@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin: 0px;
	padding: 0px;
}
body {
	background:#6d6d6d;
}
#footer {
	background-image:url(img/footbg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Verdana,Tahoma,Arial;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	height:267px;
	width: 100%;
	padding:0px;
	position: absolute;
	bottom: 0px;
	z-index:10;
}
#footer_car {
	background-image:url(img/car.jpg);
	height:267px;
	position:absolute;
	bottom:0px;
	right:0px;
	width:309px;
	display:block;
	z-index:11;
}
#btm {
	height: 267px;
	clear: both;
}

#contact {
	margin-top:200px;
	height:50px;
}

#outer_container {
	margin:0px;
	min-height:100%;
	padding:0px;
	position:relative;
	width:100%;
}
* html #outer_container
{
	height: 100%;
}

#inner_top {
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	height:74px;
	padding-top:40px;
	margin-bottom:-40px;
	text-align:right;
	width:815px;
}

#inner_top_main {
	background-image:url(img/logomain.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	height:74px;
	margin-top:100px;
	padding-top:80px;
	margin-bottom:-80px;
	text-align:center;
	width:815px;
}

#inner_top_main a, a.visited {
	color:#FFFFFF;
	text-decoration:none;
}

#inner_main {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	padding-top:40px;
	text-align:center;
	width:815px;
}
#albums .dpdn {
	color: #FFFFFF;
	background-color: #6d6d6d;
	border: 1px solid #FFFFFF;
}

#inner_container {
	margin:0px auto;
	padding:50px 0px 0px;
	position:relative;
	width:819px;
}



.gallery_thumbs {
	padding:0px 10px 0px 0px;
	text-align:left;
	vertical-align:top;
	width:150px;
	border-collapse:collapse;
	border-spacing:0px;
}

.gallery_thumb {
	border:1px solid #FFFFFF;
	cursor:pointer;
}
.gallery_thumb_active {
	border:1px solid #80D2EA;
	cursor:pointer;
}
.gallery_thumb_over {
	border:1px solid #00A5D5;
	cursor:pointer;
}
.gallery_image {
	border:1px solid #FFFFFF;
	text-align:center;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

#contact a, a.visited {
	color:#FFFFFF;
	text-decoration:none;
}
