/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; } /* force vertical scroll display */
body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:center;

} 

div#spacer {
 clear:both;
 display:block;
 line-height:0px;
}

div#space5px 	{height:5px;}
div#space10px 	{height:10px;}
div#space15px 	{height:15px;}
div#space20px 	{height:20px;}
div#space30px 	{height:30px;}

#center {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	top:0px;
	width:967px;
	background-color:#fff;
	padding:40px 0 0 0;
}

#right{
	position:relative;
	float:right;
	width:157px;
	padding:0 30px 0 0;

}

#nav{
	background-image:url(guitar-book.jpg);
	background-repeat:no-repeat;
	position:relative;
	width:157px;
	padding:130px 0 0px 0;
}

#main{
	position:relative;
	float:right;
	width:710px;
	margin-right:40px;
	min-height:540px;
	height:540px;
}

#content {
	position:relative;
	width:500px;
	left:220px;


}

#content-home {
	position:relative;
	float:right;
	width:686px;
	top:20px;
	z-index:2;
	margin-right:0px;
}


html>body #main {
	height:auto;
}
div#picContainer {
		float:left;
		margin:0 0 0 0;
  }
div.scroll {
	height: 300px;
	width: 470px;
	overflow: auto;
	border: 1px solid #a71720;
	background-color: #fff;
	padding: 8px;
}
/*************NAVIGATION**************/

.cache {
	display:none;
}
.show {
	display: block;
}
.clear {
	clear: both;
}


#mainmenu li,#mainmenu ul{
  padding:2px 0 2px 0;
  margin:0;
  list-style:none;
}


#content li, #content li strong{
	list-style-type: square;
	list-style:square;
	padding:0 0 3px 0;
	line-height:normal;
 	margin-left:15px !important;
 	margin-left:15px;
}
hr{	 
	line-height:1px; 
	/*background-color:#0077c0;*/
	border-bottom:1px dashed #0077c0;
	height:1px;
}

/*************FOOTER**************/


