/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background:url(images/bg-header.png) repeat-x top center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:75%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#wrapper {
	margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
#content-wrapper {
	background:url(images/bg-body.png) repeat-x bottom scroll #fff;
}
#header {
	height:133px;
}
#logo {
	background:url(images/logo-best-bingo-halls.png) no-repeat;
	margin:10px 0 0 -20px;
	width:227px;
	height:105px;
	float:left;
}
#slogan {
	background:url(images/slogan.png) no-repeat;
	width:407px;
	height:40px;
	margin:50px 240px;
	position:absolute;
}
/*#head-banner-1 {background:url(go_to_bingo_banners/120x60-3.gif) no-repeat;}
#head-banner-2 {background:url(go_to_bingo_banners/Mira120x60-1.gif) no-repeat;}*/

.head-banner120x60 {
  float: right;
  height: 60px;
  margin: 30px 10px;
  width: 120px;
}
.head-banner125x125 {
  float: right;
  height: 125px;
  margin: 3px 50px;
  width: 125px;
}
#left_panel {
	float: left;
	width: 210px;
}
#left_panel p {
	margin:20px 10px 10px;
}
#right_panel {
	float: right;
	width: 210px;
}
#right_panel p {
	margin:20px 10px 10px;
}
#content img {
	margin:10px 0;
}
#content {
  float: left;
  padding: 20px 0;
  text-align: center;
  width: 534px;
}
#content-container {
  line-height: 1.3;
  padding: 20px 30px;
  text-align: justify;
}
#content-container h3 {
  color: #192462;
  font-weight: bold;
  margin: 0 -10px 10px;
  padding: 3px;
}
#content-container p {
	margin: 0 0 15px;
	color:#333333;
}
#content-container ul {
	list-style-type:disc; 
	margin:0 0 20px 30px;
}
#content-panel {
  background: url("images/bg-content.png") repeat-y scroll 0 0 transparent;
  margin: 0 20px;
  text-align: left;
  width: 500px;
}
#content-panel-top {
  background: url("images/bg-content-top.png") no-repeat scroll 0 0 transparent;
  height: 12px;
  margin: 20px 0 0 20px;
  width: 500px;
}
#content-panel-bottom {
  background: url("images/bg-content-bottom.png") no-repeat scroll 0 0 transparent;
  height: 12px;
  margin: 0 20px 20px;
  width: 500px;
}
#links {
  margin: 2px 0 20px 10px;
  padding: 0;
  text-align: left;
}
#links li {
  background: url("images/button.png") no-repeat scroll 0 0 transparent;
  height: 30px;
  line-height: 2.1em;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 0 10px;
  width: 189px;
}
#links li a {
  color: #000000;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}
#advertising-block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px dashed #222222;
  margin: 20px auto;
  text-align: center;
  width: 150px;
}
#advertising-block {
	padding:10px 0;
}
#footer {
  background: none repeat scroll 0 0 #F28664;
  border-bottom: 5px solid #2F3A7F;
  border-top: 1px solid #2F3A7F;
  clear: both;
  line-height: 2;
  padding: 10px;
  text-align: center;
}
