
/* Start of CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.right {
	float:right;
	display:inline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End of CSS Reset */

body {
	background-color: #743007;
	background-attachment: fixed;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: auto;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #ebe7e2;
}

p {
	margin: 0;
	padding: 0;
	margin-top: 18px;
}

.nopadd {
	margin: 0;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ebe7e2;
	text-decoration: underline;
}

a:hover {
	color: #ebe7e2;
	text-decoration: none;
}

.siteby {
	float: right;
	display: inline;
}

/* Styling for main template */

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;
	margin: auto;
	width: 962px;
	left: 0;
	overflow: auto;
}

#flash {
	float: left;
	display: inline;
	width: 962px;
	height: 419px;
}

#content-outer {
	float: left;
	display: inline;
	width: 958px;
	padding: 0 2px;
	background-color: #b64f1c;
}

#nav {
	float: left;
	display: inline;
	width: 958px;
	height: 31px;
}

#content-container {
	float: left;
	display: inline;
	width: 919px;
	padding: 10px 20px 5px 19px;
	background-color: #e1d6bf;
}

#content-top {
	float: left;
	display: inline;
	width: 919px;
	height: 12px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#content {
	float: left;
	display: inline;
	width: 919px;
	background-color: #382419;
}

#content_btns {
	float: left;
	display: inline;
	width: 230px;
	min-height: 298px;
	height: auto !important;
	height: 298px;
	text-align: center;
}

#content-header {
	float: left;
	display: inline;
	width: 689px;
	height: 93px;
}

#content_text {
	float: left;
	display: inline;
	width: 679px;
	padding: 0 10px 10px 0;
	min-height: 195px;
	height: auto !important;
	height: 195px;
}

#content-bottom {
	float: left;
	display: inline;
	width: 919px;
	height: 15px;
	background-image: url(images/bot_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#footer {
	margin: auto;
	text-align: left;
	width: 936px;
	height: 68px;
	padding: 0 13px;
	background-position: 0 0;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	font: 11px/68px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer a {
	font: 11px/68px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* End of main template styling */

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

form p.topform {
	padding-top: 14px;
}

label {
	float: left;
	display: inline;
	width: 150px;
}

.mailinglist {
	width: 200px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #4b2510;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ebe7e2;
	border: #ebe7e2 solid 1px;
	width: 205px;
}

select {
	background-color: #4b2510;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ebe7e2;
	border: #ebe7e2 solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 70px;
}

.submit {
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #4b2510;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ebe7e2;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 150px;
	height: 21px;
}

/* End of Form Styling */

#poker-top {
	float:left;
	display:inline;
	width:555px;
}

#poker-repeat {
	float:left;
	display:inline;
	width:555px;
	background:url(images/poker-repeat.jpg) repeat-y;
}
	#poker-repeat .row{
		padding-left:40px;
		width:515px;
		float:left;
		display:inline;	
		color:#ffffff;	
		margin-bottom:15px;
	}
	
		#poker-repeat .pos{
			float:left;
			display:inline;	
			width:50px;
			text-align:center;
			font-size:18px;
		}
		#poker-repeat .player{
			float:left;
			display:inline;	
			width:148px;
			text-align:left;
			font-size:16px;
		}
		#poker-repeat .history{
			float:left;
			display:inline;	
			width:130px;
			text-align:center;
			font-size:13px;
		}
		#poker-repeat .played{
			float:left;
			display:inline;	
			width:85px;
			text-align:center;
			font-size:18px;
		}
		#poker-repeat .score{
			float:left;
			display:inline;	
			width:50px;
			text-align:center;
			font-size:18px;
		}
#poker-bottom {
	float:left;
	display:inline;
	width:555px;	
}


/* Homepage buttons */

#lnk-facebook {
	width:303px;
	height:112px;
	float:right;
	display:inline;
	margin-top:10px;
	margin-right:25px;
}

/* End Homepage buttons */

/* Useful */

.left {
	float:left;
	display:inline;
}
