/* CSS Document */
* {
	margin:0; padding:0; /* now I'm in charge...hahahha. */
}
html {
	font: 79% Verdana, Arial, Helvetica, sans-serif;
	color: #4A4E54;
	background: #F4F2E6 url(images/columnsBG.jpg) repeat-y;
	margin: 0px;
	padding: 20px 0px 0px 4px;
}
div.clear {
	clear:both;
	height:0px;
}
/*-----primary containers------*/
div#outer {
 	position:relative;
 	width:763px;
}
div#content {
 	width:511px;
 	position:relative;
 	float:right;
}
div#sidebar {
 	width:252px;
 	float:left;
}
div#footer {
 	clear:both;
 	width:763px;
 	height:62px;
 	position:relative;
 	background:#F4F2E6 url(images/footer.jpg) no-repeat left top;
}
/*-------content--------*/
h1#logoR {
 	position:relative;
 	width:511px;
 	height:202px;
 	background:#F4F2E6 url(images/head-right-web.jpg) no-repeat left top;
 	color:#F4F2E6;
}
h1#logoR span {
 	position:absolute;
 	top:0;
 	left:0;
 	background:#F4F2E6 url(images/head-right-web.jpg) no-repeat left top;
 	width:511px;
 	height:202px;
}
div#cont-outer {
 	position:relative;
 	width:477px;
 	background:#F4F2E6 url(images/right-paper-back.jpg) repeat-y;
}
#cardContainer {
	position:relative;
	width:400px;
	background:#FFFFFF;
}
#cont-outer .center {
	text-align: center;
	margin: 0;
	padding: 0;
}
div#cont-inner {
 	position:relative;
 	background:transparent url(images/right-paper-top.jpg) no-repeat left top;
 	padding:40px 60px 0 40px;
}
#cont-inner ol ol li {
	list-style-type: circle;
}
div#cont-foot {
	height:64px;
	background:transparent url(images/right-paper-b.jpg) no-repeat left top;
}
.newsbutton {
	text-align:right;
	margin:5px 0px 0px 0px;
}
/*-TITLE IMG ---*/
#title-index {
 background:transparent url(images/bikeHead.jpg) no-repeat center bottom;
}
#title-index p {
 padding:5px 0 0 5px;
}
#content h2 {
 margin-left:10px;
}
/*---IMAGES IN CONTENT -----*/
img.img-center {
 	border:5px double #E3D8C2;
 	margin:5px;
}
img.img-right {
 	border:5px double #E3D8C2;
 	margin:5px 7px 7px 14px;
 	float:right;
}
img.img-left {
 	border:5px double #E3D8C2;
 	margin:5px 14px 7px 7px;
 	float:left;
}
p.img-adjust{
 	margin-top:0;
}
/*-----sidebar----*/
#logoL {
 	width:252px;
 	height:195px;
 	background:#F4F2E6 url(images/head-left-web.jpg) no-repeat left top;
}

div#side-outer {
 	position:relative;
 	left:31px;
 	width:205px;
 	background:#F4F2E6 url(images/left-paper-b.jpg) no-repeat left bottom;
 	padding-bottom:38px;
}
span#left-top {
 	display:block;
 	width:205px;
 	height:46px;
 	background:#F4F2E6 url(images/left-paper-top.jpg) no-repeat left bottom;
}
div#side-inner {
 	background:#F4F2E6 url(images/left-paper.jpg) repeat-y;
 	padding:0 18px;
 	text-align:center;
}
div#side-inner ul, #content ul {
 	list-style:none;
 	margin:0 auto;
 	text-align:left;
 	padding:0 2px 0 14px;
}
div#side-inner ul li, #content ul li {
 	margin-top:3px;
 	background:transparent url(images/sml-bullet.gif) no-repeat 0 .5em;
 	line-height:1.3em;
 	padding:2px 0 2px 10px;
}
div.side-cont {
 	background:transparent url(images/sidebar-break.gif) no-repeat left bottom;
 	padding:3px 4px 18px;
}
/*-----wood blanks navigation menu styles-----*/
ul#menu {
 	width:252px;
 	height:90px;
 	list-style:none;
 	position:relative;
 	background:#F4F2E6 url(images/menu-back.jpg) no-repeat left top;
}
#menu li {
 	display: inline; /* duplicated for IE 5/Win */
 	list-style-type: none; /* duplicated for IE 5/Win */
}
#menu a {
 	float: left;
 	height: 0px !important;
 	padding: 21px 0 0 0;
 	overflow: hidden;
}
/*------FOOTER--------*/
#footer p {
	position:absolute;
	left:30px;
	width:200px;
	text-align:center;
	top:11px;
	font-size:.8em;
	color:#F4F2E6;
	font-family:Georgia, Garamond, Times, serif;
}

