body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FAE5CB;
	padding: 0px;
	color: #000000;
	background-image: url(images/_new/N-guitar-background.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#top-panel {
	/* [disabled]background-image: url(images/_new/N-background-top.jpg); */
	margin: 0px;
	padding: 0px;
	height: 70px;
	background-attachment: fixed;
}

#content {
	padding: 6px;
	margin-top: 6px;
	margin-left: 100px;
	height: auto;
}

#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}

#menu {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	background-color: #34201B;
	font-size: small;
}

.navigation {
	text-align: center;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*width: 1400px;*/
}
.navigation ul {
	list-style-type: none;
	margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
	text-align: center;
	display: inline-block;
}

.navigation li {
	display: inline-block;
	list-style-type: none;
	width: auto;
	float: left;
	text-align: center;
	min-width: 120px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

.navigation li a {
	display: inline-block;
	color: #FDE6BD;
	text-align: center;
	padding: 4px;
	text-decoration: none;
}

.navigation li a:hover {
	color: #FFF;
}

a:link {
	color: #d66150;
	text-decoration: underline;
}
a:visited {
	color: #d66150;
	text-decoration: underline;
}
a:hover {
	color: #e46b36;
	text-decoration: none;
}
a:active {
	color: #d66150;
	text-decoration: none;
}
.blog-item {
	background-color: #FFFFFF;
	width: 95%;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
.gig {
	font-weight: bold;
	color: #990000;
}
.float-right {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.float-left {
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.blog-item a:link {
	color: #000066;
	text-decoration: underline;
}
.blog-item a:visited {
	color: #000066;
	text-decoration: underline;
}
.blog-item a:hover {
	color: #660099;
	text-decoration: underline;
}

.email-block {
	margin: auto;
	padding: 0px;
	width: 450px;
}

#CD-covers {
	margin: 10px;
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
}

#CD-covers-photos {
	float: right;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	margin-top: 250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Left-column {
	margin: 10px;
	padding: 10px;
	width: 600px;
	float: left;
}

#Photo-column {
	margin: 10px;
	padding: 10px;
	width: auto;
	float: left;
}

.photo {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFF;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3B251E;
	border-right-color: #3B251E;
	border-bottom-color: #3B251E;
	border-left-color: #3B251E;
	margin-top: 2px;
	margin-bottom: 40px;
	width: 665px;
	min-width: 675px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 4px;
	font-weight: bold;
}

#subscribe {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 500px;
	text-align: center;
}

.text-left {
	text-align: left;
	text-indent: 2em;
}
.shift-left {
	position: relative;
	left: -40px;
}
