/*   Stylesheet by Ben Delaney  */
/*   http://bdelaney.com        */

/*BASIC RESET*/
* {margin:0; padding:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
a:active, a:focus {outline: 0;}
h1,h2,h3,h4,h5,h6,span {font-size:100%;font-weight:normal;}

body {
	font-size: 16px;
	font-family: "Hevetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background:#FBF8EE;
	}
#ShadowWrapper {
	display:block;
	width: 1032px;
	height: 732px;
	background-image: url(../images/main-bg-shadow.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 auto;
	padding-top:16px;
	}
#Wrapper {
	display:block;
	width: 1000px;
	height: 700px;
	background-image: url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 auto;
	}
#ContentWrapper {
	margin-left:100px;
	width:768px;
	}
#ContentTop {
	width:590px;
	height:170px;
	position: relative;
	left:166px;
	background:transparent url(../images/content-top-bg.jpg) repeat-x left top;
	}
	h1 {
		position: relative;
		z-index: 2000;
		display:block;
		width: 388px;
		height: 152px;
		background-image: url(../images/logo.png);
		background-repeat:no-repeat;
		background-position:left top;
		text-indent:-9999px;
		float:right;
		}
	#MainNav {
		font-size: 13px;
		font-family: Georgia, Times, "Times New Roman", Palatino, serif;
		text-transform: uppercase;
		width:100px;
		text-align: right;
		float:right;
		padding-top:38px;
		margin-right:152px;
		}
		#MainNav a,
		#MainNav a:visited {
			letter-spacing: 3px;
			text-decoration: none;
			color:#835221;
			line-height:18px;
			}
		#MainNav a:hover {
			text-decoration: underline;
			}
#ContentMain {
	width:680px;
	height:350px;
	margin-left:76px;
	position:relative;
	z-index: 5000;
	/* margin-bottom:5px; */
	}
	
/* Begin - Gallery Page */
#GalleryTitle {
	font-size: 14px;
	font-family: Georgia, Times, "Times New Roman", Palatino, serif;
	color: #835221;
	text-transform: uppercase;
	margin-top:-16px;
	}
#GalleryNav {
	float:right;
	width:244px;
	margin-right:0px;
	position:relative;
	top:-20px;
	}
	.sIFR-hasFlash #GalleryNav li {
		visibility:hidden;
		display:block;
		height:40px;
		font-size: 32px;
		line-height:0px;
		color:#471D00;
		margin-bottom:-6px;
		*margin-bottom:-18px;
		}
/* End - Gallery Page */

/* Begin - Interior Pages */
#ContentMain div[id$="Photo"] {
	float:left;
	width:320px;
	height:350px;
	}
#ContentMain div[id$="Copy"] {
	width:324px;
	height:314px;
	padding:18px;
	background:#9a8479;
	float:left;
	overflow: auto;
	}
	#ContentMain div[id$="Copy"] p {
		font-size: 12px;
		line-height:16px;
		margin-bottom:14px;
		color:#fff;
		}
	#ContentMain #LinksCopy p {
		line-height:14px;
		}
	#ContentMain a, #ContentMain a:visited {
		color:white;
		}
	#ContentMain a:hover {
		color:black;
		}
/* End - Interior Pages */

#Footer {
	position:relative;
	width:590px;
	height:146px;
	margin-left:166px;
	background:transparent url(../images/content-bottom-bg.jpg) repeat-x left top;
	}
	#Footer p {
		color:#fff;
		font-weight: bold;
		font-size: 14px;
		text-align: right;
		padding:90px 250px 0px 0px;
		}
	#Footer p span {
		font-weight: normal;
		font-size: 12px;
		}
	#CarissaLogo {
		position:absolute;
		bottom:14px;
		right:55px;
		}
