body {
	background-color: #DEBE7F;
	font-family: 'Times New Roman', Times, serif;
}
	
h1 {
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
	}
	
a:link {
	color: #660000;
	font-weight: bold;
	}
	
a:visited {
	color: #330000;
	font-weight: bold;
	}
	
a:hover {
	color: #990000;
	font-weight: bold;
	}
	
a:active {
	color: #cc0000;
	font-weight: bold;
	}
	
	
#container {
	position: relative;
	}
	
#contact {
	position: relative;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	}
	
#address {
	position: relative;
	font-size: 1em;
	text-align: center;
	}
	
#header {
	background-image: url("images/header-mobile.gif");
	background-repeat:no-repeat;
	background-position:center; 
	height: 127px;
	margin: 10px 0 0 0;
	}
	
#topmenu {	
	}
	
#bottommenu {
	}
	
	
#topmenu, #bottommenu {
	}
	
	





#topmenu p, #bottommenu p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#menu {
	margin: 0px 0px 0px 10px;
	}
	
#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#menu a {
	display: block;
	}

#menu li {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	z-index: 999;
	padding: 5px 3px 5px 3px;
	background-color: #ffffcc;
	border: 1px solid #330000;
	}
	
.diamond {
	display: none;
	}

#menu li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	margin-top: 8px;
	border: 1px solid #fff;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, .7);
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, .7);	}

#menu li:hover ul {
	left: auto;
	}

#menu li a, #copyright a {
	text-decoration: none;
	color: #241F18;
	}
	
#menu li a:hover, #copyright a:hover {
	text-decoration: none;
	color: #660000;
	text-shadow: 0px 0px 5px #911;
	}
	
#menu li ul li {
	padding: 3px 0px 3px 0px;
	background-color: #0556aa;
	width: 140px;
	font-size: 12px;
	z-index: 999;
	}
	
#menu li ul li:hover {
	background-color: #046cb9;
	}

	
#content {
	padding: 20px;
	}
	
#copyright {
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	}
	
.center {
	text-align: center;
	}
	
.craftsman-frame {
	border-width: 40px;
	border-image-slice: fill;
   border-style: solid;
	-webkit-border-image: url(images/frame.png) 40 round;
	-moz-border-image: url(images/frame.png) 40 round;
	border-image: url(images/frame.png) 40 round;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 1);
	}
	
.photo {
	width: 100%;
	text-align: center;
	}
	
.photo-right {
	width: 100%;
	text-align: center;
	}
	
.photo-left {
	width: 100%;
	text-align: center;
	}


.photo p, .photo-right p, .photo-left p {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-top: -10px;
	color: #660000;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
#slideshow {
    position:relative;
    height:200px;
	width: 300px;
	margin: 5px auto 5px auto;
}

#slideshow IMG {
    position:absolute;
	width: 300px;
	height: 200px;
    top:0;
    left:0;
    z-index:8;
	opacity:1.0;
}

#slideshow IMG.active {
    z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}