/*---HR REPLACEMENT --*/
hr {
	display:none;
}
div.break {
	width:374px;
	height:35px;
	margin:10px auto 0;
	background:transparent url(images/break.jpg) no-repeat;
}
/*----TYPOGRAPHY----*/
h2, h3, h4, h5, h6 {
	color:#A31914;
	font-family:Georgia, Garamond, Times, serif;
	font-variant: small-caps;
	margin-bottom:5px;
}
#content h3 {
	font-size:1.3em;
	margin:10px 5px 5px;
}
/*---post title---*/
#content h2 {
	font-size:1.7em;
	letter-spacing:1pt;
	margin:10px 0;
	font-weight:normal;
}
#sidebar h2 {
	font-size:1.1em;
	font-style:oblique;
	text-decoration: underline;
	text-align:left;
	background:transparent url(images/sidebar-bullet.gif) no-repeat 6px 4px;
	padding-left:28px;
}
#content h4 {
	margin:10px;
}
p {
	padding:5px;
}
div#content p, div#content ul {
	font-size:.9em;
	text-align:justify;
	line-height:1.6em;
}
blockquote, p.quote {
	border:1px solid #EDEBDC;
	font-style:italic;
	background:#F5F3E7 url(images/label-bg.gif) repeat-x;
	margin:10px;
	padding:4px;
}
p.quote {
	padding:15px;
}
.side-cont ul {
	font-size:.8em;
}
.side-cont li {
	margin:3px;
}
/* UL's in Content */
#content ul {
	list-style:none;
}
#content ul li {
	list-style:none;
	margin:0 0 0 12px;
	background:transparent url(images/sml-bullet.gif) no-repeat 0 .5em;
	line-height:1.3em;
	padding:2px 0 2px 10px;
}
/*---TITLE IMAGE DIV ---*/
div.title-box {
position:relative;
width:374px;
padding-bottom:30px;
margin:0 auto;
}
div.title-box h2 {
	position:relative;
	left:20px;
	top:15px;
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:1pt;
	text-align:left;
	width:200px;
	padding:0;
	margin:0 0 5px 0;
}
div.title-box p {
	font-family:Georgia, Garamond, Times, serif;
	position:relative;
	left:30px;
	text-align:left;
	width:185px;
	margin:0;
	padding:0;
}
/*----link styles--*/
a#top-link {
	position:absolute;
	right:55px;
	padding:1px 3px;
	top:18px;
	z-index:10;
	color:#F5F3E7;
	font:.9em Georgia, Garamond, Times, serif;
}
a#top-link {
	top:15px;
	background: url(images/top-arrow.gif) no-repeat;
	padding-left:12px;
}
a {
	padding-bottom:1px;
	color:#4088A0;
	text-decoration:none;
	font-weight:bold;
}
h2 a:link, h2 a:visited {
	color:#A31914;
	text-decoration:none;
}
h3 a:link, h3 a:visited {
	color:#A31914;
	text-decoration:underline;
}
a#top-link:hover {
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:underline;
	color:#A31914;
}
a:focus {
	text-decoration:underline;
	color:#A31914;
}
h3 a:hover, h3 a:focus, h3 a:active  {
	border:none;
	color:#4088A0;
}
#menu a:hover, #menu a:focus, #menu a:active {
	background-position: 0 -21px;
	border:none;
}
a img {
	border:none;
}
/*-----cards------*/
#royalFlush {
	background: URL(images/royal_flush.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#straightFlush {
	background: URL(images/straight_flush.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#fourKind {
	background: URL(images/four.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#fullHouse {
	background: URL(images/full_house.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#flush {
	background: URL(images/flush.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#straight {
	background: URL(images/straight.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#threeKind {
	background: URL(images/three_kind.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#twoPair {
	background: URL(images/two_pair.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#pair {
	background: URL(images/pair.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#highCard {
	background: URL(images/high_card.jpg) 0 0 no-repeat;
	width: 339px;
	height: 147px;
	margin-bottom: 10px;
	padding: 24px 0 0 10px;
}
#cardContainer h2 {
	padding-top: 10px;
	width: 200px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}
#cardContainer p {
	width: 190px!important;
	margin: 0 0 15px 0;
	padding: 0 10px 0 0;
	font-size: .9em;
}