@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #FEF3B8;
	background-color: #FEF3B8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	*font-size: 80%;
	background-image: url(../images/bk2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColLiqCtr #header {
	padding: 5px;
	height:auto;
	width: 100%;
	margin-top:50px;
}

.oneColLiqCtr #container {
	width: 760px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}
.oneColLiqCtr #mainContent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	*padding-left: 20px;
	width:100%;
	text-align: left;
}
.oneColLiqCtr  h1 {
	margin-top:0px;
	text-align: center;
	padding: 5px;
	margin-bottom:-50px;
}
.oneColLiqCtr #mainContent h2 {
	font-size: 150%;
	letter-spacing: 1px;
	text-align: center;
}
.oneColLiqCtr #menu {
	height: 25px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 10px;
	right: 10px;
}

.oneColLiqCtr #mainContent p {
	font-size: 10pt;
	letter-spacing: 1px;
	
	line-height: 145%;
	padding-left:25px;
	padding-right:65px;
}
.boxes {
	display: inline-block;
	height: 15px;
	width: 100px;
	margin-right: 10px;
	background-color: #990000;
	
}
#blocks {
	width: 660px;
	margin-top:5px;
	*margin-top:23px;
}
#blocks td{
	height: 25px;
	width: 20%;
}
.viewGal {
	padding: 5px;
	height:auto;
	width: 840px;
	margin-top:50px;
	text-align:center;
	}
	.viewGallft {
	padding: 5px;
	height:auto;
	width: 840px;
	margin-top:50px;
	text-align:left;
	}

	#diary table {
	width: 80%;
	border: 0px;
}
#diary table td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.diaryhd {
	font-size: 1.2em;
	font-weight: bold;
	color: #FEF3B8;
	text-align: left;
}
.diarytxt {
	font-size: 10pt;
	color: #FEF3B8;
	text-align: left;
}
