body {
   font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #8A644D;
    }
    
a {
	color: #990000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
        
        }
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #993366;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	font-size: 10px;
}


#container
{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom-color: #000000;
}




#banner {
	width: 700px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Impact", "Arial Black", sans-serif;
	font-size: 48px;
	color: #fff;
	background-color: #CCCCCC;
	font-weight: normal;
	height: 120px;
	background-image: url('images/topckm.gif');
	background-repeat: no-repeat
  }
  
  
#navbar {
	float: left;
	background: #383D44;
    width: 700px; 
    height: 40px;
	
}
#navlist {
	float: left;
	margin: 0;
	padding: 6px 6px;
	list-style: none;
	background: #383D44;
	/*OLD background: #BDDB62 url(../images/nav_bg.gif) repeat-x bottom left;*/
	/*NEW background: url(../images/nav_bg.gif) repeat-x bottom left;*/
}
#navlist li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
	font-weight: bold;
}
#navlist a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 6px 10px;
	color: #FFF;/*#464A52; /*#383D44;/*#FFF;/*#5D9732;/*#E9DBAE;/*#464A52;/*#333;*/
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #292D34; /*#464A52;*/
	border-bottom: none;
	background: #31363E;
	/*background: #92B91C url(../images/off_bg.gif) repeat-x top left;*/
}
#navlist a:hover {
	color: #E9DBAE;/*#31363E;*/
	border-color: #292D34;
	border-bottom: none;
	background: #464A52;/*#FFF;/*#464A52;*/
}

/*
For every new navigation item, add to the following:
It assumes an id on the html body tag similar to the nav 
item id. For example, the News nav item has an id of 'n-news'
and the html body tag has an id of 'news'
*/
body#news #n-news a {
	color: #5D9732;
	border-color: #31363E;
	background: #292D34;
	/*background: #fff url(../images/on_bg.gif) repeat-x top left;*/
}
body#about #n-about a {
	color: #5D9732;
	border-color: #31363E;
	background: #292D34;
	/*background: #fff url(../images/on_bg.gif) repeat-x top left;*/
}
body#contact #n-contact a {
	color: #5D9732;
	border-color: #31363E;
	background: #292D34;
	/*background: #fff url(../images/on_bg.gif) repeat-x top left;*/
}
body#lessons #n-lessons a {
	color: #5D9732;
	border-color: #31363E;
	background: #292D34;
	/*background: #fff url(../images/on_bg.gif) repeat-x top left;*/
}
body#gallery #n-gallery a {
	color: #5D9732;
	border-color: #31363E;
	background: #292D34;
	/*background: #fff url(../images/on_bg.gif) repeat-x top left;*/
}


#wrapper {
	float: left;
	width: 700px;
	/*background-color: #52818A;*/
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url('images/fotobg.jpg');
	border-bottom: 1px solid #E93711;
	height: auto
    }

#main {  
    width: 350px;
    
    padding-left: 15px;
    padding-right: 5px;
    float: left;
    line-height: 18px;
    padding-top: 10px;
    height: auto;
     }

#main h1 {
     font-size: 24px;
     color: #9F6984;
     font-family: serif;
     text-transform: uppercase;
     text-align: center;
     }
     
#main h2 {
     font-size: 16px;
     color: #E93711;
     font-family: Geneva, Arial, Helvetica, sans-serif;
     text-transform: none;
     text-align: center;
     }
     
     div.boxitem {
	clear: both;
	float:left;
	padding: 0px;
	margin: 0px;
	border: 2px solid #292D34;
	background: #383D44;
	width: 100%;
	margin-bottom: 10px;
}

.boxtagline {
	color: #5D9732;
	padding: 2px 8px;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
	border-color: #31363E;
	background: #292D34;
}

.boxbody {
	padding: 4px;
	color: #FFF; /*#E9DBAE;*/
}

.boxbody th {
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
}

.boxbyline {
	font-size: 75%;
	padding: 0 0 2px 4px;
}
     
 .footer {
      font-size: 11px;
      color: #FFFFFF;
      font-family: sans-serif;
      text-transform: none;
      text-align: center;
   }

#inner {
	width: 60px;
	height: 725px;
	float: left;
	padding: 10px;
	border-left: 1px dotted #52818A;
     }

#inner a:link { 
	font-family: Arial,sans-serif; 
	font-size: 10px; 
	color: #993366; 
	font-weight: normal; 
	text-transform: uppercase; 
	text-align: center; 
	text-decoration: none; 
	letter-spacing: 0.1em; 
	line-height: 18px; 
	
	}
	
#inner a:visited { 
	font-family: Arial,sans-serif; 
	font-size: 10px; 
	color: #993366; 
	font-weight: normal; 
	text-transform: uppercase; 
	text-align: center; 
	text-decoration: none; 
	letter-spacing: 0.1em; 
	line-height: 18px; 
	
	}

#inner a:hover { 
text-decoration: underline; 
}


#outer {
	width: 275px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	background: #8A220A;
	margin-left: 20px;
	height: auto;
	
	 
     }
     
     
     #outer a:link { 
	font-family: Arial,sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: normal; 
	text-transform: uppercase; 
	text-align: center; 
	text-decoration: none; 
	letter-spacing: 0.1em; 
	line-height: 18px; 
	
	}
	
#outer a:visited { 
	font-family: Arial,sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: normal; 
	text-transform: uppercase; 
	text-align: center; 
	text-decoration: none; 
	letter-spacing: 0.1em; 
	line-height: 18px; 
	
	}

#outer a:hover { 
text-decoration: underline; 
}


#footer {
	height: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	text-align: center;
	padding-top: 2px;
}

     
#outer p {
     color: #FFFFFF;
     padding: 10px;
     padding-bottom: 15px;
     margin-top: -15px;
     font-family: verdana,arial,helvetica,sans-serif;
     font-size: 13px;
     line-height: 18px;
     }

#outer h1 {
    text-align: center;   
    padding-bottom: 5px;
    margin-top: 5px;
    font-family: serif;
    font-size: 20px;
    color: #E6CFD9;
    
    }
    
.imgcenter {
	text-align: center;
	margin-top: -25px;
    }
img {
	border: 2px ridge #000000;
}
