body, html {
	padding: 0;
	margin: 5px;
	border: 0;
}


body {
	background-image:  url(http://www.johnritz.org/assets/bg.jpg);
}


a:link {
	text-decoration: underline;
	color: #000;
}


a:visited {
	text-decoration: underline;
	color: #000;
}


a:hover {
	text-decoration: none;
	color: #fff;
}


a:active {
	text-decoration: none;
	color: #fff;
}


a:visited:hover {
	text-decoration: none;
	color: #fff;
}


#box {
	background-image:  url(http://www.johnritz.org/assets/bg.jpg);
	background-repeat: repeat;
	width: 762px;
	border: 3px solid #4B5767;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}


#navbox {
	background: #D7E2E6;
	width: 762px;
	height: 175px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}



#textbox {
	background: #D7E2E6;
	width: 712px;
	border: 3px solid #4B5767;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 7px;
	overflow: visible;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-align: left;
	min-height: 300px;
}

* html #textbox {
        height: 300px;
}


#bottom {
	background: #000000;
	width: 768px;
	height: 75px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #4B5767;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


#box, .clear {
	overflow:hidden;
}

#navbox, .clear {
	overflow:hidden;
}



div.clear {
        height: 0;
        clear: both;
}