body {
  margin: 0px;
  padding: 0;
  background-color: #fff;	
}
html, body {
  margin: 0;
  padding: 0;
}
html {
	overflow-y: scroll;
}
#wrapper {
  width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
#top {
  height: 141px;
  width: 900px;
  background: url(images/AC_top.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;	
}

#left {
  float: left;
  width: 251px;
  margin-right: 20px;
  background: url(images/AC_left_long.jpg);
  background-repeat: no-repeat;
  background-position: right top;	
}
#right {
  float: right;
  width: 150px;
  background: url(images/AC_right.jpg);
  background-repeat: no-repeat;
  background-position: right top;	
}
#center {
  margin: 0;
  background-color: #fff;
}
#clear {
  clear: both;
}
#footer {
  background: #A9D2A8;
  padding: 20px 0;
  text-align: center;
  font-family: arial;
  font-size: 11px;
  color: #1C611B;
}
h1 {
	font: 14px arial;
	font-weight: bold;
	color: #191C18;
}
h2 {
	font: 12px arial;
	font-weight: bold;
	color: #191C18;
}
#text {
  font-family: arial;
  font-size: 13px;
  color: #191C18;
  text-align: justify;
  line-height: 1.2em;
  padding: 0px;
}
#centertext {
  margin-left: 30px;
  width: 500px;
  padding: 5px;
}
.textragged {
  font-family: arial;
  font-size: 14px;
  color: #10670E;
  line-height: 1.2em;
  padding: 0px;
}
.textjust {
  font-family: arial;
  font-size: 14px;
  color: #10670E;
  text-align: justify;
  line-height: 1.2em;
  padding: 0px;
}
#textbold {
  font-family: verdana;
  font-size: 16px;
  color: #10670E;
  margin-bottom: 6px;
}
#textindent{
  font-family: arial;
  font-size: 12px;
  color: #213C18;
  line-height: 1.6em;
  margin-left: 10px;
}
#artisttext {
  font-family: arial;
  font-size: 12px;
  color: #10670E;
  line-height: 1.3em;
}
#nextlink{
  float: right;
  font-family: arial;
  color: #213C18;
}
A.type1:link    {color:#F2834E; font-size: 13px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#F2834E; font-size: 13px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#F2834E; font-size: 13px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#075106; font-size: 13px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type1a:link    {color:#F2834E; font-size: 15px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1a:visited {color:#F2834E; font-size: 15px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1a:active  {color:#F2834E; font-size: 15px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1a:hover   {color:#075106; font-size: 15px; font-weight:bold; text-decoration:none; font-family: arial;}

table.video {
 width: auto;
 color:#5B3C0F; 
 font-size: 13px;
 font-family: arial;
 text-align: center;
}

table.video tr {
 width: 560px;
 padding: 0;
}

table.video td {
 width: 50%;
 padding: 30px;
}
#contact {
  margin: 300px 0 0 10px;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;  
  font-family: arial;
  font-weight: bold;
  font-size: 15px; 
  color: #067625;
}
#nav {
	float: left;
	width: 900px;
    margin-top: 55px;
	margin-left: 215px;

}
#nav ul {
	list-style: none;
	margin-left: .5em;
	padding: 0px 0px;
}
#nav li {
    display: inline;
	font-size: 24px;
	font-family: arial;
	padding: 5px 120px 10px 10px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #067625;
	background-color: transparent;
}
#nav a:hover {
	color: #F2834E;
}
#home #nav-home a,
#about #nav-about a,
#artists #nav-artists a {
		color:#F2834E;
		text-shadow:none;
	}
#home #nav-home a:hover,
#about #nav-about a:hover,
#artists #nav-artists a:hover{
		color:#F2834E;
	}
#nav a:active {
		color:#F2834E;
	}

