/* CSS Document */

*{
	margin: 0;
	}

html, body {
	height: 100%;
	}	
	
body {
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: url('/Images/header-bg.png') repeat-x;
	background-color: #CCC;
	}

a{
	color:#666666;
	text-decoration:underline;
	}

a:hover{
	color:#850000;
	text-decoration:line-through;
	}

#container {
	width:800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10em;
		}

#header {
	position:relative;
	width:800px;
	height:225px;
	margin-top:15px;
	background-image:url('/Images/header.png');
	background-repeat:no-repeat;
		}

#nav {
	position:absolute;
	top:92%;
	left:375px;
	}

ul#nav {
	font:"Calisto MT";
	size:14px;

	}
	
#nav li {
	list-style:none;
	display:inline;
	padding: 0 10px 0 10px;
	}
	
#nav a {
	text-decoration:none;
	color:#ffffff;
	clear:both;
	}

#nav a:hover {
	text-decoration:line-through;
	}

#main {
	padding: 10px 0 0 10px;
	margin:5px 5px 5px 5px;
	}

.H1 {
	font-size: 20px;
	color: #990000;
	font-weight: bold;
	}

.H2 {
	font-size: 18px;
	color: #990000;
	font-weight:bold;
	}

.left-text {
	size:8px;
	color:#000;
	}

.text {
	size:10px;
	color:#000;
	}

#right-column {
	position:relative;
	float:right;
	width:550px;
	padding:10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	padding-left: 100px;
	width: 400px;
	height: 400px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 100px;
	height: 300px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(/Images/HomePage/arrow.png);
	position: relative;
	top: 300px;
	left: 555px;
}

#next:hover{
	background: url(/Images/HomePage/arrowmo.png);
}

.text{
	width:100%;
	margin-top:50px;
	margin-bottom:5px;
	clear:both;
	}
	

.images a{
	display: inline;
	padding: 10px 10px 10px 10px;
	float: left;
	clear:right;
	}


.footer, .push {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	margin-bottom: 0px;
	width: 800px;
	height: 10em;
	clear:both;
	}

#left-footer {
	position:relative;
	float:left;
	width:400px;
	height:150px;
	border-top: 2px solid black;
	}

.footer-nav a {
	text-decoration:none;
	display:inline;
	size:8px;
	color:#333333;
	padding: 10px 0 0 10px;
	}

.footer-nav a:hover {
	text-decoration:line-through;
	color:#8F0000;
	}

#right-footer {
	position:relative;
	float:right;
	width:400px;
	height:150px;
	border-top: 2px solid black;
	}

.footer-header {
	size:10px;
	color:#8f0000;
	padding: 10px 10px 10px 10px;
	}
	
