body {
	font-family:  arial, verdana, sans-serif;
	margin:  0px;
	padding:  0px;
	background-color:  gray;
}

#page {
	width:  75%;
	position:  absolute;
	top:  10px;
	left:  10px;
	background-color:  #ffffff;
}

#masthead {
	border-bottom:  1px solid gray;
	padding-left:  10px
}

#sideNav {
	float:  left;
	width:  20%;
	/*border-right:  1px solid gray;*/
}

#content {
	margin:  0 0 0 20%;
	border-left:  1px solid gray;
}

.item {
	padding:  10px;
}

#sideNav a:link, #sideNav a:visited {
	display:  block;
	padding:  5px;
	text-decoration:  none;
	color:  white;
	font-weight:  bold;
	font-size:  10pt;
	background-color:  red;
}

#sideNav a:hover {
	background-color:  #ff6666;
	text-decoration:  none;
	color:  white;
	font-weight:  bold;
	font-size:  10pt;
}

#footer {
	clear:  both;
	background-color:  gray;
	color:  white;
}
