body {
	margin: 0px;
	padding: 0px;
	background-color: #255a8b;
	}

#printhead {
	display: none;
	}

#masthead {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	top: 0px;
	left:0px;
	width: 100%;
	height: 82px;}

#header {
	background: #fff url("theme/head.gif") repeat;
	width: 100%;
	height: 75px;
}

#logo {
	background-image:url(theme/heyman.gif);
	height: 56px;
	width: 268px;
	margin-right: 20px;
	float: right;
}

img {
       border: 0;
}

#doc {
	height: 100%;
	}

#teaser {
	position:relative; 
	z-index:1; 
	right: 15px; 
	top: 160px;
	text-align: center;
	float: right;
	}

#musings {
	position:relative; 
	top: 95px;
	left: 25px; 
	width: 60%; 
	height: 350px; 
	z-index:1; 
	float: left;
	}

	#musings2 {
		position:relative; 
		width:100%; 
		height:100%; 
		z-index:1; 
		overflow: auto; 
		border-width: medium; 
		border-color: white; 
		border-style: double; 
		padding: 7px;
		text-align: left;
		background-color: white;
		}

#footer {
	clear: both;
	width: 100%;
	background: white;
	height: 2.5em;
	color: #2B4457;
	font-weight:bold;
	}

#footer a:visited { color: #2B4457; font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	}

#copyright {
	float:left;
	width:30%;
	}

#contactinfo {
	float:left;
	width: 40%;
	margin:auto;
	text-align:center;
	}

#webmaster {
	float:right;
	width:30%;
	text-align:right;
}

#main {
	position:relative; 
	top: 95px;
	margin: 0px auto;
	padding: 5; 
	text-align:left; 
	width:80%;
	height: 100%;
	z-index:1; 
	background-color: white; 
	color: Black;
	}

	#sidebar {
		float: left;
		width: 200px;
		height: 100%;
		margin: 0;
		margin-right: 5px;
		padding: 5px;
		border-width: none 1 none none; 
		border-color: #23588A; 
		border-style: none solid none none; 
		z-index:2; 
	}

	#content {
		padding: 10px;
		height: 100%;
		margin-left: 225px;
		border-width: none none none 1; 
		border-color: #23588A; 
		border-style: none none none solid; 
		z-index:2; 
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}

