/* Optional Code */
.wrapper { min-width: 400px; }  /* Always good to have on full width liquid CSS layouts, 
            							 google "min-width IE" for JS solutions there */

.wrapper { margin: 0 -6px; }    /* this is a border with marginal compensation to stop scroll bars */

/* Setup */
.wrapper {
	width: 770px;               /* total width */
	position: relative;
	min-height: 100%;
	height: 100%;
	margin:0px auto;
	padding 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}      

.outer {
	border-left-width: 182px;  /* left column width */
	border-left-color: #4682b4;   /* left column colour */	
	border-right-width: 0px; /* right column width */
	/* border-right-color: #cfc;  /* right column colour */
	background-color: white; /* center column colour */
}

#lh-col {
	width: 182px;              /* left column width */
	margin-left: -182px;       /* _negative_ left column width */
}

/* Main code */
.outerer { border: 6px double #A9A9A9; width: 770px; }
.outer { width: auto; border-left-style: solid;}
.inner { margin: 0; width: 100%; }
#lh-col { float: left; position: relative; z-index: 10; border-right: 4px solid #A9A9A9; 
		  background-color: #4682b4; color: white;	}
#rh-col { float: left; width: 95%; position: relative; z-index: 12; height: 380px;
		  border-left: 4px solid #A9A9A9; padding: 5px 10px 5px 15px; 
		  background: url(http://www.stateofmusic.com/_img/background.jpg); background-repeat: no-repeat;}		 
.hdr { width: 770px; position: relative; z-index: 13;  background-color: black; color: white;
		 border: 6px double #A9A9A9; margin: -6px 0px 0px 0px; }		 
.ftr { width: 770px; position: fixed; z-index: 13;  background-color: black; color: white; height: 80px;
		 border: 6px double #A9A9A9; margin: 0px 0px -6px 0px; }
.clear { clear: both; }

/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
#lh-col { margin-right: 6px; }
#lh-col { margin-top: 0px; }
#lh-col { margin-bottom: 0px; }
#rh-col { margin: 0px -14px 0px -10px; }

#send_to_friend { width: 160px; text-align: right; margin-bottom: 5px; margin-right:5px; margin-top: 20px; }

div#logo { display: none; visibility: hidden; }
