/*Layout structure*/
/* border/margin order: top right bottom left*/
div#wrap { /*Outer most div*/
  min-width:780px; 
  min-height:500px; 
  margin-left:auto; 
  margin-right:auto; 
  text-align:left; /* stops elements inheriting the body's text-center */
}

div#content_area {
  min-height:300px;
  margin: 30px 30px 10px 30px;
}

div#nav { /*Site navigation Home, Artist Info etc.*/
  clear: both;
  margin-left: -5px;
}

div#footer { /*contact and copy right*/
  clear: both;
  border: 1px solid rgb(153, 153, 153);;
  padding-left: 5px;
  margin-top: 30px;
  font-size: 16px;
  font-variant: small-caps;
}

#nav table { 
  margin-top:10px;
  margin-left: 200px;
  font-size: 16px;
  font-variant: small-caps;
} 

#nav td a {
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

#nav td a:hover {
  text-decoration: none;
}

#nav td a:active { 
  text-decoration: none;
}

#footer a, #footer {
  background-color: transparent;
  text-decoration: none;
  font-size: 12px;
}

#footer table {
	padding: 0;
	margin: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

a:hover {
  text-decoration: none;
}

a:active { 
  text-decoration: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	margin-top: -5px;
	margin-bottom: 15px;
	font-size: 15px;
  	font-weight: bold;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 0 20px 0;
}

/* * {margin:0; padding:0;}  removes defaults of all elements */

p {
	margin-top: 0px;
	font-size: 13px;
}

.display-image { /*Table with rotating pictures*/
  background-color: #323232;
  margin-left:105px;
  margin-top:30px;
}

.image-right {
	float:right; 
	margin: 10px;
}

.image-left {
	float:left; 
	margin: 0 20px 0 0;
}

.center { 
  margin-left: 200px;
}

.copyright {
  text-align: right;
  padding-right: 5px;
  float: right;
  font-size: 11px; 
  background-color: transparent;
}

.indent {
	padding-left: 20px;
}	
.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.transparent {
	background-color: transparent;
}