/* DFWPokerParties.com: Styles Author: Brent Kaluhikaua Version 1: 21 November 2009 Email: info@brentkaluhikaua.com */

body {
	background-image: url(img/greyTile.gif);
	background-repeat: repeat;
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 125%;
	color: #232323;
	}

a:link {
	color: #232323;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #232323;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #232323;
}
  
h1 {
	color:#323232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	vertical-align: middle;
}
 
h2 {
	color:#323232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 1em;
	margin-bottom: 1em;
	text-decoration: underline;
}
 
h3 {
	color:#323232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: .1em;
	margin-bottom: .1em;
}
 
h4 {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: .1em;
	margin-bottom: -.1em;
}
 
p, ul, ol {
}
 
img { border: 0px; }

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: right;
	font: bold 14px Arial;
	width: 500px;
	overflow: hidden;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: right;
	color: #232323;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 29px;
	padding-left: 20px;
}

.solidblockmenu li a:visited{
color: #232323;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background-color: #232323;
}
 
/* Header */
#header {
	border-top-color: #232323;
	border-top-width: 8px;
	border-top-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 75px;
	width: 990px;
	background-image: url(img/headerBkgrnd.jpg);
	}
  
/* Page */
#container {
	background-color: #FFF;
	margin: 0 auto;
	padding: 0px;
	width: 990px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #232323;
	border-left-color: #232323;
}
 
/* Content */

#topBox {
	height: 360px;
	width: 990px;
	background-color: #232323;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}

#testimonials {
	float: left;
	height: 130px;
	width: 360px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background-image: url(img/TestimonialBckgrnd.jpg);
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	vertical-align: text-bottom;
}
 
#flash {
	float: right;
	height: 360px;
	padding: 0px;
	top: 0px;
	width: 590px;
	text-align: center;
	}

#content {
	width:990px;
	height: auto;
	background-color: #FFF;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}

#ltColumn {
	float: left;
	top: 0px;
	width: 640px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 40px;
	padding: 0px;
}

#rtColumn {
	float: right;
	top: 0px;
	height:100%;
	width: 230px;
	margin: 0px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #CCC;
}

#contentCenter {
	width:860px;
	height: auto;
	background-color: #FAF8EB;
	padding-top: 40;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	clear: both;
	margin: 0 auto;
	text-align: center;	
}
 
/* Footer */
 
#footer {
	width: 970px;
	background-image: url(img/footerBkgrnd.jpg);
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
	clear: both;
	font-size: 14px;
}
 
#footerBoxLeft {
	float: left;
	padding: 5px;
	top: 0px;
	width: 405px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	height: 160px;
}
 
#footerBoxRight {
	float: right;
	padding: 5px;
	top: 0px;
	width: 275px;
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 200px;
	height: 160px;
}
 
#footerBottom {
	padding: 5px;
	width: 940px;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

