/* -------------------------------------------------------------- 
  
   Palladium Homepage CSS
   * Version:   1 (17/06/2009)
   * Website:   http://www.palladiumlounge.com
      
   This is the homepage CSS-file for the site.
   
-------------------------------------------------------------- */

body {
	background:#191e23;
}

a {
	color:#781b7c;
	font-weight:bold;
}

p, ul, li, h1, h2, h3, h4, h5 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:20px;
}

#main p, ul {
	color:#5c5c5c;
	font-size:11px;
	margin-top:10px;
}

#main li {
	color:#5c5c5c;
	font-size:11px;
	margin-top:5px;
}

#main h1 {
	color:#781b7c;
	font-size:36px;
	line-height:40px;
}

#main h3 {
	color:#781b7c;
	font-size:24px;
	line-height:36px;
}

#main ul {
	margin:10px 0px 20px 40px;
}


#bodyimposter { 
	background: url(../images/palladium_site_bg.jpg) no-repeat scroll center top;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	width: 950px;
	padding-top:20px;
	padding-bottom:40px;
}

#header {
	background:url(../images/palladium_events_header_bg.jpg) no-repeat center top;
	width: 950px;
	height: 166px;
}

#header h2 {
	background:url(../images/palladium_lounge_logo.gif);
	width:300px;
	height:75px;
	margin:20px;
	float:right;
}

#header h2 span {
	display: none;
}

#header a {
	position:absolute;
	top:20px;
	width: 300px;
	height: 75px;
}

#main {
	background:#ffffff url(../images/palladium_main_events_bg.gif) repeat-y;
	padding-bottom:30px;
}


#leftpic {
	background:#ffffff url(../images/palladium_roulette_pic.jpg) no-repeat;
	float:left;
	width:185px;
	height:535px;

}

#centercontent {
	float:left;
	width:680px;
	padding:20px;
	min-height:620px;

}

#rightcol {
	float:left;
	width:200px;
	padding:20px;
}

#footer {
	clear:both;
	color:#FFFFFF;
	text-align:center;
}

hr {
	display:none;
}

.hr {
	margin:10px 0px;
	background:url(../images/hr_bg.gif);
	height: 3px;
	width: 700px;
	clear: both;
}

#switch {
	position:absolute;
	top:119px;
	left: 835px;
}


#centercontent h3 {
	margin:20px 0px 0px 0px;
	height:28px;
}

.event {
	margin-top:0px;
	min-height: 50px; height: auto !important; height: 50px;
	clear: both;
}


.event img {
	margin:20px;
	float: left;
	clear: left;
}

.eventcontent {
	/*position:absolute;
	left:200px;
	top: 20px;*/
	float: left;
	width:460px;
	margin: 20px 0px;
}


#centercontent h5 {
        color:#781b7c;
font-size:11px;
position:absolute;
top:0px;
right:0px;
}


#centercontent h5 strong {
       font-weight:bold;
}

#list {
padding-left:20px;
	width:600px;
}

strong {font-weight:bold;}