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

body,td,th {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #2f3031;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 200px;
	color: #96999b;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
}
h5 {
	font-size: 8px;
	color: #2f3031;
}

greeting {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #2f3031;
	margin-top: 0px;
	margin-bottom: 0px;
}

logo {
	height: 0px;
	width: 72px;
}
	

body {
	text-align:center;
}

nav {
	display:block;
	position: absolute;
	left: 200px;
	top: 87px;
	width: 300px;
}

nav ul {
	padding:0;
}

nav ul li {
	display:inline;
	list-style:none;
	padding-right:10px;
	font-family: helvetica, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	text-align: left;
}

#content{
	position:absolute;
	left: 312px;
	top: 154px;
	width: 570px;
	height: 442px;
	text-align:left;
}
#container{
	padding: 0px;
	height: 150px;
	width: 1024px;
	position:relative;
	text-align: left;
	margin-top: 0px;
	margin-right:auto;
	margin-left: auto;
}
#hr {
	background-color: #000;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 130px;
}
#thumbnails {
	margin-top: 18px;
	margin-bottom: 8px;
	padding: 0px;
}

#text_content {
	width: 360px;
	top: 234px;
	position: absolute;
}

#main_image {
	top: 234px;
	left: 432px;
	position: absolute;
}

img {
	border:none;
}

footer {
	position:absolute;
	left: 23px;
	top: 648px;
}
