body {
	margin: 0;
	padding-top: 2em;
	padding-bottom: .5em;
	font-family: Georgia, Times, "Times new roman", serif;
	background-color:#eee;
	color:#390909;
	text-align: center;
}

a:link {
	font-weight: bold;
	color: #6A0F0F;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #390909;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #6A0F0F;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #6A0F0F;
	text-decoration: underline;
}

div#headerContainer {
	text-align: center;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}
div#header {
	background-image:url(images/headerback.gif);
	background-repeat:no-repeat;
	height: 25px;
}

div#container {
	width: 700px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/menuBack.gif);
	background-repeat: repeat-y;
	text-align:justify;
}

div#navigation
{
float: left;
width: 200px;
text-align: center;
}
div#navigation ul {
	list-style:none;
}
div#navigation ul ul {
	list-style:square;
}
div#navigation p {
	line-height: 95%;
}

.subCat {
	font-style:italic;
	font-weight:normal !important;
}

div#content {
	margin-left: 200px;
	padding: 0 1em;
}

div#content h1 {
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height:100%;
}

div#content p {
}

.story {
	text-indent: 1em;
}

div#content ul {
	list-style-type:circle;
}
div#content ul ul {
	margin-top:0;
	list-style-type:disc;
}

ul.contactTypes{
	list-style-type:none !important;
}
ul.contactTypes ul {
	list-style-type: circle !important;
}

.thumb {
	border: 1px solid #380909;
	cursor:pointer;
	padding: 2px;
	margin: 2px;
	width: 40px;
	height: 40px;
	background-color:#FFF;
}
.framedPic {
	background-color:#FFF;
	padding: 4px;
	border: 2px solid #380909;
	max-height: 500px;
	max-width: 450px;
}

.simplePic {
	background-color:#FFF;
}

.clear {
	clear:both;
}

#cleardiv {
	clear: both;
	height: 1em;
}

div#footerContainer {
	text-align: center;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}
div#footer {
	background-image:url(images/bottomBack.gif);
	background-repeat:no-repeat;
	height: 18px;
}
