* {
	padding: 0;
	margin: 0;
	}
body {
	background-image:url(images/global/brightwoodfloor.jpg);
	background-repeat:repeat;
	font: 1em Verdana, sans-serif; 
	line-height: 180%; 
	color: #000; 
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color:#3366cc;
	font-weight:300;
	font-size:150%;
	
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color: #8A3A52;
	font-weight:200;
	font-size: 125%;
	}
h3 {
	margin: 8px 0 5px 0;
	font-weight:bold;
	color:#3366cc;
	font-size:90%;
	text-transform:uppercase;
	letter-spacing:20%;
	line-height:normal;
	}
	
	
h4  {
	padding: 0;
	margin: 0 0 5px 0;
	color: #000;
	font-weight:300;
	font-size: 80%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:20%;
	line-height:normal;
	}
h5 {margin-top: 15px;
}
hr {
	clear:right;
	margin: 10px 0;
	border: none 0;
	border-bottom: 1px dashed #BBB8B8;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


p {
	margin: 1.4em 0;
	font-size: 80%;
	color: #333;
	line-height: 140%;
	font-weight:300;
	}
p a, #main li a {
	color: #633;
	text-decoration:none;
	font-weight:bold;
	}
p a:hover, #main li a:hover {
	border-bottom: 1px solid;
	background-color:#FFFF99;
}


img {
	border: none;
	}

#centercol {
	padding-left:10px;
	margin: 0 auto;
	width: 770px;
	background:url(images/global/bodybg.gif) repeat-y;

}
/* - - - - - - - - - - - - - - Header. Amidons photo, and image/text link to home page - - - -  */
#header {
	height:195px;
	width: 748px;
	background: #663333 url(images/global/nedms.jpg) no-repeat left top;
	border-bottom: 1px solid #ccc;
}

#header img {
	padding-left:325px;
	padding-top: 10px;
	border:none;
	}
#header h1 {display:none;}

/*- - - - - - - - - - - - - The Top navigational menu is an unordered list - - - - - - - - - - - - */
#topnav {
float:left;
width: 748px;
padding:  0;
background-color:#FFCC66;
font-family:Georgia, "Times New Roman", Times, serif;
font-variant:small-caps;
text-transform:lowercase;
margin-top: -1px;
margin-bottom: 20px;
font-weight:bold;
}

#topnav ul {
float:right;
list-style-type:none;
}

#topnav li {
float:left;
}

#topnav a {
float:left;
padding: 4px 8px;
margin: 0 0 0 5px;
display:block;
color:#000;
text-decoration:none;
}

#topnav a:hover, body#home #t-home a, body#store #t-store a,  body#workshop #t-workshop a, body#contact #t-contact a, body#links #t-links a, body#new #t-new a {
color: #000;
background-color:#FFFF99;
}



/* - - - - - - - - - - -The Side Column - - - - - - - - - - - - - - - - - */
#side {
	margin-left: 20px;
	float:left;
	width: 200px;
	}

#side p {font-size:80%;
	}
#side ul {
	line-height:normal;
	margin-left:10px;
	list-style-image:url(images/global/sidelist.png)}
#side li {
	padding: 0 0 5px 0;
	}
#side ul li a{
	font-size: 80%; 
	line-height: 1; 
	color: #633; 
	text-decoration:none;
	}
#side ul li a:hover {
	text-decoration:underline;
	background-color:#FFFF99;
	}
#side h3 {padding:0;}

/* - - - - - - - - - - - - - - - - - - - - - - - - Main content- - - - - - - - - - */
#main {
	margin: 0 0 0 240px;
	padding-left:25px;
	border-left: 1px solid #ccc;
	width: 460px;
	}

#main ul {
	list-style-type:none;
}
#main ul li {
	padding: 0 0 5px 15px;
	background:url(images/global/mainlist.png) no-repeat top left;
	}
.main_img_right {
	float:right;
	clear:right;
	border: 1px solid #cecfc6;
	padding: 3px;
	background-color: #fff;
	margin: 0 0 5px 5px;
}
.main_img_left {
	float:left;
	clear:left;
	display:inline;
	border: 1px solid #cecfc6;
	padding: 3px;
	background-color: #fff;
	margin: 0 5px 5px 0;
}

blockquote  {
	margin: 1.4em 2em;
	color: #333;
font-size: 80%;
line-height: 140%;
border-left: 4px solid #ffff99;
padding-left: 10px;
	
	}

blockquote.pullquote {
	float: right;
	clear:right;
	width: 150px;
	margin: 10px 0 10px 15px;
	padding: 0;
	font: 120% georgia, palatino, serif;
	color: #333;
	text-align: center;
	border:none;
	}


/* - - - - - - - - - - - Images and image galleries - - - */
.img_shadow {
  float:right;
  background: url(images/global/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/global/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img_shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.caption_div {
float:right;
width: 215px;
font-size:smaller;
text-align:center;
line-height:normal;
}
.img_gallery {
float:left;
margin: 0 15px 15px 0;
padding: 5px;
width: 125px;
border: 1px solid #ccc;
text-align:center;
}

.img_gallery img {
margin-bottom: 5px;
border: 0;
}

a:hover .img_gallery {
background-color:#FFFF99;
}
.img_gallery p {
font-size:smaller;
line-height:normal;
text-align:left;}

 .clearboth { clear:right; }
	

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -for the store - - - - - - - */

.subtitle {	padding-left:15px;
	font-variant:normal;
	text-transform:none;
	line-height: 110%;
	display:block;
	font-size: .9em; }
.detail_nav {
float:right;
margin: 0 0 10px 10px;
width: 160px;
text-align:left;
font: 80% Verdana, sans-serif; 
line-height: 1; 
color: #333; 
}

.audio {
	padding: 0 0 0 15px;
	margin-bottom:6px;
	background: #fff url(audio.png) no-repeat top left;}

#main ul, ol {
	padding: .5em 0;
	margin-left:20px;
	font-size: 80%;
	color: #242424;
	line-height: 140%;
	font-weight:300;
	}
#main ol li {
	padding: 0 0 0 15px;
	margin-bottom: 6px;
	}

/*-------------------------footer*/
#footer {
	clear:both;
	background: #663333;
	text-align: center;
	font-size: 80%;
	width:748px;
	height:30px;
	
}
#footer a {
	text-decoration: none;
	color: #fff;
	border:none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer p {padding: 10px 0; color: #fff;}
