@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(textdust.jpg);
}

#wrapper{
width: 700px;

margin: 5px auto 0 auto;
background-color: #79c;
text-align: left;
border: solid 1px;
position: relative;
}

#header{
border-bottom: solid red 5px;
width: 700px;
height: 120px;
}

#title {
	width: 465px;
	height: 120px;
	float: left;
	background: url(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;
margin: 10px 30px 0 0;
}

h1, h2 { 
color: #773333;
}

h3{
font-size: 16px;
margin: 10px 30px 0 0;
color: #993333;
}



p img{
float: left;
margin: 15px 15px 15px 0;

}

#mainText {
position: relative;
width: 500px;
margin: 0;
float: left;
}

#mainText p{
margin-left: 15px;
font-size: .84em;

}

#mainText p.video{
margin: 50px 80px 30px;
}



.sidebar{
width: 180px;
float: right;
margin-left: 15px;

}



ul.nav{
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

ul.nav a{
display: block;
width: 6em;

	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;
}


.venueInfo a:link, .venueInfo a:visited {

color:black;
text-decoration: none;
outline: none;
}

.venueInfo a:hover, .venueInfo a:active {
	color: #6801FF;
	text-decoration: underline;
	outline: none;
	}



#copyright {
	color: black;
	font-size: 12px;
	height: 15px;
	width: 600px;
	margin: 0 50px;
	float: left;
	clear: both;
	
	}

.clear {
clear: both;
}



