@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg1.gif) 0% 0px;
	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: #000000;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #036;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background: #069;
	padding: 0;
	margin: 0px;
	width: 800px;
	height: 130px;
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #69C;
	margin: 0px;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#069;
	text-align: center;
}
#gi_llc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	color: #FF0;
	background-color: #0077A9;
	text-align: center;
	margin: 0px;
	padding: 5px;
	width: 790px;
}
#gi_llc a {
	text-decoration: none;
	color: #CCC;
}
#gi_llc a:hover {
	text-decoration: underline;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #CCC;
}
#footer a {
	color: #DFECEE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
.clickimagehere {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	background-color: #CCC;
	text-align: center;
	padding: 1px;
}
.centerimage {
	text-align: center;
}
.itemdesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #036;
	text-align: center;
	text-decoration: none;
}
.itemdesc p {
	text-decoration: none;
}
.itemdesc_bold_title {
	font-size: medium;
	font-weight: bold;
}
.gal_img_desc {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #0A3051;
}
#tbl_gal {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #69C;
}
.bodytxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 130%;
	font-style: normal;
	color: #FFF;
	margin: 0px 20px 0px 100px;
	padding: 5px;
	text-align: left;
	width: 600px;
}
.contenttxt {
	text-align: left;
	position: relative;
	width: 80%;
	left: 78px;
}
.maketxtbigger {
	font-size: 200%;
	font-weight: bold;
}
#familyart {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* to use with lightbox */
div.iphoto {
	width: 90px;
	padding: 5px;
	background-color:#FFF;
	display: inline;
	float: left;
	margin: 10px;
	text-align: center;
	font-size: 75%;
	font-family: "Comic Sans MS", cursive, serif;
	line-height: 12px;
	height: 100px;
	z-index: 0;#mainContent #notes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7px;
	padding: 0px 10px 10px;
	margin: 0px 5px 5px;
	text-align: left;
	font-style: normal;
}

