body {	
	margin: 5px;
	margin-top: 0;
	padding: 0;
	background-image: url(/images/bgfade.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

div#main {
	position: relative;  /*  needed for absolute positioning  */
	width: 955px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	border-width: 2px;
	border-style: solid;
	border-color: #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 20px #111;  /* x y blur */
	-moz-box-shadow: 5px 5px 20px #111;
	-webkit-box-shadow: 5px 5px 20px #111;
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

div#johnphoto {
	position: absolute;
	top: 100px;
	left: 0;	
}

div#studiophoto {
	position: absolute;
	top: 100px;
	left: 360px;
	width: 320px;
}

div#jbmtext {
	position: absolute;
	top: 2px;
	left: 2px;
}

div#menubuttons {
	position: absolute;
	top: 40px;
	left: 300px;
	width: 662px;
	height: 20px;
}

div#content {
	position: absolute;
	top: 89px;
	left: 302px;
	width: 430px;
	height: 75%;
	overflow: auto;
	margin: 10px;
	padding: 15px;
	color: #996;	/*background-color: #323232;
	background-color: rgba(50,50,50,.75);
	border-width: 1px;
	border-style: solid;
	border-color: #C90;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(ie-css3.htc);*/ /* This lets IE know to call the script on all elements which get the 'box' class */
}

div#imageleft {
	float: left;
	margin: 5px 10px 5px 0;
}

div#imageright {
	float: right;
	margin: 5px 0 5px 10px;
}

div#upcomingshows {
	position: absolute;
	top: 350px;
	left: 777px;
	width: 120px;
	height: 300px;
	overflow: auto;
	margin: 10px;
	padding: 5px 15px 15px 15px;
	background-color: #323232;
	background-color: rgba(50,50,50,.65);
	border-width: 1px;
	border-style: solid;
	border-color: #C90;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #996;
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

li#shows {
	color: #69C;
	margin: 0 0 1em 0px;
}

div#follow {
	position: absolute;
	top: 110px;
	left: 777px;
	width: 120px;
	height: 210px;
	margin: 10px;
	padding: 5px 15px 15px 15px;
	background-color: #323232;
	background-color: rgba(50,50,50,.65);
	border-width: 1px;
	border-style: solid;
	border-color: #C90;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #996;
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

div#copyright {
	position: absolute;
	bottom: 20px;
	left: 350px;
	color: #CCC;
}

div#quote {
	position: absolute;
	top: 550px;
	left: 20px;
	width: 270px;
	color: #8aa635;
	font-style: italic;		
}

p {
	margin: 0 0 .75EM 0;	
}

h1, h2, h3, h4, h5 {
	margin: 0 0 .5em 0;	
}

h1 {
	color: #8aa635;
	font-size: 170%;
}

h2 {
	color: #38add6;
	font-size: 140%;
}

h3 {
	color: #FFF;
	font-size: 115%;
	margin: 0 0 1em 0;
}

h4 {
	color: #8aa635;
	font-size: 115%;
	font-style:normal;
	margin: 0 0 1em 0;
}

ul {
	margin-left: 0;
}

li {
	margin-left: 5px;	
	line-height: 140%; 
	padding: 0px 0px 5px 0px;	
}

a:link {
	color: #38add6;
	text-decoration: none;
}

a:visited {
	color: #38add6;
	text-decoration: none;
}

a:hover {
	color: #38add6;
	text-decoration: underline;
}

/* -- document section -- */

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #f8f8f8;
}
/*
#content {
	width: 660px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ccc;
}
*/

.greyblue {	
	color: #669;
}

.style1 {
	color: #FFFFFF;
	font-size: 120%;
}

.style2 {
	font-size: 110%;
	color: #FFFFFF;
}

.style3 {
	font-size: small;
	color: #CCCCCC;
}

.style4 {
	font-size: x-small;
	color: #FFFFFF;
}

.style5 {

	font-size: small;
	color: #FFFF00;
}

/* Form elements */
input.first, textarea.first, select.first {
border : 1px solid Black;
background-color : #CCCCCC;
color : #0E1930;
font-size : 12px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
height: 4em; /* replace 2em with your chosen value, in px or whatever */
}