﻿* {
  padding: 0px;
  margin: 0px;
}
.clr {
	clear:both;
}

body {
	background-image: url(../images/background.gif);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width:770px;
	margin:0px auto;
	border:5px solid #fff;
	background-color: #FFFFFF;
}
#header {
	position:relative;
	background-image: url(../images/guitarist.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:98px;
	border-bottom: 3px solid #2f5a87;
}
#logo {
	float:left;
	margin:0px;
	margin-right:-150px;
}
#lang {
	position:absolute;
	font-size: 1.2em;
	right: 50px;
	
}
#lang a {
	color:#999999;
}
/*-----navigation-------*/
#navigation {
	float:right;
	margin-top:74px!important;
	margin-top: 72px;
	margin-bottom: -10px;
	width: 500px;
	
}
#navigation ul {
}
#navigation li {
  display: inline;
}
#navigation li a {
	display: block;
	float: left;
	padding: 0.5em 2em;
}


/*-----content---------*/
#content {
  line-height: 1.2em;
	color: #223;
	background-color: #34689a;
	padding:5px;
	min-height:350px;
}


#l {
	width:200px;
	float:left;
}
#main {
	width:550px;
	float:right;
	margin:0px;

}
#r {
	width:322px;
	float:right;
}
#c {
	width:430px;
	float:left;
}
.rmodule {
	background-color: #e6ebf0;
	border: 1px solid #FFFFFF;
	padding:10px;
	margin-bottom:5px;
	clear:both;

}
.smodule {
	background-color: #fff;
	border: 1px solid #FFFFFF;
	padding:10px;
	margin:5px 0px;
	clear:both;
}
.smodule h1 {
	font-size:1em;
	text-indent:1em;
	font-weight:normal;
	color:#fff;
	background-image: url(../images/heading.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display:block;
	height:24px;
	line-height:24px;
	margin:-10px -10px 0px -10px;
	
}

.inner {
	background-color: #fff;
	padding:5px;
	margin-bottom:5px;

}
fieldset {
	background-color: #fff;
	border: 1px solid #ccc;	
	padding:5px;
	margin:5px;

}
fieldset legend {
	font-weight:bold;
	

}
fieldset p {
margin:5px;
}

/*-----footer---------*/

#footer {
	border: 1px solid #005A93;
	height: 60px;
	padding:2px;
	margin:2px 0px;
	background-image: url(../images/slogan.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	clear:both;
}
#footer_menu {
	margin:5px auto auto 10px;
}


/*-----other---------*/

#about #header {
  background-image: url(../images/lineup.gif);
}
#photos #header {
  background-image: url(../images/basshead.gif);
}
#live #header {
  background-image: url(../images/bassist.gif);
}
#contact #header {
  background-image: url(../images/drummer.gif);
}


/*-----r------------*/
.select {
border:1px solid #999999;
width:230px;
margin:5px auto 5px 10px;
font-size:1.2em;
}
.r1_banner {
	margin:5px auto;
	height:67px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
	cursor:pointer;
	border:1px solid #fff;
}
#content p {
	text-indent:1em;
}
.smodule ul {
	padding:0em;
	list-style:none;
	
}
.rmodule ul{
	padding:1em 1.8em;
}
.smodule th,.smodule td 
{
border:1px solid #fff;
}
.smodule th {
display:none;

}
.smodule span {
display:block;
background:#e5e5e5;
font-weight:bold;

}