body {
    font-family: Verdana;
	background-image:url("src/main_bg.png");
	background-repeat:repeat-x;
	background-color:#bbaca5;
	height: 100vh;
    overflow-y: hidden;
}

#header{
    width:100%;
    text-align:center;
}



#container {
    margin-top: 32px;
    padding: 6px;
    width: 788px;
    margin: auto;
    background-color: #F0E2D9;
    color: #231F1B;
}
#navbar {
    background-color: #F2E1D7;
    padding: 4px;
	text-align: left;
}
#navbar p {
    margin: 0;
}
#navbar a {
    margin: 0;
	color: #231F1B;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:hover {
	color: #AD9687;
	text-decoration: underline;
	font-weight: bold;
}
#innercon a {
    margin: 0;
	color: #AD9687;
	text-decoration: none;
	font-weight: none;
}
#innercon a:hover {
	color: #AD9687;
	text-decoration: underline;
	font-weight: none;
}

#innercon {
	background: linear-gradient(to bottom, #AD9687 0%, #D8BCA9 30%) !important;
    border-radius: 3x;
    margin-top: 6px;
    padding: 4px;
}
h2 {
    margin: 4px;
	margin-bottom: 0 !important;
}
#bodytext {
    font-size: 9pt;
    padding-left: 8px;
    padding-right: 8px;
}
#bodytext p {
	margin-top:0 !important;
	color: #443630
}
#bodytext h1 {
	margin-top:0 !important;
	color: #443630
}
iframe {
	border: 5px #BFC92A; 
	border-radius: 8px; 
	display: block; 
	margin: 0 auto;
}
#seal {
	position: absolute;
	right: 0px;
	bottom: 0px;
}