@import url('reset.css');
body{
	margin:0px;
	background:#f7f7f7 url(../images/bg.gif) repeat-y top left;
	color:#000;
	font-family:'Georgia', 'Trebuchet MS', serif;
	font-size:12px;
	overflow-y:scroll;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
.container {
	width:100%;
	margin:0 auto;
}
.header{
	padding-top:40px;
}
.more ul{
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	padding:20px 0px 10px 20px;
	height:30px;
}
.more ul li{
	float:left;
	margin:0px 1px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff8ec;
	color:#a88033;
	padding:3px 6px;
}
.more ul li a:hover{
	color:#59441b;
}
.content {
	width:1000px;
	margin:0 auto;
}
h1,h2{
	margin:10px 0 0px 20px;
	font-size:40px;
	line-height:54px;
	text-shadow:0px 0px 1px #fff;
	color:#444;
	font-family: 'Rockwell', arial, serif;
	text-shadow:1px 1px 1px #fff;
}
h2{
    color: #CA003B;
    font-size: 35px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0;
    text-shadow: 1px 1px 1px #FFF8EC;
}
h1 span{
	color:#988a76;
	text-align:right;
	font-size:28px;
	padding:0 10px;
}
.content{
	width:100%;
	position:relative;
}
/* Footer Style */
#footer{
	position:fixed;
	height:31px;
    width:100%;
    background:#fff;
    bottom:0;
}

#footer img { float:right }
#footer p {     color: #3C3C3C;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 9px;}

.nav {
 background: #fff url("../images/back.png") repeat scroll left top;
    bottom: 31px;
    font-size: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 79px;
    position: fixed;
    z-index: 99999;
 }
 
 
 .nav2 {
	background-color: #fff;
	bottom: 80px;
	color: #000;
	font: 25px/55px Arial,Helvetica,sans-serif;
	left: 0;
	padding-left: 25px;
	padding-right: 18px;
	position: fixed;
	z-index: 99999;
 }
 
 
.nav li { display: inline-block; *display: inline; zoom: 1; margin-right: 10px; list-style: none; font: 38px/55px Arial, Helvetica, sans-serif; }
.nav li a{ font-weight: bold; color: #d2d2d2; }
.nav li a:hover, .nav li a.active{ color: #6e6e6e; }
.section{
    margin:0px;
    height:6000px;
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
}

#section1 { background:#f7f7f7 url(../images/bg-01.jpg) no-repeat center top;  }
#section2 { background:#f7f7f7 url(../images/bg-02.jpg) no-repeat center top;  }
#section3 { background:#f7f7f7 url(../images/bg-03.jpg) no-repeat center top;  }
#section4 { background:#f7f7f7 url(../images/bg-04.jpg) no-repeat center top;  }
#section5 { background:#f7f7f7 url(../images/bg-05.jpg) no-repeat center top;  }
#section6 { background:#f7f7f7 url(../images/bg-06.jpg) no-repeat center top;  }
#section7 { background:#f7f7f7 url(../images/bg-07.jpg) no-repeat center top;  }
#section8 { background:#f7f7f7 url(../images/bg-08.jpg) no-repeat center top;  }
#section9 { background:#f7f7f7 url(../images/bg-09.jpg) no-repeat center top;  }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#yeah_content {
    margin: 200px auto 0;
    width: 980px;
}

#yeah_content ul li {
    line-height: 20px;
    list-style: square inside none;
 }
