html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

.style2 {
	color: #EE1C23;
	font-style: italic;
	font-weight: bold;
}


a {
	color: #8F6A2B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #C4861C;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

#logo
{
	position: absolute;
	background: url(../images/header.jpg) no-repeat;
	width: 259px;
	height: 283px;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: inline;

}
body {
	background: url(../images/bg.jpg) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #5D5D5D;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 686px;
	position: relative;
}

h1 {
	position: absolute;
	width: 259px;
	height: 247px;
	top: 0;
	left: 0px;
	text-align: center;
	padding-top: 35px;
	color: white;
	font: 32px  arial, verdana, sans-serif;
	background-image: url(../images/header.jpg);
}
#family {
	position: absolute;
	// background: url(../images/myfamily.jpg) no-repeat;
	width: 338px;
	height: 230px;
	top: 282px;
	left: -8px;
	z-index: 1;
}
#nav {
	width: 259px;
	position: absolute;
	top: 509px;
	left: 0px;
	background: url(../images/nav_bg.jpg) repeat-y;
	height: 329px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0073B9;
	text-decoration: none;
	padding: 20px 0px 0px 0px;
}
#nav li {
	margin: 5px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	background: top left url(../images/bullet_white.gif) no-repeat;
	background-position: 0px 4px;
}
#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 19px;
}

#nav a {
	font-weight: bold;
	color: #006FCB;
}



#body {
	position: absolute;
	width: 427px;
	top: 32px;
	left: 260px;
	background: white;
	overflow: visible;
}
#body .i {
	padding: 20px 40px 20px 75px;
}
#body .c {
	padding: 10px 0px 0px 5px;
}
#head-bottom {
	position: absolute;
	width: 427px;
	height: 3px;
	z-index: 2;
	background: url(../images/head_bottom.gif) no-repeat;
}
#head-right-bottom {
	position: absolute;
	width: 13px;
	height: 3px;
	z-index: 3;
	background: url(../images/head_right.gif) no-repeat;
	left: 430px;
	top: 300px;
}

#head-top {
	position: absolute;
	top: 0;
	left: 259px;
	width: 427px;
	height: 32px;
	z-index: 2;
	background: url(../images/head_top.gif) no-repeat;
}
#head-right {
	position: absolute;
	top: 0;
	left: 686px;
	width: 13px;
	height: 145px;
	z-index: 3;
	background: url(../images/head_right.gif) no-repeat;
}
#body h2 {
	font: 30px "Times new roman", serif;
	font-weight: bold;
	margin-top: 25px;
}
#body h2.shallow {
	margin-top: 10px;
}
#body h2 strong {
	color: #EE1D23;
	font-size: 20px;
	font-weight: normal;
}
#body h2.orange strong {
	color: #EE1D23;
}

#body .midHeader
{
	color: #EE1D23;
	font-size: 14px;
	font-weight: normal;
}

#body .BulletBold{
	color: #EE1D23;
	font-size: 12px;
	font-weight: bold;
}
#body p {
	margin: 0px;
}
#body ul {
	margin: 0;
	padding: 0;
}
#body li {
	margin: 1em 0;
	list-style: none;
	padding: 0 0 0 30px;
	background: top left url(../images/bullet_star.gif) no-repeat;
}
#copyright {
	text-align: center;
	clear: both;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#Calendar {
	position: absolute;

	// background: url(../images/myfamily.jpg) no-repeat;
	width: 260px;
	height: 327px;
	top: 282px;
	left: 0px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0073B9;
	text-decoration: none;
	background: url(../images/nav_bg.jpg) repeat-y;
}
#Calendar li {
	margin: 5px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	background: top left url(../images/bullet_white.gif) no-repeat;
	background-position: 0px 4px;
}
#Calendar ul {
	list-style-type: none;
	margin: 0px 0px 0px 19px;
}

#Calendar a {
	font-weight: bold;
	color: #006FCB;
}
