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

body {
	margin:0;
	
	background:white;
	
	font-family:Arial, sans-serif;
	font-size:62.5%;
	text-align:center;
}

a img {
	border:0;
}

#header, #content, #footer {
	position:relative;
	width:900px;
	margin:0 auto;
}

/* - HEADER - */

#clouds {
	width:100%;
	height:360px;
	position:absolute;
	top:0;
	left:0;
	
	background:url(../images/clouds.jpg) no-repeat center top;
}

#header {
	height:360px;
	margin:0 auto;
	
	background:url(../images/header-bg.jpg) no-repeat left top;
}

#header img {
	display:block;
	position:absolute;
	top:235px;
	left:147px;
}

/* - CONTENT - */

#content {
	padding-top:20px;
	padding-bottom:20px;
	
	background:url(../images/strips-1.png) no-repeat center bottom white;
}

h2 {
	width:700px;
	margin:0 auto;
	margin-bottom:15px;
	padding:15px 0 8px 0;
	
	color:#0e0553;
	font-size:2em;
	font-weight:normal;
	font-family:Georgia, serif;
}

p#description {
	width:675px;
	margin:0 auto;
	
	color:#313131;
	text-align:justify;
	font-size:1.4em;
}

#previews {
	width:675px;
	margin:0 auto 5px auto;
	height:1%;
	
	overflow:hidden;
}

#previews .flash-object {
	border:1px solid #07628c;
}

#previews span {	
	display:block;
	padding:4px;
	color:#515151;
	
	font-size:1.6em;
	font-family:Verdana, sans-serif;
	text-align:center;
}

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

#previews span img {	
	display:inline;
}

#prev-1 , #prev-2 {
	display:block;
	
	text-align:center;
}

#prev-1 {
	float:left;	
}

#prev-2 {
	float:right;
}

#full-vid {
	margin:30px auto 20px auto;
}

/* - FOOTER - */

#sugg-list {
	position:relative;
	width:815px;
	margin:20px auto 30px auto;
	height:1%;

	overflow:hidden;
	background:url(../images/sugg-bg.png) no-repeat center top;
	
}

#sugg-list a {
	display:block;
	float:left;
	margin:4px;
	padding:1px;
	width:150px;
	height:112px;
	
	background:white;
	border:1px solid #0f8dbe;
}

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

#more {
	margin-top:20px;
	
	color:#1976bd;
	font-size:2em;
	text-transform:uppercase;
	font-weight:bold;
}

#footer {
	width:100%;
	padding-top:20px;
	padding-bottom:50px;
	
	background:url(../images/strips-2.png) no-repeat center top #e5f7ff;
}
