html, body {
	margin: 0px; 0px; 0px; 0xp;
	height: 100%;
	background-position:top;
	background-color: #1b1b1b;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: arial;
	}
		h1 {
		font-size: 26px;
		color: #f5c925;
		font-family: 'Arial', sans-serif;
		letter-spacing: 0px;
		font-weight: normal;
		}
		h2 {
		font-family: 'Arial', sans-serif;
		font-size: 18px;
		color: #f5c925;
		font-weight: normal;
		}
		h3 {
		font-family: 'Arial', sans-serif;
		font-size: 14px;
		color: #fff;
		font-weight: normal;
		}
		p {
		font-family: 'Varela', sans-serif;
		font-size: 12px;
		color: #fff;
		text-align: justify;
		}
		
#container {
	margin: auto;
	min-height: 100%;
	width: 900px;
	background-image: url(images/site_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: -100px;
	position: relative;
	}

#header {
	margin: 0 auto;
	height: 150px;
	width: 900px;
}
#logo {
	display: block;
	width: 111px;
	height: 111px;
	float: left;
	position: relative; top: 10px;
	background: url(images/logo.png) no-repeat 0 0;
	}
#socialbuttons {
	float: right;
	position: relative; top: 8px;
	}
	
#navbar{
	float: right;
	width: 780px;
	height: 35px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	position: relative; top: 35px; left: 30px;
	}
	
	#navbar a{
	display: inline;
	}
	
	#navbar a {
	float: left;
	color: #f5c925;
	font-family: 'Arial', sans-serif;
	position: relative; top: 15px;
	margin-left: 13px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	}
	
	#navbar a:hover, #navbar a:active {
		color: #fff;
	}
	
#movie{
	margin: 0 auto;
	width: 898px;
	height: 350px;
	background-image: url(images/movie_bg.png);
	}
	
#movie1{
	margin: 0 auto;
	width: 898px;
	height: 235px;
	background-image: url(images/movie1.png);
	margin-bottom: 15px;
	}
	
#movie_events{
	margin: 0 auto;
	width: 900px;
	height: 350px;
	background-image: url(images/movie_bg.png);
	margin-bottom: 25px;
	}
	
#movie_contact{
	margin: 0 auto;
	width: 900px;
	height: 395px;
	}
	
.pics { height: 300px; width: 900px; padding:0; margin:0; overflow: hidden }
.pics img { height: 300px; width: 900px; top:0; left:0 }
	
#lifespan {
	float: right;
	}
	
	#content a {
	margin: auto;
	float: left;
	color: #f5c925;
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: underline;
	}
	
	#content a:hover, #content a:active {
		color: #fff;
	}
	
	.slideshow {
		height: 300px;
		width: 900px;
		}

#content {
	margin: auto;
	float: right;
	width: 500px;
	min-height: 562px;
	position: relative;
	background: #000;
	padding: 25px;
	margin-bottom: 50px;
	border-style:solid;
	border-width:1px;
	border-color: #565555;
	}

#sidebar {
	float: left;
	width: 344px;
	position: relative;
	background: #000;
	border-style:solid;
	border-width:1px;
	border-color: #565555;
	margin-bottom: 50px;
	}
	
.clearfooter {
   height: 100px;
   clear: both;
}
	
#footer {
	margin: auto;
	height: 100px;
	width: 900px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
}

	#footer a {
	margin: auto;
	float: left;
	color: #f5c925;
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	}
	
	#footer a:hover, #footer a:active {
		color: #fff;
	}

#likebutton {
	height: 65px;
	float: left;
	position: relative; left: 25px; top: 20px;
	}
	
#tweetbutton {
	height: 65px;
	float: left;
	position: relative; left: 30px; top: 20px;
	}

#addresses {
	width: 700px;
	height: 50px;
	position: relative; top: 05px; right: 25px;
	float: right;
	}
	
#james_bay {
	float: left;
	position: relative; left: 25px;
	}	
	
#discovery_address {
	float: left;
	position: relative; left: 45px;
	}
#oakbay_address {
	float: left;
	position: relative; left: 65px;
	}
	
#roastery_address {
	float: left;
	position: relative; left: 85px;
	}
