body {
	background-image: url(../images/bg-website.jpg);
	background-repeat:no-repeat;
	margin:0px;
	background-color:#9c4707;
	background-attachment: fixed;	
}

img { border:0px;}

#top {
	background-image: url(../images/header-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	height:111px;
	width:100%;
	position:fixed;
	z-index:3;
	top:0px;
}

#header { 
	width:960px;
	height:110px;
	margin:auto;
	position:relative;
	
}

#logo { 
	float:left;
	margin-top:7px;
	
}

#menu { 

	float:right;
	text-align:right;
	margin-top:70px;
	font-family: 'Fauna One', serif;
	font-weight: 700; 
}

#menu a { text-decoration:none; color:#FFFFFF; margin-left:15px; font-size:14px; }
#menu a:hover { text-decoration:none; color:#cf0000; }

#menu a.sel { color:#cf0000;}

h1, h2 {font-family: 'Arvo', serif; color:#000000; font-weight:normal; margin:10px 0 5px 0;}
h3 { font-family: 'Arvo', serif; color:#FFFFFF; font-weight:normal;}
p {margin-right:60px; font-size:14px; font-family: 'Fauna One', serif; letter-spacing:1px; }

p a { color:#FFFFFF; text-decoration:none;}
p a:hover { color:#ccc;}

#bottom {
	position:fixed;
	z-index:3;
	bottom:10px;
	width:100%;
}

#footer { 
	text-align:left; 
	color:#FFFFFF; 
	font-size:11px; 
	font-family: 'Fauna One', serif;
	font-weight:400;
	width:960px; 
	margin:auto;

}

#copy { float:left;}
#social { float:right; text-align:right;}

.page {
	width:960px; 
	margin:auto;
	height:1500px;
	margin-bottom:10px;
	position:relative;
	z-index:2;
	color:#FFFFFF;
}

.up, .down { 
	display:block; 
	width:38px; 
	height:40px; 
	background:url(../images/arrows.png) 0 0; 
	background-repeat:no-repeat; 
	text-decoration:none;
}

.down { background-position:0 -40px; }

.social { 
	display:block;
	float:left; 
	width:39px; 
	height:40px; 
	background:url(../images/social.png) 0 0; 
	background-repeat:no-repeat; 
	text-decoration:none;
	margin-left:10px;
}

.twitter { background-position:0 0; }
.twitter:hover { background-position:0 -40px; }
.vimeo { background-position:-48px 0; }
.vimeo:hover { background-position:-48px -40px;}
.facebook { background-position:-96px 0; }
.facebook:hover { background-position:-96px -40px; }

/* form */
.inputField { margin-bottom:6px;}
input, textarea{ padding:6px; color:#666; font-size:14px; border:0px; font-family: 'Fauna One', serif; }
.submitButton { background-color:#000000; color:#FFFFFF; font-weight:bold; font-family: 'Fauna One', serif;}