/* ----- CSS ----- */
html {
	width:100%; height:100%;
	padding:0; margin:0;
	text-align:center;
}

body {
	width:100%; 
	padding:0; margin:0;
	text-align: center;
	font:normal 11px "Lucida Grande", Arial, Tahoma, sans-serif; 
	background-color:#292728;
	color: #666;
}

#frame {
	width:846px; height:100%;
	margin:0 auto;
	text-align:center;
}

#header {
	border-bottom: 1px solid #333;
	height: 70px;
}

#content {
	text-align: left;
	color: #ddd;
}

#footer {
	text-align: right;
	color: #777;
	border-top: 1px solid #333;
	padding-bottom: 20px;
}

a {outline:none;}
img {border: none;}

/* ----- HEADER ----- */
#header h1 {
	display: block;
	width: 50%; height: 70px;
	float: left;
	text-align: left;
	padding:0; margin:0;
}

#header h1 a {
	display: block;
	line-height: 70px;
	width: 100%; height: 100%;
	background: transparent url('img/bp-logo.gif') no-repeat 0 0;
	text-indent: -9999px;
}

#header ul {
	float: right;
	width: 140px;
	padding:0; margin:0;
}

#header li {
	padding:0; margin:0;
	list-style: none;
	float:left;
	display: block;
	height: 70px;
}

#header li a {
	display: block;
	height: 70px;
	margin: 0 10px;
	text-indent: -9999px;
	padding: 0;
}

#header li a.nav1 {
	width: 47px;
	background: transparent url('img/nav-about.gif') no-repeat 0 0;
}

#header li a.nav2 {
	width: 53px;
	background: transparent url('img/nav-gallery.gif') no-repeat 0 0;
}

#header li a.selected,
#header li a:hover {
	background-position: 0 -70px;
}

/* ----- ABOUT ----- */

#about {
	height: 632px;
	background: transparent url('img/bg-about.jpg') no-repeat 0 0;
	position: relative;
}

#about .wrapper {
	width: 340px;
	top: 45px;
	left: 190px;
	position: absolute;
}

#about h2 {
	color: #fff;
	font: normal 24px Helvetica, "Lucida Grande", Arial, Tahoma, sans-serif;
	margin: 0; margin: 0;
}

#about h3 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
}

#about p {
	line-height: 15px;
}

.about-right {
	float: right;
	width:246px;
	margin-top: 45px;
}
.about-right p {margin-top:0;}
.about-right em {color:#999;}

#about a {
	color: #fff;
	padding: 2px 5px;
}

#about a:hover {
	color: #333;
	background-color: #ddd;
	text-decoration: none;
}

/* ----- GALLERY ----- */

#flashContent div {
	padding: 50px 0;
	text-align: center;
}