html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
	font-family: Helvetica, Arial;
	font-size: 11pt;
	background: url('images/pattern.jpg');
	height:100%;
	}

div#container {
   margin: 0 auto;
   width: 860px;
   background: #fff url('images/paper.jpg');
   height:100%;
   border-bottom: #dde8c6 solid 2px;
}

#header {
   width: 860px;
   text-align:center;
   background: #ced69b;
   height:200px;
}

#content {
   width: 800px;
   margin-left:30px;
   margin-right:30px;
}

#menu {
        width: 860px;
        background: #8c8f38;
	border-top: #600 solid 2px;
	border-bottom: #600 solid 2px;
	font-size:11pt;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	color:#000;
	}

#menu ul li a {
	font-size:11pt;
	font-weight:normal;
	color:#600;
}

#menu ul li {	
		margin-right:30px;
		margin-bottom:25px;
		display:inline;
		}

#footer {
   /* important */
   clear: both;
   /* ^^^^^^^^^ */
   background: #dde8c6;
   border-bottom: #dde8c6 solid 2px;
}

	#footer p {
  	text-align: center;
   	font-size:7pt;
	}

h1 {
	font-size: 24pt;
	margin-bottom:15px;
	color:#600;
	font-family: Garamond, Times New Roman, Times;
	display:none;
	}

h2 {
	font-size: 14pt;
	margin-bottom:4px;
	margin-top:18px;
	font-family: Garamond, Times New Roman, Times;
	}

h3 {
	font-size: 12pt;
	margin-bottom:8px;
	font-family: Garamond, Times New Roman, Times;
	}


p {
	font-size:10pt;
	margin-bottom:10px;
	line-height:22px;
	}

a {
	color:#600;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

#container ul li {
	list-style-type:square;
	margin-left:20px;
	font-size:10pt;
	margin-bottom:10px;
	line-height:22px;
	}


.paraintro {
	font-size:13px;
	line-height:26px;
	color:#600;
	}

.lastparagraph {
	margin-bottom:30px;
	}

.bold {
	font-weight:bold;
}






#CDContainer, #ShowContainer {
	position: relative;
	float: left;
	width:100%;
	margin-bottom: 30px;
}

#CDArt, #ShowArt {
	position: relative;
	float: left;
	margin-right: 30px;
	width: 200px;
	height:200px;
	padding: 0px;
}

#CDinfo, #ShowInfo {
	position: relative;
	float: left;
	padding: 0px;
}

#CDinfo p, div.thumbnails p {
	font-size:8pt;
	margin-bottom:3px;
	line-height:18px;
}

#CDinfo p.lastparagraph {
	margin-bottom:10px;
}

#Divider {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 10px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: -20px;
	clear: both;
	display: inline-block;
}

div.thumbnails {
	margin-top:0px;
	margin-bottom:20px;
}

div.thumbnails .image {
	float:left;
	width:350px;
	margin-right: 50px;
	margin-bottom: 50px;
	}

div.thumbnails img {
	border: solid 2px #600;
	margin-bottom:10px;
	}