* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body { 
	background: #572600 url("../images/bg/home.jpg") center 0 no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 133px 0 0 21px;
	}

/* add more ids for different backgrounds. these must match up with the id on the body tag */
body#sangabriel {
	background-image: url("../images/bg/sangabriel.jpg");
	}

#wrapper {
	min-width: 1024px;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	}
	
#header {
	position: absolute;
	top: -133px;
	left: 0;
	width: 225px;
	}
#header h1 a {
	height: 208px;
	width: 225px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: #af001e url("../images/logo.png") 0 100% no-repeat;
	}
#nav ul {
	list-style: none;
	}
#nav li {
	background: #af001e url("../images/bg/nav.gif") 0 100% repeat-x;
	min-height: 132px;
	margin: 1px 0 0 0;
	padding: 15px 18px 4px 0;
	text-align: right;
	}
#nav li li {
	min-height: 0;
	padding: 0;
	margin: 13px 0;
	background: none;
	}
#nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-transform: uppercase;
	}
#nav li a:hover {
	color: #adafb2;
	}
#nav li li a {
	text-transform: none;
	font-size: 12px;
	}
#main {
	max-width: 1034px;
	margin: 0 0 0 225px;	
	}
#main-header,
#footer {
	background: url("../images/bg/main.png") 0 0 repeat-y;
	height: 30px;
	}
#content {
	background: url("../images/bg/content.png") 0 0 repeat;
	min-height: 450px;
	padding: 35px; 
	color: #132a44;
	position: relative;
	}
#footer {
	color: #9b7d53;
	text-align: right;
	line-height: 30px;
	padding: 0 9px 0 0;
	background-position: -1024px 0;
	}
#footer a {
	color: #ddd2ab;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	}
	
h1,
h2,
h3,
h4,
h5 {
	color: #795133;
	text-transform: uppercase;
	}
h2 {
	font-size: 18px;	
	}
h5 {
	font-size: 15px;
	}
	
p {
	margin: 10px 0;
	line-height: 20px;
	}

/* homepage phrase cloud

These are spaced to match up exactly with the comp, they may need to be adjusted for real content.

===========================*/
.cloud h2 {
	font-size: 34px;
	color: #795133;
	text-transform: none;
	}
.cloud h3 {
	color: #8f795f;
	font-size: 28px;
	text-transform: none;
	}
.cloud h4 {
	color: #b5a088;
	font-size: 24px;
	text-transform: none;
	}
.cloud h5 {
	color: #b5a088;
	font-size: 22px;
	text-transform: none;
	}
#cloud1 {
	text-align: center;
	margin: 25px 0 42px 101px;
	}
#cloud2 {
	margin: 0 0 43px 59px;
	}
#cloud3 {
	text-align: right;
	margin: 0 79px 70px 0;
	}
#cloud4 {
	margin: 0 0 64px 190px;
	}
#cloud5 {
	margin: 0 0 10px 59px;
	}
#cloud6 {
	text-align: right;
	margin: 0 79px 0 0;
	}

/* image gallery
===========================*/
.gallery {
	margin: 0 35px 0 0;
	width: 400px;
	float: left;
	}
.gallery .full {
	position:relative;
	height: 300px;
	}
.gallery .full img {
	position:absolute;
    top:0;
    left:0;
    z-index:8;
	}
.gallery .full img.active {
    z-index:10;
	}

.gallery .thumbs {
	margin: 20px 0 0 0;
	}
.gallery .thumbs a {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 25px;
	}
.gallery .thumbs a.last {
	margin-right: 0;
	}
	
.stats {
	position: absolute;
	bottom: -22px;
	right: 156px;
	text-align: right;
	}
.stats ul {
	list-style: none;
	}
.stats li {
	margin: 7px 0;
	}

.clear { clear: both; }
