@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../assets/music017.gif);

}

#wrapper{
width: 700px;

margin: 5px auto 0 auto;
background-color: #79c;
text-align: left;
border: solid 1px;
position: relative;
}

#header{

width: 700px;
height: 150px;
position: relative;
border-bottom: solid black 1px;
}

#header img {
border: solid 1px black;
margin: 10px;
}

#flagLogo {
height: 115px;
    width: 125px;
    float: right;
	margin: 0 10px;
	}

#header h1 {
position: absolute;
left: 200px;
top: 10px;
}

#header h2 {
position: absolute;
left: 200px;
top: 45px;
}

#header h3 {
position: absolute;
left: 200px;
top: 80px;
}

#header h4 {
position: absolute;
left: 200px;
top: 100px;
}

#title {
	width: 465px;
	height: 120px;
	float: left;
	background: url(../Templates/assets/sandner_logo2.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	text-align: right;
	}
	
h1{
font-size:22px;
margin: 10px 30px 0 0;


}

h2{
font-size: 18px;

}

h1, h2 { 
color: #222222;
}

h3, h4{
font-size: 16px;

color: #222;
}

h1,h2,h3 {
margin: 10px 180px 0 0;
}




p img{
float: left;
margin: 15px 15px 15px 0;
border: solid 1px black;
}

#mainText {
position: relative;
width: 535px;

float: left;
}

#mainText p{
margin-left: 15px;
font-size: .92em;

}





#mainPics {
position: relative;
width: 620px;
float: left;
margin: 30px 40px;
}

#mainPics img  {
border: solid 1px black;
}


table {
margin: 0 auto 50px auto;
border-collapse: collapse;
border: 2px solid #222;

}

caption {
font-weight: bold;
padding: 5px 3px;
font-size: 1.6em;

}

th, td {
width: 66px;
border-width: 1px;
border-style: solid;
border-color: #222;

}

th {
font-size: 1em;
text-align: center;
border-bottom: 2px solid #222;
}
td {
font-size: .9em;
}
.gig {
font-size: .88em;
}

.gigSm {
font-size: .7em;
font-weight: bold;
}



.sidebar{
width: 150px;
float: right;
margin-left: 15px;

}
ul.nav{
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

#mainPics a {
text-decoration: none;
list-style-type: none;
color: black;
}

#mainPics a:hover {
text-decoration: underline;
color: #B01E37;
}

ul.nav a{
display: block;
width: 7em;

	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	color: #474F49;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CED2B6;
	border-bottom-color: #CED2B6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CED2B6;
	border-left-color: #CED2B6;
}
ul.nav a:hover{
background-color: #FBFCF9;
}

.clear {
clear: both;
}
