body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color: #F3D5AA;
	background-image : url(images/background.jpg);
	background-position : left;
	background-repeat : repeat-y;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color: White;
}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	line-height:40px;
	font-weight:900;
	color: White;
}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:15px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {
	color: Navy;
}
a:visited 
{
  color: Navy;
}
a:hover {
	color: Blue;
}

#Header {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	height:69px;
	/* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	/* top and bottom borders: 1px;
	left and right borders: 0px */
	line-height:11px;
	background-color:#633765;
	voice-family: "\";
	background-image : url(images/title.jpg);
	background-position : left;
	background-repeat : no-repeat;
}\"";
	voice-family:inherit;
	height:69px; /* the correct height */
	}
body>#Header {height:14px;}

#Content {
	margin: 0px 20px 30px 195px;
	padding:10px;
}

#HomeImage
{
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
	background-color : #eee;
	margin-top : 70px;
}

#HomeContent
{
	margin : 30px 80px 50px 70px;
	font-size : 17px;
}
	
#Menu {
	position:absolute;
	top:80px;
	left:0px;
	width:177px;
	padding: 22px 0px 106px 0px;
	background-color:#eee;
	border:1px solid #000;
	line-height:21px;
	background-image : url(images/menu.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:184px;
	}
body>#Menu {width:182px;}	

.menuItem
{
  display: block;
  padding: 8px 8px 8px 8px;
}

.menuItem:hover
{
  color: white;
  background-color: #633765;
}

#Footer
{
	margin:10px 0px 10px 0px;
	padding:10px 5px 10px 5px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	line-height:11px;
	background-color:#633765;
	color : White;
	text-align : center;
	background-image : url(images/footer.jpg);
	background-position : right;
	background-repeat : no-repeat;
	clear : both;
}

hr
{
	color : Black;
	height : 1px;
}

.SubHeading
{
	margin-left : 30px;
}

.bigLetter
{
	font-size : x-large;
	font-style : italic;
	line-height : 45px;
	color : Navy;
}