body {
	background-color: Black;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: White;
}

a {
	color: White;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	color: #D5DB91;
	font-size: 1.7em;
}
#body {
	background-color: Black;
	background-image: url(../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	width: 100%;
}
#main {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 800px;
}
#left {
	float: left;
	width: 225px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#leftupper {
	margin: 75px 25px 0 25px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#left .lefttop {
	height: 20px;
	background-image: url(../images/lefttop.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#left .leftcontent {
	background-image: url(../images/leftmenu.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#left .leftitems {
	margin: 0 35px;
	padding: 0;
}
#left .leftitems .heading {
	color: Gray;
	margin-bottom: 8px;
}
#left .leftitems h3 {
	color: #D5DB91;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#left .leftitems .date {
	float: right;
	font-size: 10px;
	line-height: 18px;
	margin-left: 3px;
}
#left .leftitems .line {
	height: 12px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
}
#left .leftitems a {
	color: #A8005B;
}
#left .leftitems a.mainMenu {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
}
#left .leftitems a.mainMenu:hover {
	text-decoration: underline;
}
#left .leftbottom {
	height: 20px;
	background-image: url(../images/leftbottom.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#middle {
	float: left;
	font-size: 1.4em;
	width: 575px;
	margin: 0;
}
#middle .content {
	margin: 0px 20px 10px 0;
	text-align: justify;
}
#middle .content a {
	color: #A8005B;
}
#middle .content .reverse {
	background-color: #D5DB91;
	color: Black;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 5px;
	margin: 10px 0;
}
#middle .content .bands {
	text-align: left;
}
#middle .content .band {
	color: #D5DB91;
	font-size: 2.5em;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#middle .content .band a {
	color: #D5DB91;
	text-decoration: none;
}
#middle .content .band a:hover {
	text-decoration: underline;
}
#middle .content strong {
	color: #D5DB91;
}
#middle .big {
	font-size: 2.3em;
	text-transform: uppercase;
}
#middle .content .item h3 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
#middle .content .item img {
	margin: 0 20px 20px 20px;
}
#middle .content .item div.sponsor {
	width: 120px;
	height: 120px;
	margin: 0 28px 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #D5DB91;
	float: left;
	text-align: center;
}
#middle .content .item div.sponsor img{
	margin: 0;
}
#middle .content .item div.sponsor a {
	color: #D5DB91;
}
#middle .content .item a img {
	border: 2px solid #D5DB91;
}
#middle .content .item a:hover img {
	border: 2px solid #A8005B;
}
#middle .content .item strong {
	color: #D5DB91;
}

.cleaner {
	clear: left;
	line-height: 0;
	font-size: 0;
	height: 0;
}
.comment {
	padding: 0 1em 1em;
	margin-bottom: 1em;
}
.pic-menu {
	text-align: center;
	margin: 1em;
}
.album {
	position: relative;
	margin: 1em 0 0;
	padding: 1em;
	border: 1px solid #a9a9a9;
}
.album * {
	position: relative;
}
.album-name {
	color: #4B0082;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	
}
.gallery-tbn-box {
	float: left;
	background: url(bgs/pic_bg.gif) no-repeat right bottom;
}
.gallery-tbn {
	margin: 3px;
}
#middle .content .item  .gallery-tbn img {
	margin: 0;
}
.gallery-tbn a img {
	border: 1px solid #a9a9a9;
}
.gallery-tbn a:hover img {
	border: 1px solid #4B0082;
}
.gallery-pic {
	text-align: center;
	margin-bottom: 1em;
}

#foot {
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 81px;
	text-align: left;
}
#foot .inner {
	margin: 0px auto;
	width: 800px;
}
#foot .inner .content {
	padding: 15px;
}
#foot .inner .content {
	padding: 15px;
}
#foot .inner .content .loga {
	float: left;
}
#foot .inner .content .loga a img {
	border: 0;
}
#foot .inner .content .copyright {
	text-align: right;
	font-size: 10px;
	color: Gray;
	line-height: 50px;
}
#foot .inner .content .copyright a {
	color: Gray;
	text-decoration: underline;
}
#foot .inner .content .copyright a:hover {
	color: White;
}
