@charset "utf-8";
body {
	font-size:1.1em;
	font-family:"Times New Roman", Times, serif;
	line-height:1.5em;
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	padding-left: 0px;
	background-color: #dddddd;

}
.tbg #container {
	width: 1004px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #dddddd;
	background-repeat: repeat-y;
}
.tbg #header {
	width:932px;
	height: 575px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #dddddd;
	background-image: url(graphix/WebsiteheaderTitlePix_01d_772-547.jpg);
	padding-top: 5px;
}
.tbg #header h1 {
	margin-left: -2000px; 
}

.tbg #nav {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: right;
	height: 75px;
	width: 890px;
	font-family: "Negotiate Free";
	}
.tbg #nav ul{
	list-style:none;
	margin-right:80px;
	margin-top:45px;
	text-align:center;
}
.tbg #nav ul li {
	display:inline;
}
.tbg #container #header #nav ul li a {
	font-family: "Negotiate Free";
}
.tbg #nav li img {
	vertical-align:bottom;
	}
	
.tbg #nav li a:link, #nav li a:visited {
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	padding: 0 9px;
	/*	background: url(graphix/curlyq.gif) bottom no-repeat;*/
	font-size:1.1em;
	font-weight:normal;
	color:#2A1F00;
	text-align:center;
}
.tbg #nav li a:hover {
	/*	background: url(graphix/curlyq2.gif) left no-repeat;*/
	color:#551fff;
	text-decoration: underline;
}
.tbg #mainContent {
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:18px;
	color: #ff1f00;
	font-family: "Negotiate Free";
	padding-left: 0px;
	text-align: center;
	line-height: normal;
}
.tbg #mainContent a{
	color:#F43E00;
	text-decoration:none;
	font-family: "Negotiate Free";
	font-weight: normal;
	text-align: center;
}
.tbg #mainContent a:hover{
	color: #551fff;
	font-family: "Negotiate Free";
	text-align: left;
	font-size: 18px;
	line-height: inherit;
	text-decoration: underline;
}
.tbg #container #mainContent .khakiBoxMid3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2a1f00;
}

.tbg #mainContent h1 {
	color:#7d6939;
	padding-bottom:10px;
	font-family: "Negotiate Free";
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	line-height: 2px;
}
/*.tbg #mainContent p{
	font-size:1.1em;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	line-height:1.5em;
}*/
.tbg #mainContent p .smaller{
	font-size: 0.7em;
	font-family:"Negotiate Free";
	font-weight: bold;
	}
.tbg #mainContent .boxes {
	width:auto;
	margin:0px;
	padding:0px;
	font-size: 18px;
	border-bottom: solid #2a1f00 0px;
	border-right: solid #2a1f00 3px;
	border-top: solid #2a1f00 3px;
	color: #7d6939;
	border-left: solid #2a1f00 3px;
	height: auto;
	}
.tbg #mainContent .khakiBoxTop, .blueBoxTop {
	/*width:900px;*/
	height:15px;
	margin:0px;
	padding:0px;
}
.tbg #mainContent .khakiBoxTop {
	background-repeat:no-repeat;
	}
.tbg #mainContent .blueBoxTop {
	background-repeat:no-repeat;
	}
.tbg #mainContent .khakiBoxMid, .blueBoxMid	{
	width:auto;
	margin:0 0 0 0;
	padding:0px 0px 0px 0px;
	float:none;
	height: auto;
	}
	
.tbg #mainContent .khakiBoxMid p, .blueBoxMid p	{
	text-align:center;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
.tbg #mainContent .khakiBoxMid {
	background-repeat:repeat-y;
	font-family: "Negotiate Free";
	text-align: left;
	border: 1px 1px 1px 1px;
	font-size: 24px;
	border-bottom: solid #2a1f00 3px;
	padding-left: 5px;
	padding-right: 5px;
	}
.tbg #mainContent .blueBoxMid {
	background-repeat:repeat-y;
	text-align: left;
	background-color: #d2cfcf;
	}					
.tbg #mainContent .khakiBoxMid h2, .blueBoxMid h2{
	font-family:"Negotiate Free";
	font-size: 24px;
	color: #7d6939;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
	}
