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

body {
	background-image: url(bg.gif);
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	}
	
#footer {
	position: relative;
	}
	
#bar {
	width: 861px;
	height: 10px;
	background-color: #4a1a2c;
	margin-left: auto;
	margin-right: auto;
	}
	
#top {
	height: 172px;
	}
	
#ambiestine {
	display:inline;
	float: right;
	text-align: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 492px;
	height: 132px;
	}
	
#nav {
	display:inline;
	margin: 20px 20px 20px 20px;
	padding-left: 50px;
	padding-top: 7px;
	float: right;
	width: 215px;
	height: 125px;
	border-left-color: #4a1a2c;
	border-left-width: 4px;
	border-left-style: solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4a1a2c;
	text-align: left;
	line-height: 30px;
	letter-spacing: 8px;
	}
	
#thumbnails{
	text-align:left;
	float: left;
	position: relative;
	top: 38px;
	left: 40px;
	width: 500px;
	height: 392px;
	}
	
.thumbnail {
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	height: 90px;
	width: 90px;
	background-position: bottom;
	}
	
.thumbnail:hover {
	background-position: top;
	}

#exp {
	text-align: left;
	display: inline;
	position: relative;
	width: 200px;
	height: 400px;
	float: left;
	top: 38px;
	left: 80px;
	}
	
#container {
	width: 861px;
	height: 693px;
	background-color: #FFF;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	}
	
#main {
	
	position:relative;
	margin: 0px 20px;
	width: 822px;
	height: 472px;
	background-image: url(images/main2.jpg);
	overflow: visible;
	}

#flash {
	top: 19px;
	position: relative;
	}
	
#footer {
	height: 33px;
	margin: 15px 40px 0px 20px;
	text-align: right;
	}
	
.navclass {
	
	}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4a1a2c;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	}
	
p {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	}
	
a:link {
	color: #4B1A2D;
	text-decoration: none;
	}
	
a:visited {
	color: #4B1A2D;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: #999;
	}
	
a:active {
	text-decoration: none;
	}

