body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666;
/*	text-align: center;*/
	margin: 0px;
	padding: 0px;
/*	background-color: #B3D8FD;*/
	background-color: #000000;
}

a {
	text-decoration: none;
	color: #069;
}

a:hover, #nav a:active, #nav a:focus {
	text-decoration: none;
	border-bottom: 1px dotted #069;
	color: #069;
}

a:visited { 
	color: #069;
}

/***Layout***/
#holder {
	width: 960px;
/*	background-color: #000000;*/
	text-align: left;
	margin: 5px auto 0 auto;
}

#header {
	/*background: #DCCBAC url(Assets/Header.jpg);*/
	height: 150px;
	margin: 0 0;
}
#headerB {
	/*background: #DCCBAC url(Assets/Header.jpg);*/
	height: 200px;
	margin: 0 0;
	background-image: url(pic/LogoBC2x.jpg)
}

#topnav {
	padding: 5px 5px 5px 0px;
	color: #069;
	border-bottom: 1px solid #877D6C;
}

#content {
	padding: 10px 0px 0px 0px;
	border-right: 1px solid #877D6C;
	font-size: 100%;
	margin: 0;
	width: 80%;
	float: left;
	background-image: url(pic/NashvilleStarz_9.jpg)
}

#home {
	padding: 10px 10px 0px 0px;
	border-right: 1px solid #877D6C;
	font-size: 100%;
	text-align: left;
	margin: 0;
	width: 80%;
	float: left;
	background-image: url(pic/Main_3.jpg)
}

#aboutus {
	padding: 10px 10px 0px 0px;
	border-right: 1px solid #877D6C;
	font-size: 100%;
	font-style:italic;
	margin: 0;
	width: 80%;
	float: left;
	background-image: url(pic/AboutUs_1.jpg)
}

#lessons {
	padding: 10px 10px 0px 0px;
	border-right: 1px solid #877D6C;
	font-size: 100%;
	font-style:italic;
	margin: 0;
	width: 80%;
	float: left;
	background-image: url(pic/Lessons_5.jpg)
}

#contactus {
	padding: 5px 10px 0px 0px;
	border-right: 1px solid #877D6C;
	font-size: 100%;
	font-style:italic;
	margin: 0;
	width: 80%;
	float: left;
	background-image: url(pic/ContactUs_3.jpg)
}

#nav {
	margin: 0 0 0 80%;
	padding: 15px 15px;
	font-size: 80%;
	border-bottom: 1px solid #877D6C;
	color:#FF0000;
}

#nav2 {
	margin: 0 0 0 80%;
	padding: 15px 18px;
	font-size: 85%;
}

#footer {
	clear:both;
	padding: 5px 0px 25px;
	border-top: 1px solid #877D6C;
	font-size: 65%;
	text-align:center;
/*	color: #736B5E;*/
}

/* Footer Section
---------------------------------------------*/

#footer a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	border-bottom: 1px dashed #666666;
}

#footer a:visited { 
	color: #666;
}

#footer a:hover, #nav a:active, #nav a:focus {  
	color: #666; /* #333;*/
}




/* Content Section
---------------------------------------------*/
#content p {
	line-height: 130%;
}

#content li {
	font-size: 80%;
	text-indent: 0px;
}

#content a {
	color: #069;
	text-decoration:none;
}

#content a:link { 
	color: #069;
}

#content a:visited { 
	color: #069;
}

#content a:hover, #nav a:active, #nav a:focus {  
	color: #f00; /* #333;*/
}

/* Top Navigation Bar 
---------------------------------------------*/
#topnav a {
	text-decoration: none;
	color: #069;
}

#topnav a:hover, #nav a:active, #nav a:focus {
	color: #069;
	border-bottom: #069 1px dotted;
}

#nav a:visited { 
	color: #069;
}

/* Navigation Section
---------------------------------------------*/
#nav a {
	text-decoration: none;
	color: #069;
}

#nav a:hover, #nav a:active, #nav a:focus {
	text-decoration: none;
	border-bottom: 1px dotted #069;
	color: #069;
}

#nav a:visited { 
	color: #069;
}

/************** .section styles *****************/

.section{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.section img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.section p{
  padding: 0px 0px 10px 0px;
}


/* Miscellaneous 
---------------------------------------------*/

.defaultText {
	font-size: 80%;
}

.smallText {
	font-size: 65%;
}

.title{
 font-size: 100%;
 font-weight: bold;
 color: #069;
}

.highlight {
	font-weight: normal;
	color: #069;
}

.leftimage{
float: left;
margin-right: 10px;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
width: 150px;
}

.image1 {
	border: 1px solid #877D6C;
}

.spacer {
	margin-bottom: 10px
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 font-weight: normal;
 color: #069;
}

h3{
 font-size: 100%;
 color: #069;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 80%;
 font-weight: bold;
 color: #fff;
}

h6{
 font-size: 60%;
 font-weight: normal;
 color: #fff;
}


