@charset "utf-8";
/* CSS Document */
a:visited {
	color: #FFF;
}
a:active {
	color: #FFF;
}body {
	background-image: url(Images/index/bg_tile.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: arial;
	font-size: small;
}
.header {
	height: 110px;
	width: 894px;
	text-align: center;
	padding-top: 20px;
}
.top {
	width: 898px;
	background-image: url(Images/index/top.png);
	background-repeat: no-repeat;
	height: 30px;
	float: left;
}
#logo {
	float: left;
	width: 200px;
}
#wrapper .header #nav img {
	margin-right: 5px;
	margin-left: 5px;
}

#nav {
	width: 680px;
	float: right;
}

.content {
	width: 892px;
	background-color: #B7B395;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 000;
	border-left-color: 000;
	margin: 0px;
	padding: 0px;
	float: left;
}
.right_content {
	float: right;
	width: 200px;
	margin-right: 20px;
}
.left_content {
	float: left;
	width: 600px;
	margin-left: 20px;
}
.bottom {
	width: 898px;
	background-repeat: no-repeat;
	height: 40px;
	float: left;
	background-image: url(Images/index/bottom.png);
	text-align: right;
	color: #000;
	font-size: 10px;
}
.footer_links {
	margin-right: 20px;
	font-size: 12px;
}
#wrapper {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}
.car {
	position: relative;
	float: left;
	top: -110px;
	left: -40px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
.copyright {
	font-size: x-small;
	text-align: right;
}
h1 {
	font-size: medium;
	color: #FFF;
	text-align: left;
	background-color: #F00;
	padding-left: 10px;
}

h2 {
	font-size: small;
	color: #F00;
}
  .gallerycontainer{
	position: static;
	left: 115px;
	bottom: 30px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	top: 197px;
	height: 300px;
	width: 106px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	color: black;
	text-decoration: none;
	visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 150px;
	left: 38%; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
