html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin-top: 0;
	padding: 0;
	font-size: 13.5px;
	font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
	line-height: 1.5em;
	color: #fff;
	background-color: #2F2F2F;
/*	text-align: center; */
	min-width: 800px;
}

img {
	border: none;
}	

/* Content Wrapper */
#content {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}


/* Message Section */
#messageSection {
	width: 800px;
	padding: 28px 14px 14px;
}

#messageSection a {
	text-decoration: none;
	color: #fff;
	border-color: #fff;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
}

#messageSection a:hover {
/*	color: white; */
	text-decoration: none;
	background-color: #596567;
	border-color: #596567;
}


/* Photo Section */
#photoSection {
	position: absolute;
	width: 100px;
	height: auto;
	border: 0px gray;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	color:  #EEDDD;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#photoSection a {
	text-decoration: none;
}

#photoSection a:hover {
	text-decoration: none;
}

table.photoTable {
	padding-left: 14px;
	padding-right: 14px;
}

td.sectionTitle {
	text-align: left;
	padding: 30px 0px 10px;
}

td.videoComment {
	font-weight:  normal;
	font-size: 13.5px;
}

td.photo {
	min-width: 100px;
	min-height: 83px;
}

/* Navigator Section */
#navigatorSection {
	background:#da993c url(/images/header-background.png) top repeat-x;
	position: relative;
	height: 96px;
	border: 0px gray;
	padding: 2px 2px 2px 2px; 
	color:  #EEDDD;
	font-size: 16px;
	font-weight: bold;
	font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
}

img.logo {
	vertical-align: bottom;
	text-align: right;
	padding: 10px;
}