* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #FFF;
	font-size: 11px;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* header */

#head_logo {
	text-align: right;
	height: 77px;
}
#head_logo img {
	margin: 15px 0 0 0;
}

#head_menu {
	margin: 14px 0 0 0;
}
#head_menu ul {
	list-style: none;
	list-style-image: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 18px;
	height: 26px;
}
html>body #head_menu ul {
	margin: 0 0 11px 0;
}
#head_menu ul li {
	float: left;
	padding: 0;
	margin: 0;
}

/* main content areas */

#colLeft {
	float: left;
	width: 667px;
	margin: 0 0 0 9px;
}
html>body #colLeft {
	margin: 0 0 0 18px;
}
#colRight {
	float: left;
	width: 193px;
}

/* left styles */

#colLeft div#banner {
	height: 278px;
	width: 667px;
	background-image: url(/images/bandback-tjl.jpg);
	border: 1px solid #666666;
	margin: 0 0 7px 0;
}
html>body #colLeft div#banner {
	width: 665px;
}

#colLeft div#banner img#bandTitle {
	float: left;
	margin: 10px 0 0 10px;
}
#colLeft div#banner img#bandPhoto {
	float: right;
	margin: 9px 10px 0 0;
	border: 1px solid #666666;
}

#colLeft div#topMenu {
	clear: both;
	height: 44px;
	background-image: url(/images/line-tjl.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#colLeft div#topMenu h1 {
	float: left;
	display: block;
	width: 237px;
	height: 43px;
	background-image: url(/images/spare.gif);
	margin: 0;
	padding: 0;
}
#colLeft div#topMenu h1 img {
	margin: 0 0 0 16px;
}
#colLeft div#topMenu ul {
	display: block;
	float: right;
	width: 429px;
	height: 43px;
	margin: 0 0 -2px 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background-image: url(/images/spare2-tjl.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
html>body #colLeft div#topMenu ul {
	margin: 0;
}
#colLeft div#topMenu ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#colLeft div#content {
	clear: both;
	background-image: url(/images/tabback2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 16px 16px;
}

.innerContent, .innerContentNews {
	border-left: 1px solid #cc0000;
	padding: 0 0 5px 12px;
	margin: 0 0 4px 0;
	text-align: left;
}
.innerContent p, .innerContentNews p {

}
.innerContentNews {
	padding-right: 35px;
	padding-bottom: 0;
}
.innerContentNews p {
	padding: 0;
}

.boxBorder {
	border: 1px solid #666666;
	background-color: #000;
}

/* footer */

#footer {
	padding: 8px 0 0 0;
	text-align: center;
}
#footer {
	font-size: 9px;
	color: #333;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* common styles */

.clear {
	clear: both;
}
html>body .clear {
	height: 1px;
	display: block;
}
.white {
	color: #FFF;
}

/* general tags */

h1 {
	font-size: 12px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	padding: 0 0 5px 0;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	padding: 0 0 5px 0;
}
ul {
	margin: 0 0 0 30px;
}
p {
	padding: 0 0 8px 0;
}
a:link {
	
	color: #A50000;
}
