body {
	margin: 0 auto;
	background-color: #fff;
}

body.image_strip {
	margin: 0;
}

.image_strip table td {
	vertical-align: bottom;
}

img {
	border: 0;
}

.top {
/*	height: 30%;*/
	height: 192px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 1000;
	color: #c9c8c3;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
/*	border: 1px dashed #ff55fd;*/
}

.top a {
	text-decoration: none;
	color: #a7a7a3;
}

.top a:hover {
	text-decoration: underline;
	color: #a83320;
}

.top a.selected {
	color: red;
}

.header {
	width: 675px;
	float: left;
	text-align: left;
	padding: 10px 4px 4px 4px;
	background-color: #fff;
	margin: 0 0 0 3px;
	border-right: 4px solid #fff;
}

.logo {
	float: right;
	border-bottom: 2px solid #e9e6e0;
	width: 100%;
	text-align: right;
	padding: 4px;
	background-color: #fff;
}

.header_item {
	padding: 4px;
	margin: 0px;
	float: right;
	clear: both;
	width: 100%;
	font-size: 16px;
	text-align: left;
	border-bottom: 2px solid #e9e6e0;
	background-color: #fff;
}

.navigation {
	float: left;
	clear: both;
	margin-top: 16px;
	margin-left: 40px;
	z-index: 2;
}

/* @group suckerfish styles */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li {
	float: left;
	/*width: 10em;*/
	margin-right: .5em;
}

#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	padding-top: 10px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.child {
	float: left;
	clear: left;
	width: 200px;
	background-color: #fff;
	padding: 4px;
}

/* @end */


.bottom {
	float: left;
	height: 0px;
	width: 100%;
	z-index: 1;
/*	border: 2px dashed #ff8d00;*/
}

#image_frame {
	position: absolute;
	bottom: 0;
	z-index: 0;
	width: 100%; 
	height: 475px; /* change this value to 550px for 515px images */
}

#about {
	display:none; 
	position:absolute; 
	left:686px; 
	top:64px; 
	padding: 4px;
	width: 340px;
	font-size: 16px;
	line-height: 25px;
}

.text_content {
	color: #888;
	position: absolute;
	width: 675px;
	top: 175px;
	left: 3px;
	font: 16px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	clear: left;
}

.text_content img {
	float: left;
	padding: 20px;
}

.text_content a {
	text-decoration: underline;
	color: #a83320;
}

.text_content a:hover {
	text-decoration: underline;
	color: #000;
}

.col_left {
	float: left;
	width: 330px;
	margin-right: 15px;
}

.col_right {
	float: left;
	width: 330px;
	
}
