@charset "utf-8";
/*Reset (optional)*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	border: 0;
	font-size:100%;
	font-weight: normal;
}

img {border: 0;
max-width: 100%;
}
ol, ul {list-style: none}
h3 {font-size: x-small}

/*image outline Fix for Firefox*/
a {outline:0px;}
a img {border: none;}
/*End Reset - start styling*/


body {
	font-family:"Times New Roman", Times, serif;
	color:#333;
	background-color: #efefe7;
	max-width: 100%;
}

#wrapper {
	max-width: 96%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-right: 2%;
	margin-left: 2%;
	background-color: #efefe7;
	position: relative;
}

#header {
	text-align:center;
}

#right {
	float:right;
	text-align:center;
	padding-left: 2%;
}
#left {
	text-align: left;
}
#left img {
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
}

#text {
	text-align:left;
}
#text img {
	padding-left: 2em;
	padding-bottom: 2em;
	max-width: 50%;
}
#text2 {
	text-align:left;
}
#text3 {
	text-align:left;
}
#text3a {
	text-align:left;
}
#cover img {
	max-width: 96%;
}

#meter {
	text-align:center;
}

#meter img{
	text-align:center;
	padding-left: 2em;
	padding-right: 2em;
}

#video {
	text-align:center;
	max-width: 100%;
}

#video iframe {
	border-width:2em;
	border-style:solid;
	border-color:#000;
	max-width: 96%
}

#cover {
	text-align:center;
}

#back {
	text-align:center;
}
#footer {
	text-align:center;
}

#wrapper a:link {
	color: #000;
}
#wrapper a:visited {
	color: #000; 
}
#wrapper a:hover {
	color: #be9000;
}
#wrapper a:active {
	color: #be9000;
}
