@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3D261E;
	background-color: #F1F3DE;
	background-image: url(joel_photo_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	vertical-align: top;
	
	}
	
#header {
	height: 280px;
	width: 750px;
	text-align: center;
	background-color: #F1F3DE;
	background-image: url(http://www.joeljupp.com/joel_photo_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;

   	}
	
#page_header {
	background-color: #F1F3DE;
	background-image: url(http://www.joeljupp.com/regular_page_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 192px;
}

#navigation {
 position:absolute;
 top:0;
 right:0;
 width:150px;
}

#jump_to_top {
	position: fixed;
	bottom: -50px;
	right: 20px;
	width: 50px;
	height: 120px;
	z-index: 1;
}
	
h1 { 
margin: 0; 
} 

.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D261E;
}
.header {
	background-image: url(joel_photo_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
	background-color: #F1F3DE;
	width: 750px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C251D;
	vertical-align: top;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F2820;
}
.page_text {font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif;}
