/*********************/
*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1em;
	line-height: 1em;
	text-decoration: none;
}
a{
	color: #827d00;
}
a:hover{
	color: #C1B800;
}
body{
	background: url(/images/bkg_goodinGuitarCloseup.jpg) #000000 no-repeat center top;
	color: #FFFFFF;
	font: .8em sans-serif;
}
h1,h2,h3{
	color: #C1B800;
	text-transform: uppercase;
}
hr{
	display: none;
}
/*********************/
#container{
	margin: auto;
	width: 690px;
	position: relative;
}
/*********************/
#content{
	padding: 20px 60px;
	text-align: justify;
}
#content *{
	line-height: 1.4em;
}
#content h1{
	color: #827d00;
	font-size: 2em;
}
#content h2{
	clear: both;
	font-size: 1.5em;
}
#content ol{
	float: right;
	margin-bottom: 1em;
	padding-left: 3em;
	width: 200px;
	font-weight: bold;
	color: #CCCCCC;
}
#content ol li{
	list-style: decimal;
}
#content p{
	margin-bottom: 1em;
}
#content img{
	padding:2px;
}
/**********************/
#images{
	position: absolute;
}
#images img{
	position: absolute;
}
/**********************/
#footer{
	clear: both;
	padding: 60px;
	font-size: 0.8em;
	text-align: right;
}
#footer *{
	color: #333333;
}
/*********************/
#nav{
	left: 45px;
	position: absolute;
	top: 85px;
}
#nav *{
	float: left;
	color: #FFFFFF;
	text-transform: uppercase;
}
#nav a{
	padding: 0px 0.75em;
	font-size: 14px;
	font-weight: bold;
}
/*********************/
#title{
	background: url(/images/hr.gif) no-repeat center bottom;
	height: 125px;
}
#title a{
	width: 442px;
	display: block;
	background: url(/images/logo_chadHollisterBand.gif);
	text-indent: -9999px;
	height: 38px;
	left: 25px;
	position: absolute;
	top: 36px;
}
