html {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/* background-image: url(../images/bg_hor.gif); */
	height: 100%;
	font: normal 14px helvetica, verdana, arial, sans-serif;
	background-color: #1c1c1c;
	/* background: #0c0c0c; */
}

div#entry {
	margin-top: 10%;
	color: gray;
}
div#entry_text {
	padding-top: 20px;
	color: gray;
	text-align: justify;
	width: 600px;
}

div#menu {
	margin-left: 20%;
	margin-right: 20%;
}

div#content {
	margin-left: 20%;
	margin-right: 20%;
	padding: 0px 0px 30px 0px;
}

#logo {
	margin-left: 20%;
	display: block;
}

div#headbanner {
	color: white;
	padding-top: 20px;
	/*background-color: black;*/
	background-image: url('../images/bg_horlite.gif');
}

div#topbanner {
	/*position: absolute;*/
	/*top: 0px;*/
	/*background-image: url(../images/ledge.gif);*/
	/*background-color: #666666;*/
	/*background-color: orange;*/
	background-color: white;
	height: 1px;
}

div#bottombanner {
	/*position: absolute;*/
	/*bottom: 0px;*/
	/*background-image: url(../images/baseboard.gif);*/
	/*height: 50px;*/
}

div#info {
	margin-left: 20%;
	margin-right: 20%;
	position: static;
	padding: 10px 10px 10px 0;
}

div#txt_placeholder {
	overflow: auto;
	padding: 10px 10px 10px 10px;
	/*background: #fff992;*/
	/*background: #e6e4e4;*/
	min-height: 200px;
	/*max-height: 320px;*/
}

a {
	text-decoration: none;
}


#mainframe {
	color: white;
	/*min-height: 500%;*/
	/* background-color: #3d3d3d; */ /* darkish gray */
	/*background-color: #1c1c1c;*/
}

#mainframe a {
	color: white;
}

#mainframe a:hover {
	background-color: #fab02f;
	color: white;
}

#menu a {
	margin-right: 10px;
	/* background: transparent; */
	color: #9F9F9F;
	font: bold 15px helvetica, verdana, arial, sans-serif;
	/*display: block;*/
}

li {
	color: orange;
	margin-left: 20px;
}

li a {
	color: white;
}

#menu a:hover {
	background-color: #fab02f;
	/*color: #6E6E6E;*/
	color: white;
}

iframe {
	border: 0px;
}

div#member {
	margin-left: 20%;	
}

div#footer {
	font: normal 11px helvetica, verdana, arial, sans-serif;
}

img#pic {
	border: 1px solid black;
	display: block;
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#footer {
	margin-top: 10px;
	color: white;
}

