﻿body {


	font-family: Arial, sans-serif;

	font-size: 100%;

	background-color: transparent;

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

	background-repeat: repeat;

	background-attachment: scroll;

	background-position: 0% 0%;
}



a {

	color: #0000FF;

	text-decoration: none;

}



a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}


#wrapper {
	width: 900px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 5px;
	border: medium black solid; 
}

#header {
	overflow: hidden;
	width: 800px;
	height: 150px;
	background-image: url(/images/top-internet-casinos-banner.gif);
	margin: 0 auto;
}

/* Menu */

#menu {
	
	width: 900px;
	height: 60px;
	margin: 0 auto;
	border-bottom: medium black solid;
	border-top: medium black solid;
}

#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 19px 0px 19px;
	font-size: 10pt;
	font-weight: bold;
}

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

#menu b {
	text-decoration: underline;
}





#container {

	width: 900px;

	background: #ffffff;

	overflow: hidden;

}



#maincontent {

	float: right;

	width: 640px;

	padding: 0px 5px 5px 15px;

	background: #ffffff;
	
	border-left: medium black solid;

}



#sidebar {

	float: left;

	width: 226px;

	padding: 0px 5px 5px 5px;
	
	background: #ffffff;
	
}



#sidebar h3 {

	font-size: 1.3em;

	margin: 0 0 5px 0;

}



#footer {

	width: 900px;

	height: 70px;

	background: #ffffff;
	
}





#footertext {

	font-size: 80%;

	padding: 25px 5px 5px 10px;

}



#copyright {
	font-size: 80%;
	padding: 10px 0px 10px 0px;
}

