body {
	background-color: black;
	color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}

a { 
	color:#FFD800;
	text-decoration: none; 
}
a:hover { text-decoration: underline; }

h2 {
	font-size: large;
}

.mainTable {

}

.layoutTable {
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	text-shadow: 1px 1px 2px black;
	background-position: right bottom;
	color: white;
	width: 170px;
	text-transform: lowercase;
	background-image: url("images/guitar.jpg");
	background-repeat: no-repeat;
}

#sidebar a { 
	color: white;
	text-decoration: none; 
}
#sidebar a:hover { text-decoration: underline; }


#logo {
	text-align: center;
}
#logo img {
	border:none;
	margin-top: 2em;
	margin-right:auto;
	margin-bottom: 2em;
	margin-left:auto;
}

.sidebarCell {
	vertical-align: top;
}

#menu {
	font-size: medium;
	margin-top: 0em;
	margin-right: 1em;
	vertical-align: top;
}

#copyright {
	text-align: center;
	font-size: x-small;
	padding-top: 3em;
}


td.pageContentCell {
	vertical-align: top;
}

#pageContent {
	min-width: 600px;
}

#pageContent li {
	margin-top: 1em;
	margin-bottom: 1em;
}



.guts {
	/* border: 1px solid green; */
	min-height: 300px;
}

.selectionLogos {
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
}

.titleLogo {
	margin: 2em;
}



.spaceAbove {
	padding-top: 2ex;
}

.spaceAboveMore {
	padding-top: 4ex;
}
.spaceBelow {
	padding-bottom: 2ex;
}

.tallerLines {
	line-height: 120%;
}


.narrow {
	width: 30em;
	margin-left: auto;
	margin-right: auto;
}

.narrow2 {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
}

.wideMargins {
	margin-top: 3em;
	margin-right: 2em;
	margin-bottom: 3em;
	margin-left: 2em;
}

.centered {
	text-align: center;
}
.centeredMargins {
	margin-left: auto;
	margin-right: auto;
}

.indented1 {
	margin-left: 2em;
}



.featureTitle {
/* 	text-decoration: underline; */
	font-style: italic;
}

.quote {
	font-size: large;
	color: #eeea89;
}

.quoteAttrib {
	font-size: small;
	color: #ccc;
}

.smaller {
	font-size: small;
}




.blue {
	color:#5cc6ff;
}

.yellow {
	color:#FFD800;
}

.white {
	color: white;
}


.dark {
	color: #666;
}


.lowercase {
	text-transform: lowercase;
}

.narrowHr {
	margin-top: 2em;
	margin-right: 18em;
	margin-bottom: 2em;
	margin-left: 18em;
}


.imageInsertRight {
 	float: right;

	margin: 2em;

	text-align : right;
	font-style: italic;
	font-size: 9px;
}

.imageInsertRight img {
/*	margin: 2em;*/
}

td.tableLayoutLeft {
	text-align: left;
	vertical-align: top;
}

td.tableLayoutCenter {
	text-align: center;
	vertical-align: top;
}

td.tableLayoutRight {
	text-align: right;
	vertical-align: top;
}
