* {margin:0px;padding:0px;top:0px;left:0px;font-family: Garamond, Times New Roman, Times Roman, Times, Serif;}

body{
	text-align: center;
	background-color: #EFFFFF;
}
#page{
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 0px; /* This does not do anything */
	position: relative;
	max-width: 1010px;
	/*  This is also defined via JavaScript in msie.css */
	text-align: left;
	background-color: #CFFFFF;
}
#header{
	height: 145px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(/theme/johnsenfam/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000;
}
#column-wrapper{
	width: 100%;
	position: relative;
	top: 0px;
	clear:both;
	padding: 10px 0px;
	display: block;
	margin-bottom: 10px;
}
#column-main {
	float:left;
	width:73%;
	max-width: 817px;
	padding: 0px 10px 0px 15px;
	position: relative;
	left: 0px;
	top: 0px;
	display: table-cell;
	margin-bottom: 10px;
}
#column-right {
	float:right;
	width:20%;
	min-width:35px;
	padding: 0px 8px 0px 3px;
	position: relative;
	top: 0px;
	right: 0px;
	display: table-cell;
	margin-bottom: 10px;
	margin-right: 8px;
}
#footer{
	clear: both;
	background-color: #000;
	position: relative;
	height: 35px;
	text-align: center;
	color: #FFD;
	padding-top: 1ex;
}
#footer p{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 1ex;
	color: #FFD;
}
#footer a{
	color: #FF6;
}
#footer a:hover{
	color: #000;
}
