html {
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color: #ffffff;
	background-color: #333333;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.thumbnail_column {
	padding: 0;
	margin: 0 4px;
	float: left;
}

.thumbnail {
	width: 25px;
	height: 25px;
	background-color: #808080;
	margin: 8px 0;
	padding: 0;
}

.thumbnail:hover {
	background-color: #ffffff;
}

#container {
	margin: 56px auto;
    width: 864px;
/*	background-color: #d9d83a;*/
}

#logo {
	background-image: url(../images/slice_02.png);
	width: 112px;
	height: 40px;
	float: left;
}

#header {
	position: relative;
	width: 462px;
	height: 26px;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
}

#header span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/slice_05.png);
	background-repeat: no-repeat;
}

.horizrule {
	clear: both;
	border-bottom: dashed 1px #999999;
	padding: 9px 0px;
	margin: 40px 0px;
}

#thumbnails {
/*	background-color: #ff0000;*/
	float: left;
	width: 140px;
	height: 304px;
	overflow: hidden;
}

#thumbnails img {
	display: block;
	border-width: 1px;
	border-color: #333333;
	margin-bottom: 7px;
	margin-right: 7px;
}

#thumbnails img:hover {
	border-color: #ffffff;
}

.thumbnail_column {
	float: left;
}

#content {
	position: relative;
/*	background-color: #ffffff;*/
	float: left;
	width: 454px;
	height: 324px;
	left: 50px;
	margin: 0px 0px 40px;
	font-size: 13px; 
}

#left {
	font-size: 9px;
	float: left;
	text-align: right;
}

#right {
	font-size: 9px;
	float: right;
	text-align: right;
}


#contact {
	position: relative;
	top: -10px;
	margin: 0px;
	background-image: url(../images/slice_17.png);
	width: 124px;
	height: 23px;
	float: right;
}
