@charset "utf-8";
body  {
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
p {
	line-height: 1.8em;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
a, a:visited {
	color: #CC0000;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #F03;
	background: inherit;
	text-decoration: underline;
}

#navbar {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/black_head_bg.jpg);
	background-repeat: repeat-y;
	height: 36px;
}
#navbar_box {
	padding: 0px;
	margin-top: 0px;
	margin-left: 26px;
}
#top_pic{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 229px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic.jpg);
}
#top_pic_bridge{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 229px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic_bridge.jpg);
}
#top_pic_bridge2{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 76px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic_bridge_sm.jpg);
}
#top_pic_poker{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 229px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic_poker.jpg);
}
#top_pic_poker2{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 76px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic_poker_sm.jpg);
}
#top_pic_books{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 229px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic_books.jpg);
}
#top_pic_books2{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 76px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic_books_sm.jpg);
}
#top_pic_contact{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 229px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic_contact.jpg);
}
#top_pic_gambling{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 229px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic_gambling.jpg);
}

#top_pic_gambling2{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	height: 76px;
	width: 830px;
	background-color: #D6D6D6;
	background-image: url(images/top_pic_gambling_sm.jpg);
}

#container  {
	width: 830px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
} 
#header  {
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
} 

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 40px;
	margin-top: 15px;
}
#sidebar2  {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 40px;
	margin-top: 15px;
	border: 1px solid #DFDFDF;
}

h1 {
	color: #666;
	font-size: 1.4em;
}
h2 {
	color: #CC0000;
	font-size: 1.1em;
}

.red_txt {
	color: #CC0000;
}
.green_bold {
	color: #070;
	font-weight: bold;
}
.red_head {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smaller_red_head {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainContent  {
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 0;
	float: right;
	width: 500px;
	margin-right: 56px;
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	padding-right: 15px;
} 
#newsPage  {
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 0;
	float: right;
	width: 450px;
	margin-right: 56px;
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	padding-right: 20px;
} 
#footer  {
	background-color: #DDDDDD;
	background-image: url(images/bot_bg.jpg);
	background-repeat: no-repeat;
	height: 46px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img.float-left {
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	float: left;
}
img.buy {
	float: right;
	padding: 0px;
	margin: 0px;
}
	
img.books {
	background-color: #F4F4F4;
	padding-right: 10px;
}
img.books_big {
	background-color: #FFF;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
#top {
	margin: 0px;
	padding: 0px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	height: 29px;
}
#book_box {
	float: left;
	width: 450px;
	border: 1px solid #EEE;
	background-color: #F4F4F4;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.book_box_textbox p {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	font-size: 9px;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.book_box_textbox h1  {
	font-size: 12px;
	color: #666;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 90px;
}

.book_box_textbox {
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #FFF;
	height: 110px;
	padding: 0px;
}
#book_box_big {
	float: left;
	width: 495px;
	border: 1px solid #EEE;
	background-color: #F4F4F4;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 310px;
}
.book_box_textbox_big {
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #FFF;
	height: 310px;
	padding: 0px;
}
.book_box_textbox_big p {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.book_box_textbox_big h1  {
	font-size: 14px;
	color: #666;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 90px;
}


	.newsPage_textbox {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.newsPage_textbox p {
	margin: 0px;
	padding: 0px;
	
}
#sidebar1 .sidebar_textbox p {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}
.Smaller_text {
	font-size: 12px;
}
#sidebar2 ul.sidemenu {
	text-align: left;
	padding: 0;
	text-decoration: none;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0;
}
#sidebar2 ul.sidemenu li {
	list-style: none;
	color: #8F8F8F;
	background-color: #EBEBEB;
	margin: 0;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
* html body #sidebar1 ul.sidemenu li {
	height: 1%;
}
#sidebar2 ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #666666;
	font-size: 0.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px;
	margin: 0px;
	height: 15px;
	width: 160px;
}
#sidebar2 ul.sidemenu li a:hover {
	color: #FFF;
	font-size: 0.6em;
	background-color: #999;
	display: block;
	padding: 5px;
	margin: 0px;
}
#sidebar2 ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar2 ul.sidemenu ul li { background: none; }
#sidebar3 ul.sidemenu {
	text-align: left;
	padding: 0;
	text-decoration: none;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0;
}
#sidebar3 ul.sidemenu li {
	list-style: none;
	color: #8F8F8F;
	background-color: #EBEBEB;
	margin: 0;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
* html body #sidebar1 ul.sidemenu li {
	height: 1%;
}
#sidebar3 ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #666;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px;
	margin: 0px;
	height: 15px;
	width: 160px;
}
#sidebar3 ul.sidemenu li a:hover {
	color: #FFF;
	font-size: 0.7em;
	background-color: #E6002E;
	display: block;
	padding: 5px;
	margin: 0px;
}
#sidebar3 ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar3 ul.sidemenu ul li { background: none; }
#footer p .footer {
	color: #FFF;
}
