html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #333300;
	scrollbar-arrow-color: #333300;
	scrollbar-darkshadow-color: #333300;
	scrollbar-base-color: #F9FFD4;
	scrollbar-face-color: #BDB76B;
	scrollbar-highlight-color: #BDB76B;
	scrollbar-track-color: #F9FFD4;
	scrollbar-shadow-color: #BDB76B;
}
body {
	background-color: #F9FFD4;
}
div#header {
	border-bottom-color: #333300;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	margin-bottom: 10px;
	height: 80px;
	padding-top: 10px;
	padding-left: 10px;
}
div#header h1 {
	color: #333300;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight: bolder;
	font-style: italic;
	font-family: "Arial Black";
}
div#wrapper {
	width: 100%;
	padding: 5px;
}
div#navigation {
	float: left;
	width: 200px;
	height: 100%;
	margin-right: 5px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}
div#navigation a.menu {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: #333300;
	padding: 1px;
	position: Relative;
	text-decoration: None;
	display: Block;
	border-color: #BDB76B;
	border-width: 1px;
	border-style: solid;
}
div#navigation a:hover.menu {
	background: #BDB76B;
	color: #FFFFFF;
	padding: 1px;
	position: Relative;
	text-decoration: None;
	display: Block;
	border-color: #333300;
	border-width: 1px;
	border-style: solid;
}
div#navigation a:active.menu {
	background: #333300;
	color: #FFFFFF;
	padding: 1px;
	position: Relative;
	text-decoration: None;
	display: Block;
}
div#content {
   	border: 1px;
	border-color: #333300;
	border-style: dotted;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	float: left;
	overflow: auto;
}
div#image {
    width: 100%;
	height: 100%;
	overflow: auto;
}
div#footer {
	width: 100%;
	border-top-color: #333300;
	border-top-style: dashed;
	border-top-width: 2px;
	margin-top: 10px;
}
div#footer p {
	padding-top: 10px;
	padding-right: 10px;
	font-size: 8px;
	font-style: normal;
	text-align: right;
}
A:link, A:visited {
	font-family: arial; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	text-decoration: underline; 
	color: #000000;
}
A:visited {
	font-family: arial; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	text-decoration: underline; 
	color: #333300;
}
p {
	text-align: justify;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
h1 {
	font-family: arial; 
	font-size: 32px; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
}
h2 {
	font-family: arial; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	text-align: center; 
	text-decoration: none; 
	color: #000000;
}
h3 {
	font-family: arial; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
}
h4 {
	font-family: arial; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
}
h5 {
	font-family: arial; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
}
h6 {
	font-family: arial; 
	font-size: 8px; 
	font-style: italic; 
	font-weight: light;
	text-decoration: none; 
	color: #F2EEB7;
}
hr {
	width:85%;
	color: #333300;
	size: 2px;
}
marquee {
	position: absolute;
	font-family: arial;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	right: 20px;
	top: 65px;
}
