@charset "UTF-8";
/* Poker Run CSS Style */

body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 800px;
	z-index: 0;
	background-color: #000;
	background-image: url(../images/column_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	width: 800px;
	height: 29px;
	background: url(../images/menu_bg.jpg) repeat-x;
	z-index: 0;
	float: left;
	width: 800px;
}
#right_column {
	width: 201px;
	float: right;
	z-index: 0;
	background: url(../images/column_bg.jpg) repeat-y;
	height: 753px;
	padding-top: 200px;
}
#flash_banner{
	height: 220px;
	width: 599px;
	z-index: 0;
	float: left;
	left: 0px;
}
#news {
	float: left;
	width: 203px;
	height: 553px;
	background: #f2f2f2;
	z-index: 0;
}
#news_heading {
	float: left;
	height: 70px;
	width: 203px;
	background: url(../images/news_heading_bg.png) no-repeat;
}
#news_content {
	width: 203px;
	float: left;
	background: url(../images/news_heading_content_bg.png) repeat-y;
}
#content {
	width: 599px;
	float: left;
	background: #cccccc;
	z-index: 0;
}
#pocker_logo {
	float: right;
	z-index: 1;
	height: 212px;
	width: 244px;
	position: absolute;
	margin-left: 580px;
	margin-top: 55px;
}
#footer {
	clear: both;
	height: 25px;
	width: 800px;
	background: #F00;
}
.menu_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 35px;
	padding-top: 8px;
}
a:link{
	font: bold 12px "Arial Black", Gadget, sans-serif;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font: bold 12px "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font: bold 12px "Arial Black", Gadget, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

/* Contact Form */

#formclass{
	width: 410px;
	margin: 0 auto;
	margin  30px;
}

.contact_header {
	color: #FFF;
	font: italic 14px "Arial Black", Gadget, sans-serif;
	width: 530px;
	height: 77px;
	padding: 22px 0px 0px 90px;
	background: url(../images/contact_form_heading.jpg) no-repeat;
}

.contact_content p{
	margin: 10px;
}

/* Scroller */
#pscroller1{
width: 190px;
height: 550px;
padding: 5px;
text-align:center;
}


.someclass{ /*class to apply to your scroller(s) if desired */ }

.logo_align{ margin: 10px 0 10px 0; }
img{ border: none; }