@charset "utf-8";
/* CSS Document */

BODY {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	/*
	background-image:url(newsite/bg.jpg); background-repeat:repeat-x; background-attachment:fixed;
	*/
	background-image:url(http://www.amishmike.com/pics/woodbg4.jpg); background-repeat:repeat; background-attachment:fixed;
	background-color:#D5D5D5;
	}

.bottom {
	border-top:#333333 5px solid;
	border-left:#333333 5px solid;
	border-right:#333333 5px solid;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}

a:link.bottomlinks, a:visited.bottomlinks{
	text-decoration:none;
	color:#000000;
	}

.everything {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}

	
.content{
	border:#333333 5px solid;
	background-color:#FFFFFF;
	width:900px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	}


.logo {
	border-left:#333333 5px solid;
	border-right:#333333 5px solid;
	border-bottom:#333333 5px solid;
	background-color:#ffffff;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	}

.topmenubar {
	width:900px;
	background-color:#FFFFFF;
	background-image:url(http://www.amishmike.com/newsite/pics/gradient.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border-top:2px solid black;
	border-bottom:2px solid black;
	border-left:#333333 5px solid;
	border-right:#333333 5px solid;
	}

a.topmenu:link, a.topmenu:visited {
	color:#FFFFFF;
	line-height:25px;
	width:auto;
	display:block;
	text-decoration:none;
	background-image:url(http://www.amishmike.com/newsite/images/menu_005_h.jpg);
	background-repeat:repeat-x;
	padding:0px 15px 0px 15px;
	}
a.topmenu:hover {
	color:#FFFFFF;
	line-height:25px;
	width:auto;
	text-decoration:underline;
	display:block;
	background-image:url(http://www.amishmike.com/newsite/images/menu_005_bg.jpg);
	background-repeat:repeat-x;
	}

.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(http://www.amishmike.com/newsite/media/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(http://www.amishmike.com/newsite/media/glossyback2.gif);
}


a.sectionmenu:link, a.sectionmenu:visited {
	color:#000000;
	font-size:12px;	
	padding:1px;
	border:1px solid black;
	background-color:#CCCCCC;
	margin:1px;
	text-decoration:none;
	}