body {
	margin: 0;
	padding: 0;
	text-align: center;/* This will center the wrapper and is part of a workaround for Internet Explorer browsers */
	background-color: rgb(184, 209, 255);
	font-size: 100%;
	}
	
h1, h2, h3, h4 {
	font-family: Palatino, "Times New Roman", serif;
}

/* main div section */

#wrapper {
	width: 995px;
	text-align: left;/* This aligns the text to the left inside the wrapper by default */
	margin: 0 auto 0 auto;/*IE fix*/
	position: relative; top: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: rgb(184, 209, 255);
}

#header {
	position: relative; top: 0; left: 125px;
	width: 870px;
	height: 175px;
	background-color: rgb(229, 238, 255);
	background-image: url("../images/judgeheader.jpg");
	padding-top: 1px;
	padding-bottom: 1px;
}

#header2 {
	position: relative; top: 0; left: 125px;
	width: 870px;
	height: 175px;
	background-color: rgb(229, 238, 255);
	background-image: url("../images/JFCLitSup.jpg");
	padding-top: 1px;
	padding-bottom: 1px;
}

/* #nav section */

#nav {
	float: left;
	width: 125px;
	height: 500px;
	position: relative; top: 0;
	background-color: rgb(184, 209, 255);
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	font-family: "Lucida Grande", Verdana, sans-serif;
	list-style-type: none;
	display: block;
	margin-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav a {
	text-decoration: none;
	color: black;
}

#nav a:hover {
	color: red;
}

/* end #nav section */

/* #content section */

#content {
	margin-left: 125px;
	background-color: rgb(229, 238, 255);
	padding-top: 1px;
	padding-bottom: 10px;
	min-height: 600px;
}

#content h1, #content h2, #content h3, #content h4 {
	margin-left: 25px;
}

#content h1 {
	margin-top: -3px;
}

#content li {
	margin-left: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	width: 65%;
}

#content p {
	margin-left: 25px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	width: 75%;
}

#content form #read {
	margin-left: 25px;
}

/* end #content section */

/* #aboutjim section */

#aboutjim li {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 90%;
}

#aboutjim p img {
	margin-top: -400px;
	margin-left: 500px;
	position: relative; top: -35px;
}

/* end #aboutjim section */

/* #mainpagecaption for article blurb under JFC photo */

.mainpagecaption {
	margin-left: 25px;
	width: 480px;
	/*height: 75px;*/
	background-color: rgb(184, 209, 255);
}

.mainpagecaption p {
	/*width: 290px;*/
	font-size: 85%;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* end #mainpagecaption */

#footer {
	margin-left: 125px;
	background-color: rgb(184, 209, 255);
}


#footer p {
	margin-left: 25px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}