@charset "utf-8";
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #F4F1EF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
}
.contentcell {
	background-image: url(../images/background-interface.jpg);
	background-repeat: repeat-y;
	margin-right: 32px;
	margin-left: 32px;
	padding-right: 32px;
	padding-left: 32px;
}
.menucell-top {
	background-image: url(../images/background-menu-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menucell-middle {

}
.menucell-bottom {
	background-image: url(../images/background-menu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentcell-top {
	background-image: url(../images/background-content-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentcell-middle {
	background-image: url(../images/background-content-middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 10px 20px 10px 20px;
	padding: 10px 20px 10px 20px;

}
.contentcell-bottom {
	background-image: url(../images/background-content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footercell {
	background-image: url(../images/background-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


ol#Nav {
	width:163px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(../images/background-menu-middle.jpg);
	background-position:top;
	background-repeat:repeat-y;
	
}

#Nav li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	border-bottom:1px dotted #BAB7A0;
}

#Nav li.last {
	border-bottom:none;
}

#Nav li a {
	padding:3px 0px 3px 29px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	font-weight:normal;
	color:#373E40;
	display:block;
	text-decoration:none;
	
}

#Nav li a:hover {
	color:#952B2E;
	background-image:url(../images/image-nav-over.gif);
	background-position:left;
	background-repeat:no-repeat;
}

p	{
	color:#373E40;
	font-size:12;
}
h1.heading-dotted {
	font-size:18px;
	font-weight:bold;
	color:#373E40;
	border-bottom:1px dotted #BAB7A0;
	margin:0px 0px 12px 0px;
	padding:0px 0px 12px 0px;
}

.footer {
font-size: 10px;
color: #999999;
margin: 30px 0px 0px 125px;
padding: 30px 0px 0px 125px;
}
.image-padding {
	margin-bottom: 20px;
	margin-left: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.polaroid-thumb {
	background-image: url(../images/polaroid-thumb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:22px 0px 0px 0px;
	padding:22px 0px 0px 0px;

}
h2 {
	font-size: 18px;
	font-weight: bold;
}
.heading2 {
	font-size: 18px;
	font-weight: bold;
	color: #373e40;
}
a:link {
	color: #952B2E;
	text-decoration: none;
}
a:hover {
	color: #952B2E;
	text-decoration: underline;
}
a:visited {
	color: #952B2E;
	text-decoration: none;
}
a:active {
	color: #952B2E;
	text-decoration: underline;
}
.albumpadding {
	margin: 10px;
	padding: 10px;
}
.heading3 {
	font-size: 14px;
	font-weight: bold;
}
.logopad {
	margin: 10px;
	padding: 10px;
}
