﻿﻿body {

	background-color: transparent;

	background-image: url("images/pattern.gif");

	background-repeat: repeat;

	background-attachment: scroll;

	background-position: 0% 0%;


	font-family: Arial, sans-serif;

	font-size: 100%;



}

li {
	text-decoration: none;
}

a {

	color: #0000FF;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}



p {
	color: #000000;

}



strong {

	font-weight: 700;

}



h1 {

	font-size: 2.0 em;

	text-align: center;
	
	font-family: "Matura MT Script Capitals"; 

}



h2 {

	font-size: 1.2em;

}



h3 {
	font-size: 1.0em;
}


#wrapper {

	width: 1000px;

	background: #ffffff;

	margin: 0 auto;

	margin-top: 5px;
	
	border: thick black solid;

}



#header {

	overflow: hidden;

	width: 1000px;

	height: 200px;

	background-image: url("images/header.jpg");

	margin: 0 auto;

}

<div id="menu">

	<ul>

		<li class="first"><a href="index.html" accesskey="H" title=""><b>H</b>ome</a></li>

		<li><a href="about-us.html" accesskey="A" title="about us"><b>A</b>bout Us</a></li>

		<li><a href="games.html" accesskey="G" title="online bingo games"><b>G</b>ames</a></li>

		<li><a href="services.html" accesskey="S" title="services"><b>S</b>ervices</a></li>

		<li><a href="contact-us.html" accesskey="C" title="contact us">Contact <b>U</b>s</a></li>

	</ul>

</div>

/* Menu */

#menu {
	
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #800001;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #800001;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}



#container {

	width: 1000px;

	background-color: transparent;

	background-image: url("images/pattern2.gif");

	background-repeat: repeat;

	background-attachment: scroll;

	background-position: 0% 0%;

	overflow: hidden;

}



#maincontent {

	float: right;

	width: 770px;

	padding: 5px 5px 5px 15px;

	background-color: transparent;

	background-image: url("images/pattern3.gif");

	background-repeat: repeat;

	background-attachment: scroll;

	background-position: 0% 0%;
	
	font-family: Calibri;
	
	font-size: 17pt;


}


.sidebarbg { 
	background-color: #F1F7EA;
	background-image: url("images/sidebar.png");
	background-repeat: repeat-y;
	} 

.sidebarbottom{
	width: 200px;
	height: 8px;
	margin-bottom: 10px;
	background-color: #800001;
	} 

#sidebar {
	float: left;
	width: 200px;
	background-color: ;
   	text-align: left;
	border-style: solid; 
	border-color: #cfcece; 
	border-width: 0px;
	}

#sidebar h2 {
	padding-left: 10px; 
	padding-right: 6px;
	padding-top: 8px;
	color: #ffffff;
	font-family: arial;
	font-size: 16px;
	display: block;  
	text-decoration: none; 
	height: 22px;
	background: url("images/h2bg.png") no-repeat;
	background-color: #800001; 
	} 

#sidebar h2 a {
	color: white;
}

#sidebar ul {  
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px; 
	padding-bottom: 0px; 
	} 

#sidebar ul li { 
	display: block;
	} 

#sidebar ul li a { 
	background: url("images/sidebar_sep.png") no-repeat; 
	background-position: bottom center;
	background-color: #;
	padding: 5px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 10px; 
	text-decoration: none; 
	} 

#sidebar ul li a:hover { 
	background: #d8e6c7 url("images/sidebar_sep.png") no-repeat; 
	background-position: bottom center;	
	padding: 5px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 10px; 
	text-decoration: none; 
	} 


#footer {

	width: 1000px;

	height: 100px;

	background: #b7b7b7;

}





#footertext {

	font-size: 80%;

	padding: 25px 5px 5px 10px;

}



#copyright {
	font-size: 80%;
	padding: 10px 0px 10px 0px;
}
.clearfix::after{content:"";display:table;clear:both}
