body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: black;
	background: #eeeeee;
}

#container {
	border: 1px solid silver;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#title_container {
	border: 3px ridge silver;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	width: 300px;
	background: #E7BD0F;
}

#title {
	width: 300px;
	background: #E7BD0F url(images/barrys.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	height: 97px;
	color: white;
	padding-top: 19px;
	margin-bottom: 8px;
}

.small {
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	position: relative;
	bottom: 29px;
}

.pic {
	background: url(images/drumhead.jpg) no-repeat right top;
	height: 132px;
	float: right;
	width: 425px;
	border: 3px double silver;
}

#navigation {
	
}

#navigation h2 {
	
}

#navigation ul {
	list-style: none;
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding: 4px;
}

#navigation li {
	display: inline;
	padding: 8px;
}
#navigation a {text-decoration: none;}

a {
	color: #575f6e;
	text-decoration: underline;
}

a:hover {
	color: gray;
}

#content {
	padding: 8px;
	font-size: 12px;
}
#content p {line-height: 18px;}

h1 {
	color: #575f6e;
	border-bottom: 1px solid gray;
	padding-bottom: 4px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 16px;
}
.fpage {float: left; padding-right: 10px;}
.fpagert {float: right; padding-left: 10px;}

#footer {
	border-top: 1px solid silver;
	text-align: center;
	font-size: 12px;
	color: gray;
	/*border-right: 1px solid silver;
	border-left: 1px solid silver; */
	padding: 10px;
}
.mylist {list-style-type: square ;}
.blue {color:#336699;}
.whacked {float: right; width: 179px; padding: 2px; background-color:gold; text-align:center; }