.tbg #mainContent .khakiBoxBottom, .blueBoxBottom {
	width:auto;
	height:17px;
	float:none;
	clear:both;
}
.tbg #mainContent .khakiBoxBottom {
	background-repeat:no-repeat;
	height:auto;
	clear:both;
	font-size: 36px;
	text-align: center;
	font-family: "Negotiate Free";
	font-weight: normal;
	background-attachment: fixed;
	text-transform: capitalize;
	color: #7d6939;
	}
	
.tbg #mainContent .blueBoxBottom {
	background-repeat:no-repeat;
	height:12px;
	clear:both;
	}
	
.tbg #footer {
	padding: 10px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0 auto;

}
.tbg #footer table {
	margin:0 auto;
	}
.tbg #footer p {
	color: #2a1f00;
	font-family:"Negotiate Free";
	font-size:0.8em;
	text-align:center;
	margin-right: 23px;
	font-weight: bold;
}
/* ******** Misc ******** */

.albumCover {
	float:left;
	padding-left:30px;
	padding-right: 30px;
	border-color: #7d6939;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px; /* Sets the font size to 1 pixel.*/
	line-height: 0; /* Sets line-height to 0 -font and line-height; even if not explicitly on the page, they might add dimension to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0; /* Makes sure the clearing element has no height */
}
.smaller2 {
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
	}
.star {
	color:#FFFF00;
	font-weight:bold;
	font-size:1.2em;
}
.cdForm {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
.cdForm td {
	padding: 3px;
}
#nexlynx {
	text-align:left;
	font-size:0.7em;
	font-family:"Negotiate Free";
	color:#2a1f00;
	padding-left:0px;
	font-weight: bold;
}
#nexlynx a, a:visited{
	color:#F43E00;
	text-decoration:none;
}
#nexlynx a:hover {
	color:#551fff;
	text-decoration:underline;
}
/* ******** Photo Gallery ******** */
.tbg #show3 {
	background-color:#333;
	width:720px;
	margin:0 auto;
	font-family: "Negotiate Free";
	font-size:0.9em;
	color:#fffbf0;
	font-weight:normal;
	text-align:center;
}
.tbg #show3 table td{
	height:50px;
	font-size:0.9em;
	color:#333;
/*background-image:url('38.gif');*/
}
.tbg #show3 table input {
outline-style:none;
}
.tbg .caption {
	font-size:0.9em;
	font-weight:normal;
	border: 4px;
	border-color: #2a1f00;
	border-style: double;
}
.tbg #container #mainContent .boxes .blueBoxMid table {
	font-size: 10px;
	text-align: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: solid #2a1f00 3px;
}
.co {
	color: #f5f0d7;
	font-weight: bold;
}
.text {

}
.tbg #container #mainContent .boxes .blueBoxMid table tr td h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tbg #container #mainContent .boxes .blueBoxMid table tr td p .youtube {
	color: #c82c2f;
}
.tbg #container #mainContent .boxes .blueBoxMid table tr td {
	font-family: "Times New Roman", Times, serif;
	padding-right: 0px;
	padding-left: 0px;
}
.tbg #container #mainContent .boxes .blueBoxMid table tr td .text .co {
	font-size: 18px;
}
.tbg #container #mainContent .boxes .blueBoxMid table tr td .text {
	font-size: 18px;
	color: #7d6939;
	text-align: center;
	font-family: "Negotiate Free";
	font-weight: normal;
}
.tbg #container #mainContent .boxes .khakiBoxMid p {
	text-align: left;
	font-family: "Negotiate Free";
	height: auto;
	color: #2a1f00;
}
.TBGNEWS {
	font-family: "Negotiate Free";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2a1f00;
	padding-left: 15px;
	height: 500px;
	width: auto;
	max-height: 600px;
	overflow: auto;
	text-align: left;
	padding-right: 15px;
	background-color: #EAEAEA;
	border-top: solid #2a1f00 3px;
}

.tbg #announcingtributecd {
	font-family: "Negotiate Free";
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: 7d6939;
	text-decoration: underline blink;
}
.tbg #container #mainContent .grayiBoxMid {
	background-color: #fff;
}
.tbg #container #mainContent .boxes .khakiBoxMid2 {
}
