* {
	padding:0;
	margin:0;
}
body{
	text-align: left;
	background-image: url(/images/guitarBackground.jpg);
	background-repeat: 'repeat';
}
input.text{
	float: left;
	margin: .5em 1em 1.5em 2.3em;
	height: 1.6em;
	width: 75%;
}
input.button{
	padding: 4px 0;
	margin: 15px auto 0 auto;
}
label{
	display: block;
}
#content{
/*	float: left;*/
/*	width: 800px;*/
	margin: 1em auto 0 auto;
	margin-left: 50px;
	text-align: center;
	padding: 1px;
}
#fretboardImage{
	border:none;
}
input, select {
	background:transparent;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: red;
}
div#topnav {
	text-align: center;
	margin: 8px;
}
div#topnav a {
	border-style: double;
	border-width: 3px;
	border-color: white;
	background-color: #a0b0b0;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 16pt;
}
div#topnav a.activePageLink {
	border-color: #a0b0b0;
	background-color: white;
	color: #608060;
	font-weight: bold;
}
div#topnav a.linkToUs {
	border-style: none;
	border-width: 0px;
	border-color: white;
	background-color: transparent;
	color: #a0b0b0;
	font-size: 14pt;
	margin-left: 100px;
}
table.dataTable {
	border:1px solid #686868;
	font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
	background-color: #f0f0f0;
}
table.dataTable thead td {
	background-color: #f0f0f0;
	border:2px outset #e0e0e0;
	padding: 4px;
	margin: 0px;
	font-weight: bold;
}
table.dataTable tbody td.odd {
	background-color: #EFF4FB;
}
table.dataTable tbody td.even {
	background-color: #ffffff;
}
