* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #5B695C;
	
	}

#wrapper{
	width: 940px;
	height:100%;
	margin-left: auto;
	margin-right:  auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	
}
#banner{
	 width: 940px;
	 height: 209px;
	 background-image: url(../images/tb_header.png);
}

#left_nav{
	width: 210px;
	height: 544px;
	background-image: url(../images/tb_sidebar.png);
	background-repeat: repeat-y;
	float: left;
}

#listcontainer{
	margin-top: 6px;
	width: 194px;
	
}

#listcontainer a{
	text-decoration: none;
}

#listcontainer ul{
  list-style-type: none;
}

#listcontainer li{
	margin-left: 50px;
	line-height: 26px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
/*This is the main content for the index page*/
#main_content{
	width: 730px;
	height: 544px;
	float: right;
	background-image:url(../images/tb_content.png)
	}
/*This is the main content for the other pages	*/
#main_contentb{
	width: 730px;
	height: 544px;	
	float: right;
	background-image: url(../images/background.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	}
	
#main_text{
	margin: 20px;
	float:left;
	}
/*This is the content of the text on the products pages*/	
#main_textb{
	margin-left: 20px;
	float:left;
	width: 430px;
}
/*This is the start of the sub nav for the products lists in the main content area*/
#aa {width: 430px;}
#bb {width: 430px;}
#cc {width: 430px;}
#dd {width: 430px;}
#ee {width: 430px;}
#ff {width: 430px;}
#gg {width: 430px;}

#main_textb ul li p{
font-size:10px;
line-height:30px;
}

#main_textb ul{
	list-style-type: none;
	margin-left: 4px;
	
}
#main_textb li{
	border: 1px solid #666666;
	height: 30px;
	width: 140px;
	line-height: 30px;
	margin-bottom: 4px;
	background-color: #E5E7E5;
	vertical-align: middle;
	text-align: center;
	float:left;
	
}
#main_textb a{
	text-decoration: none;
	color:#515A47

}

/*This is the content of the text on the courses pages*/	
#main_textc{
	margin: 20px;
	float:left;
	width: 419px;
}
#main_textc p{
	line-height: 14px;
	font-size: 10px;
}

/*This is the content of the iframe on the contacts page*/
#main_text_right{
	margin: 20px;
	margin-right:40px;
	float:right;
}
/*This is the content of the links on the products pages*/
#main_text_rightb{
	margin-right:40px;
	float:right;
	border: 2px dashed #333333;
	height: 500px;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
	vertical-align: middle;
}
#main_text_rightb ul li p{
margin:0px;
padding:0px;
/*font-size:10px;
line-height:30px;
text-align:center;*/
}

#main_text_rightb ul{
	list-style-type: none;
	margin-left: 24px;
}
#main_text_rightb li{
	border: 1px solid #666666;
	height: 30px;
	width: 140px;
	line-height: 30px;
	margin-bottom: 4px;
	background-color: #E5E7E5;
}
#main_text_rightb a{
	text-decoration: none;
}

#about_richard{
padding-left: 20%;
	
} 
#bottom{
	margin: 20px;
	clear:both
	}
	
#tracks{
	padding-left:60px;
	padding-bottom:0px;
	margin-bottom: 40px;
}

#small_tracks{
	padding-left:60px;
}

.itali p {
	font-style: italic;
}
#flash{
	padding-top: 10px;
	padding-left: 60px;
}
#flash_gallery{
	padding:60px;
	width: 424px;
	margin-bottom: 40px;
	margin-left: 20px;
}

.imgsml{
	background-color: #FFF;
	margin: 3px;
}
#gallery_spacer{
	height: 60px;
	width:10px;
}

#latest_news{
	font-size: 14px;
	font-style: normal;
	text-align:center;
	line-height: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 120px;
	width: 610px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 138px;
}

#footer{
	width: 940px;
	height: 37px;
	background-image: url(../images/tb_footer.png);
	clear: both;
}
.course_heading{
	color: White;
	font-weight: bold;
	font-size: 12px;
}
.color1{
	color: #EEE8AA;
}
.color2{
	color: #FFE4B5;
}
.color3{
	color: #FFBEB5;
}

a:link {
	color:#515A47;
}
a:hover {
	color:#FFFFCC;
}
a:visited{
	color: #333333;
} 
