html {height:100%;}

body { 
background-color: #ffffff; 
font-family: Georgia, Palatino, Times New Roman, serif; 
font-size: 12px; 
color: #2F1706;
letter-spacing: 1pt;
overflow: hidden;
margin-left:0; 
margin-right:0; 
margin-top:0; 
margin-bottom:0;
width:100%;
height:100%;
}

a { font-family: Georgia, Palatino, Times New Roman, serif; color: #2F1706; letter-spacing: 1pt; text-decoration: none}

a:hover { font-family:  Georgia, Palatino, Times New Roman, serif; color: #2F1706; letter-spacing: 1pt; text-decoration: underline}

a.rev { font-family: Georgia, Palatino, Times New Roman, serif; color: #2F1706; letter-spacing: 1pt; text-decoration: underline}

a.rev:hover { font-family:  Georgia, Palatino, Times New Roman, serif; color: #2F1706; letter-spacing: 1pt; text-decoration: none}

a.watch { font-family: Georgia, Palatino, Times New Roman, serif; color: #2F1706; letter-spacing: 0pt; font-size: 16px; text-decoration: none; font-weight: bold; font-style: italic}

a.watch:hover { font-family: Georgia, Palatino, Times New Roman, serif; color: #2F1706; letter-spacing: 0pt; font-size: 16px; text-decoration: underline; font-weight: bold; font-style: italic}

h1 { font-family:Georgia, Palatino, Times New Roman, serif; font-size: 35px; color: #2F1706; margin-bottom: 5px }
h2 { font-family: Georgia, Palatino, Times New Roman, serif; font-size: 16px; color: #2F1706 }

hr{ color: #2F1706; width:50%; height:2px; } 

p {
text-align: center;
margin-top: 0px;
}


table {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
font-family: Georgia, Palatino, Times New Roman, serif; 
font-size: 15px;
color: #2F1706;
letter-spacing: 1pt;
}

.title {
font-family: Georgia, Palatino, Times New Roman, serif;
font-size: 20px;
font-weight: bold;
} 

.note {
font-family: Georgia, Palatino, Times New Roman, serif;
font-size: 10px;
} 

div#preload { display: none; }


	#container {
		margin-left:auto; 
		margin-right:auto;
		height: 100%;
		width: 100%;
		z-index: 0;
		text-align: center;
	}


	#logo {
		position: absolute;
		top: 0px;
		z-index: 2;
		width: 100%;
		height: 80px;
		text-align: center;
	}
	
	#logoline {
			position: relative;
			top: 0px;
			height: 60px;
			z-index: 2;
			border-bottom: 1px #2F1706 solid;
	
	}


	#links {
		position: absolute;
		height: 20px;
		width: 100%;
		z-index: 2;
		text-align: center;
	
	}

	#picture {
		position: absolute;
		top: 30%;
		left: 7%;
		width: 396;
		height: 264;
		text-align: left;
		z-index: 3;
	}

	
	#textcontainer {
			position: absolute;
			top: 30%;
			right: 7%;
			height: 264px;
			width: 396px;
			text-align: left;
			z-index: 3;
	}

	#text {
		
		text-align: right;
	
	}

	

	#notes {
		position: absolute;
		bottom: 0%;
		width: 100%;
		height: 50px;
		z-index: 3;
		align: center;
	
	}

