html {
	overflow: auto;
	background-color:#FFF;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

a, a:hover, a:active{
	color: #F7674C;
	text-decoration: none;
}

a:active, a:focus { outline: 0; }

#wrapper {
	position:absolute;
	top: 50%;
	width:100%;
	height:560px;
	margin-top: -280px; /*neg 1/2 of your height*/
	border:none;
	background-color:#FFF;
}

#menuScroll {
	height: 480px;
	width: 175px;
	position:absolute;
	z-index:3;
	/*top: 10px;*/
	left: 10px;
	overflow:auto;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	padding-top:40px;
	background-image: url(smallLogo_red.gif);
	background-repeat:no-repeat;
	
}

#homeLink {
	position:absolute;
	z-index:4;
	top:2px;
	left:10px;
}

#relative {
	position:relative;
	height: 560px;
}

#info {
	position:absolute;
	z-index:3;
	left: 207px;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}

#showHide {
	display:block;
	background-color:#FFF;
	background-image: url(info_icon_white.gif);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#infoDiv {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color:#FFF;
}

.images {
	width:100%;
	height:560px;
	position:absolute;
	z-index: 2;
	overflow:auto;
}

#imageTable {
	background-image: url(end_of_roll_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
}

#PressImages a img {
	border:1px solid #ccc;
	padding:1px;
	margin-right:30px;
}

img .images {
	clear:none;
}

#news td {
	vertical-align:top;
	
}

.newsWidth { /*this is now only being used in the 'about' page, maybe rename or something*/
	width:450px;
}

.newsDate {
	width: 45px;
	margin-right:6px;
	text-align:right;
	font-weight:bold;
	color: #F7674C;
	padding-right:3px;
	border-right: solid 1px #F7674C;
}

.newsImage a img {
	border:1px solid #ccc;
	padding:1px;
	margin-right:10px;
}

.newsItem {
	width:200px;
	margin-right:24px;
}
.contactDate {
	width: 45px;
	margin-right:6px;
	text-align:right;
	font-weight:bold;
	color: #F7674C;
	padding-right:3px;
	border-right: solid 1px #F7674C;
}

.conatctImage a img {
	border:1px solid #ccc;
	padding:1px;
	margin-right:10px;
}

.contactItem {
	width:300px;
	margin-right:24px;
}
.ImageAnchor a img {
	border:1px solid #ccc;
	padding:1px;
}
.textAuthor {
	color:#999;
	font-style: italic;	
	font-size: 10px
}