@charset "UTF-8";

a {
	color: #ffaa06;
}
a:active,
a:focus,
a:link,
a:visited,
a:active,
a:active img,
a:focus img,
a:link img,
a:visited img,
a:active img {
      outline: 0;
	  border: none;
}
a:hover img {
	background: none;
}
p, table {
	font-size: .9em;
	margin: 0 0 14px 0;
	padding: 0;
	line-height: 1.4em;
}
h1 {
	margin: 0 0 14px 0;
	padding: 0;
	color: #ffffff;
	font-size: 1.4em;
}
h2 {
	margin: 0 0 14px 0;
	padding: 0;
	color: #ffaa06;
	font-size: 1.1em;
}
h4 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #ffffff;
	font-size: .7em;
	font-weight: normal;
}
#content ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 14px 0;
	padding: 0;
	font-size: .9em;
}
#content li {
	
	margin: 0;
	padding: 0 0 8px 15px;
	line-height: 1.2em;
	background: url(../images/interface/star.png) no-repeat left 1px;
}
img.thumb {
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px solid #822459;
}
.gold {
	color: #ffaa06;
}
a.action {
	font-size: .7em;
	background: url(../images/interface/arrow_og.png) right no-repeat;
	padding-right: 15px;
	padding-left: 2px;
	text-decoration: none;
}
#content a.action:hover {
	background: #752753 url(../images/interface/arrow_og.png) right no-repeat;
}
#content a:hover {
	background: #752753;
}
#content a:hover.btn {
	background: none;
}
/*Content Structure */

#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav li {
	display: block;
	float: left;
	margin: 0;
	height: 29px;
	padding: 10px 12px 0 12px;
	/*background: url(../images/interface/navdiv.png) left repeat-y;*/
}
#topnav a {
	display: block;
	/*height: 29px;
	padding: 10px 12px 0 12px;*/
	font-size: .9em;
	text-decoration: none;
	color: #fcb06a;
}
#topnav a:hover {
	color: #ffffff;
}
.filmstrip {
	width: 161px;
	background: url(../images/interface/bg_filmstrip.png) top left no-repeat;
	padding: 8px 26px 15px 21px;
	display: block;
}
.filmstrip .item {
	width: 141px;
	height: 40px;
	padding: 80px 10px 10px 10px;
	margin-bottom: 8px;
}
.filmstrip .pic1 {	
	background: url(../images/left_concerts.jpg) top left no-repeat;
}
.filmstrip .pic2 {	
	background: url(../images/left_film.jpg) top left no-repeat;
}.filmstrip .pic3 {	
	background: url(../images/left_events.jpg) top left no-repeat;
}
#footer{
	margin-top: 40px;
	margin-left: 45px;
	padding: 10px 0 20px 0;
	border-top: 4px solid #370824;
	font-size: .7em;
	color: #7e2456;
	text-align: right;
}
#footer a {
	color: #7e2456;
	text-decoration: none;
}
#footer a:hover {
	color: #c73988;
}
.textarea {

}
.t1 {
	background: url(../images/interface/sep_hz.png) bottom repeat-x;
	padding-bottom: 8px;
	margin-bottom: 18px;
}
.twocol {
	width: 580px;
	display: block;
	clear: both;
	overflow: hidden;
	
}
.twocol .leftcol-bdr {
	float: left;
	width: 265px;
	padding-right: 25px;
	background: url(../images/interface/sep_vt.png) right repeat-y;
}
.twocol .leftcol {
	float: left;
	width: 265px;
	padding-right: 25px;
}
.twocol .rightcol {
	float: right;
	width: 265px;
	padding-left: 25px;
}
input, textarea {
 background-color: #812458;
 border: none;
 padding: 3px;
 color: #ffffff;
}

/*Layout Structure*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-color: #1d041a;
	background-image: url(../images/interface/bg_body.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	color: #d1d1d1;
}

#container {
	width: 846px;
	margin: 0 auto;
}

#masthead {
	background: url(../images/interface/masthead.jpg) top left no-repeat;
	height: 262px;
}
	

#topnav {
	height: 39px;
	position: relative;
	left: 96px;
	
}

#content {
	padding: 37px 0 0 45px;
	width: 801px;
	display: block;
	overflow: hidden;
	clear: both;
}
#leftside {
	width: 208px;
	float: left;
}
#rightside {
	width: 579px;
	float: right;
	padding-left: 14px;
}