/* CSS Document */
body {
	background-image:url('images/ken_bg2.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% 20%; 
	color: #fffff2;
	background-color: #000;
/* 	margin: 0 0 0 0;*/	
	font-family: "Courier New", Courier, mono;	
	font-size: 14px;
	font-weight: bold;
}
/* DIV */
#wrapper {
	width: /* 960px */900px;
	margin: auto;
	padding:0px;
}

#left {
	float: left;
	width: 470px;
	margin: 30px 70px 30px 40px;
}

#left .content {	
	overflow: auto;
	width: 470px;
	height: 416px;
	margin-bottom: 25px;
 	padding-right:30px;
}

#tennessee {
	float: left;
	width: 400px;
	margin: 40px 50px 40px 40px;
}

#tennessee .content {	
	overflow: auto;
	width: 400px;
	height: 510px;
	margin-bottom: 25px;
 	padding-right: 30px;
}


#right {
	float: left;
	width: /* 310px */280px;
	margin: 55px 40px 30px 0px;
	text-align: right;
}
.rmenu_item {
	margin: 2px;
	font-size: 18px;
	line-height: 35px;
	color: #36270b;
	font-weight:bold;
/* 	background-image: url(images/menu_bg.gif); 
	background-repeat: repeat-x;*/	
}
.webdesign
{
	color: #0F3658;
	background-color: inherit;
}
/* TEXT */
p
{ 
	font-family: "Courier New", Courier, mono; 
} 

h4
{ 
	font-family: "Courier New", Courier, mono;
	font-size:16px; 
	color: #FFFFF2; 
} 

h3
{ 
	font-family: "Courier New", Courier, mono; 
	font-size:16px;
	text-decoration:underline;
} 


a 
{
	color: #fffff2;
}

a:hover
{
	text-decoration: none;
}

/* LINKS */
a.rmenu_link, a.rmenu_link:visited
{
	color: #36270b;
	text-decoration:none;
	font-weight:bold;
 	background-image: url(images/link_bg.jpg); 
	background-repeat: repeat-x;
	padding: 5px;

}
a.rmenu_link:hover
{
	color: #36270b;
	text-decoration: none;
	font-weight: bold;
	background-color: #ead388;
	padding: 5px;
}

a.recordings:link, a.recordings:visited
{
	color: #ead388;
	text-decoration: underline;
}
a.recordings:hover
{
	color: #ead388;
	text-decoration: none;
}

/* TABLES */

#info table, table#info {font-family: "Courier New", Courier, mono;/* width:400px; */font-size:12px;border-top:1px solid #ccc2a3; border-left:1px solid #ccc2a3; margin-bottom:10px;}
#info caption{margin:5px 0 5px 0; padding-bottom:10px; text-align:left; font-size:15px; font-weight:bold;}
#info th{text-align:left; padding:3px; border-bottom:1px solid #ccc2a3; border-right:1px solid #ccc2a3;}
#info td{text-align:left; padding:3px 6px 3px 6px; border-bottom:1px solid #ccc2a3; border-right:1px solid #ccc2a3;}
#info .info th{border-bottom:1px solid #ccc2a3; border-right:1px solid #ccc2a3;}
#info .info-header th{background:#ead388; color:#36270b; font-weight:bold;}
/*
#info  a{border-bottom:1px dashed #b2a034;}
#info  a:hover{border-bottom:1px solid #b2a034;}
*/
