body {
/*paint it white */
	background-color: #ffffff;
	text-align: center;
/*work on text*/
	color: #003300;
}

#container {
/* main div surrounding everything */
/*temp border for development
	border: thin dotted #ff0000;*/
/*horizontal center, top flush, width limited to banner width, some bottom padding for the pillar pattern*/
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 50px;
	text-align: left; /*IE workaround*/
/*background pillars image*/
	background-image: url('../images/pillarBG.jpg');
	background-repeat: repeat-y;
}

#containerMain { /*no padding or background image, otherwise same as #container*/
/* main div surrounding everything */
/*temp border for development
	border: thin dotted #ff0000;*/
/*horizontal center, top flush, width limited to banner width, some bottom padding for the pillar pattern*/
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left; /*IE workaround*/
}

#vid {
/* provide some left padding*/
	padding-left: 157px;
}

h1 {
	font-family: font-family: 'Californian FB', 'Times New Roman', Georgia, serif;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
}

h2{
	font-family: font-family: 'Californian FB', 'Times New Roman', Georgia, serif;
	text-align: left;
	font-size: 24px;
	font-weight: 700; 
	margin-left: 30px;
	margin-right: 30px;
}

h2.center{
  	font-family: font-family: 'Californian FB', 'Times New Roman', Georgia, serif;
	text-align: left;
	font-size: 24px;
	font-weight: 700; 
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

h3{
	font-family: font-family: 'Californian FB', 'Times New Roman', Georgia, serif;
	text-align: left;
	font-size: 20px;
	font-weight: 500; 
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -20px;
}

p {
	font-family: font-family: 'Californian FB', 'Times New Roman', Georgia, serif;
	text-align: left;
	font-size: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

p.ital {
	font-style: italic;
}

p.uLine {
	text-decoration: underline;
	margin-bottom: -10px;
}

.bookTitle {
	font-family: font-family: 'Californian FB', 'Times New Roman', Georgia, serif;
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
	text-decoration: underline;
}

a {
	color: #30441c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #5C7832;
	text-decoration: underline;
}

ul {
	list-style-image: url('../images/bPoint.gif');
	list-style-type: circle
}

li {
	font-family: font-family: 'Californian FB', 'Times New Roman', Georgia, serif;
	text-align: left;
	font-size: 20px;
	margin-left:30px;
	margin-right:30px;
}
