html, body { height: 100%;}
html, body {			
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #333333;
}

#header {
  text-align: left;
  background-color: #222222;
  width: 100%;
  padding: 15px 0;
  position: relative;
}

#header_table {
    width: 100%;
}

#text_left {
    text-align: left;
}

#text_right {
    text-align: right;
}

#footer {
	text-align: left;
	background-color: #333;
	color: #FFFFFF;
	width: 100%;
	padding: 10px 0;
	position: relative;
	bottom: 0;
	left: 0;
	font-family: style2;
	font-size: 13px;
}

#juicebox-content {
  width: 100%;
  height: 600px;
  font-family: 'VollkornRegular';
}

@font-face {
	font-family: 'VollkornRegular';
	src: url('fonts/vollkorn-webfont.eot');
	src: local('☺'), url('fonts/vollkorn-webfont.woff') format('woff'), url('fonts/vollkorn-webfont.ttf') format('truetype'), url('fonts/vollkorn-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

p.style0 {
	letter-spacing: 0;
	font-family: 'VollkornRegular', Arial, sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #FFF;
}

a.style0:link { font-size: 30px; color: #FFF; text-decoration: none }
a.style0:visited { font-size: 30px; color: #FFF; text-decoration: none }
a.style0:hover { font-size: 30px; color: #FFF; text-decoration: underline }
a.style0:active: { font-size: 30px; color: #FFF; text-decoration: none }

p.style1 {
	font-family: 'VollkornRegular', Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
}

a.style1:link { font-size: 18px; color: #FFF; text-decoration: none }
a.style1:visited { font-size: 18px; color: #FFF; text-decoration: none }
a.style1:hover { font-size: 18px; color: #FFF; text-decoration: underline }
a.style1:active: { font-size: 18px; color: #FFF; text-decoration: none }

p.style2 {
	font-family: 'VollkornRegular', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
}

a.style2:link { font-size: 16px; color: #FFF; text-decoration: none }
a.style2:visited { font-size: 16px; color: #FFF; text-decoration: none }
a.style2:hover { font-size: 16px; color: #FFF; text-decoration: underline }
a.style2:active: { font-size: 16px; color: #FFF; text-decoration: none }
