@charset "utf-8";

body { 
height: 100%; 
width: 100%; 
margin: 0; 

scrollbar-arrow-color: #0066C8;
scrollbar-3dlight-color: #4F4F82;
scrollbar-darkshadow-color: #4F4F82;
scrollbar-face-color: #f4f4f0;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #d0d0d0;
scrollbar-track-color: #ffffff;
} 

#header {
	top: 0px;
	width: 100%;
	background-color: #C33;
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
	position: fixed;
	z-index: 99;
	/*height: 130px;*/
	color: #D0FDEF;
	font-weight: bold;
	font-size: 72px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#nav {
	top: 130px;
	position: fixed;
	width: 100%;
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	z-index: 99;
	word-spacing: 20px;
	letter-spacing: .25em;
}
/*#lcol {
	left: 0px;
	float: left;
	width: 100px;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000;
	height: 100%;
	background-image: url(lcolbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}*/
#rcol {
	float: right;
	right: 0px;
	width: 15%;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 5px;
	height: 100%;
	border: 1px solid #000;
	border-left-width: 0px;
	border-left-style: none;
	background-image: url(images/rcolbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align:middle;
}
#mcol {
	width: 83%;
	height:100%;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index:0;
}
#cont {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
    height: 100%;
	top: 150px;
	min-width: 600px;
	min-height: 450px;
}
#footer {
	color: #FFF;
	background-color: #666699;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #FFF;
	bottom: 0px;
	position: fixed;
}
#posthead {
	font-size: large;
	font-weight: bold;
	color: #336;
	text-align: left;
	margin: 2px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #336;
	/*position: relative;*/
}
#post {
	color: #336;
	font-weight: bold;
	text-align: center;
	padding: 50px;
	z-index: 0;
}

*{margin:0px; padding:0px}