@charset "utf-8";
/* CSS Document */

body {
	margin:15px;
	background-color:#fff;
	padding:0px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
img{border:none;}
a{color:#d32327; font-weight:bold;text-decoration:none;}
a:visited{color:#d32327; font-weight:bold;text-decoration:none;}
a:hover{color:#d32327; font-weight:bold;text-decoration:underline;}
p{
	margin:0px 0px 12px 0px;
}
ul{
	margin-top:-10px;
	margin-bottom:15px;
}
li{
	margin:0px;
}
form{
	margin:0px;
}
input{
	height:15px;
	margin:0px 0px 2px 0px;
}
textarea{
}
.container{
	margin:0px auto;
	width:870px;
}

.nav{
	float:left;
	width:136px;
	margin-right:15px;
	padding-top:30px;
}

.main{
	float:left;
	width:486px;
	margin-right:15px;
}
.mainBox{
	float:left;
	width:486px;
	margin:5px 0px 0px 0px;
	background-color:#d32327;
}
.showBox{
	float:left;
	width:456px;
	background: #fff url(../images/show_bg_u2.gif) bottom left no-repeat;
	margin:15px;
}
.showDetails{
	float:left;
	width:246px;
	margin-left:210px;
	padding:0 0 15px 0;
	text-align:center;
}
.showDetails p{
	margin:0px 0px 7px 0px;
}
.venue{
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:0px;
}
.venueInfo{
	line-height:14px;
}
.mainCopy{
	float:left;
	width:445px;
	margin:0px 0px 0px 20px;
	color:#fff;
}
.mainCopy a{color:#ff0; font-weight:bold;text-decoration:none;}
.mainCopy a:visited{color:#ff0; font-weight:bold;text-decoration:none;}
.mainCopy a:hover{color:#ff0; font-weight:bold;text-decoration:underline;}

.sidebar{
	float:left;
	width:212px;
	margin-top:12px;
}
.sidebarBox{
	float:left;
	width:212px;
	margin:5px 0px 0px 0px;
	background-color:#d32327;
}
.sidebarCopy{
	float:left;
	width:183px;
	margin:7px 0px 10px 15px;
	color:#fff;
	line-height:14px;
	font-size:11px;
}
.sidebarCopy p{
	margin:0px 0px 7px 0px;
}

.footer{
	float:left;
	width:850px;
	margin-top:20px;
	padding-bottom:20px;
}
.footer .left{
	float:left;
	width:650px;
}
.footer .right{
	float:left;
	width:150px;
	margin-left:30px;
	text-align:right;
}


/* styles just for ad */

.adDetails{
	float:left;
	width:261px;
	padding-bottom:20px;
	text-align:center;
}
.adLeft{
	float:left;
	width:160px;
	margin-right:20px;
	padding-bottom:10px;
	text-align:center;
}
