@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
  	min-width: 1024px;
	background-image:url(../images/gsrt_bg_all.jpg);
	background-position: top center;
	background-repeat: repeat;
}

div#wrapper {
	text-align: left;
 	width: 1024px;
  	margin-left: auto;
  	margin-right: auto;
} 

div#head {
	width: 1024px;
	height: 193px;
	background-image: url(../images/gsrt_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#languages {
	margin-top: 7px;
	margin-right: 7px;
	width: 30px;
	float: right;
	text-align: center;
}

div#languages a {
	font-size: 12px;
	color: #827b00;
	text-decoration: none;
}

div#menu {
	width: 1024px;
	height: 27px;
	background-image: url(../images/gsrt_bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

div#menu ul {
	list-style:	none;
	margin: 0;
	padding: 6px;
}

div#menu ul li {
   display: inline;
   text-align: center;
   padding: 0 7px 0 7px;
   border-right: 1px solid;
}

div#menu ul li.last_item {
   border-right: none;
}

div#menu ul li a {
	font-weight: bold;
	color: #636363;
	text-decoration: none;
}

div#menu ul li a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div#menu ul li a.menu_active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div#menu ul li a.last {
	border-right: none;
}

div#body {
	width: 1024px;
	background-image: url(../images/gsrt_bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 499px;
}

div#body_container {
	margin: 0px;
	padding: 20px 35px 20px 35px;
}

div#body_container p.date_added {
	color: #827b00;
}

div#body_container span.date_added {
	margin-right: 10px;
	color: #827b00;
}

div#body_container h1.news {
	color: #52950b;
}

div#body_container span.gigs {
	margin-right: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #af52a1;
}

div#body_container span.place {
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.content {
	margin: 0;
	padding: 0 20px 10px 20px;
	text-align: justify;
	color: #333333;
}

.content_gigs {
	margin: 0;
	padding: 0 20px 10px 88px;
	text-align: justify;
	color: #333333;
}

div#news_text a,
div#body_container a {
	color: #f93abe;
	text-decoration: none;
}

div#news_text a:hover,
div#body_container a:hover {
	color: #92266e;
	text-decoration: none;
}

div#album {
	height: 250px;
}

div#album img {
	padding-right: 15px;
}

div#footer {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #999999;
	font-size: 9px;
	text-align: center;
}
