@charset "UTF-8";
/* CSS Document */
html{
	height:100%;	
}
body {
	height:100%;
	width: 100%;	
}

#container{
	width: 850px;
	height:auto;
	position: relative;
	margin: auto;
}

#container #main {
	background-image: url(textures-elements/wood3.jpg);
	min-height: 800px;
	width: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	margin: auto;
	top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
.MenuBarHorizontal #container #main .picture {
	height: 300px;
	width: 450px;
	padding-right: 5px;
	padding-top: 10px;
	float: left;
	font-size: 38px;
	color: #FFF;
}
.MenuBarHorizontal #container #main .box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 38px;
	width: 825px;
	height: 50px;
	padding-top: 50px;
	color: #FFF;
	padding-right: 25px;
}
.MenuBarHorizontal #container #main .subtitle {
	font-family: Verdana, Geneva, sans-serif;
	color: #FBCB61;
	font-style: italic;
	font-size: 18px;
	width: 820px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	height: 30px;
}
.MenuBarHorizontal #container #main .maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 745px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-position: right top;
	background-repeat: no-repeat;
	height: 315px;
	font-size: 14.5px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(textures-elements/paper3.png);
}
.MenuBarHorizontal #container #footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #74ACE1;
	font-size: 14px;
	width: 850px;
	padding-bottom: 40px;
}
.MenuBarHorizontal #container {
	height: 900px;
	width: 850px;
}
.MenuBarHorizontal #container #main textarea {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	height: 400px;
	width: 300px;
	padding-left: 0px;
	position: absolute;
}
.MenuBarHorizontal #container #main #picturetable {
	height: 365px;
	width: 300px;
	overflow: scroll;
	padding-top: 10px;
	padding-left: 15px;
}
