@charset "UTF-8";
/* FHG 04 */

body {
	margin-top:0;
	
	background:url(../images/body-bg.png) center top;
	
	font-family:Arial, sans-serif;
	font-size:62.5%;
	text-align:center;
}

a img {
	border:0;
}

#main {
	width:876px;
	margin:0 auto;
}

#header, #content {
	position:relative;
}

/* - HEADER - */

#header {
	height:382px;
	
	background:url(../images/header-bg.png) center top;
	
	text-align:center;
}

#photos {
	position:absolute;
	left:92px;
	top:0;
}


/* - CONTENT - */

#content {
	width:711px;
	margin:0 auto;	
	padding:20px 0;
}


h2 {
	margin-top:15px;
	padding-bottom:15px;
	
	background:url(../images/separator.png) repeat-x left bottom;
	
	color:white;
	font-size:2em;
	font-weight:bold;
}

p#description {	
	color:white;
	text-align:left;
	font-size:1.4em;
}

#previews {
	margin:15px auto;
	height:1%;
	
	overflow:hidden;
}

#prev-1, #prev-2 {
	padding:11px;
	
	background:#fbfcfd;
}

#prev-1 {
	float:left;
}

#prev-2 {
	float:right;
}

#prev-1 *, #prev-2 * {
	display:block;
}

#previews .flash-object {
	border:1px solid #3f5c73;
}

#previews span {
	padding-top:10px;
	
	font-size:1.6em;
	color:#215776;
}

#full-vid {
	display:block;
	margin:25px auto;
}

#sugg-title {
	display:block;
	margin:25px auto;
	padding-top:25px;
	
	background:url(../images/separator.png) repeat-x left top;
}

#sugg-list {
	position:relative;
	width:704px;
	margin:0 auto;
	height:1%;

	overflow:hidden;
}

#sugg-list a {
	display:block;
	float:left;
	margin:3px 9px;
	width:158px;
	height:155px;
	
	background:url(../images/sugg-shad.png) no-repeat left top;
	
	text-decoration:none;
	font-size:1.1em;
	color:white;
}

#sugg-list a img {
	margin-bottom:5px;
	display:block;
	
	border:1px solid white;
}

#more {
	display:block;
	margin:20px auto 0 auto;
	width:660px;
}
