@charset "UTF-8";
/* CSS Document */
 @import url(schedule.css);
 @import url(artist.css);


body, h1, h2, h3, h4, h5, div, ul, li, a, table, tr, td{
	margin:0; padding:0;}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#container{
position:absolute;
width:745px;
height:820px;
background-image:url(../_images/concert09_bg_2.jpg);
background-repeat:no-repeat;
}


#nav {
margin-top: 175px;
margin-left:43px;
height:23px;
width:640px;
background-color:#CC6600;
text-align:center;
font-size: 0.8em;
}

#nav ul{
padding: 3px 10px 1px 10px;
text-align:center;
}

#nav ul li{
display: inline;
text-align:center;
border-right: 1px solid  #49200e;
padding:1px 8px 1px 8px;
color: #49200e;
}

#nav ul li:last-child{
	border-right:0px;
}

#nav ul li a {
display: inline-block;
text-decoration:none;
text-align: center;
color: #49200e;
padding: 0px 5px 0px 5px;

}

#nav ul li a.current {
color: #fff;
text-decoration:underline; 
}

#nav ul li a:hover, #nav ul li a:active{
color:fff;
}

#schedule, #vip, #ticket, #faq, #sponsor {
position: relative;
margin-left:90px;
margin-top:15px;
padding: 0px;
width:550px;
font-size:11px;
}

#home {
position: relative;
margin-left:90px;
margin-top:15px;
padding: 0px;
width:550px;
font-size:11px;
}

#artist{
position: relative;
margin-left:90px;
margin-top:25px;
padding: 0px;
width:530px;
font-size:11px;
}

#home h1, #schedule h2, #vip h2, #ticket h2, #faq h2, #sponsor h2{
color:#FFFFFF;
font-size:1.6em;
font-weight:600;
line-height:1.1em;
text-shadow: 2px 2px 2px #333;
margin-bottom:10px;
}

#oregon_oregon {
	float: right;
	border: 1px solid #999;
	background-color:#CC6600;
	margin: 0 10px 5px 10px;
	width: 200px;
}

#oregon_oregon a {
	text-decoration: none;
}

#oregon_oregon a:hover {
	text-decoration: underline;
}

#oregon_oregon p {
	padding: 4px;
	margin: 0;
}

#clear{
	clear:both !important;
}

#tmLogo, #sponsorLogo{
margin-top:35px;
width:100%;
text-align:center;
}


#tmLogo a:link img {
	text-decoration:none;
	}
	
/* #tmLogo a:link, #tmLogo a:visited, #tmLogo a:hover, #tmLogo a:active {
	text-decoration:none;
	} */