body {
	margin: 0;
	padding: 0;
	border: 1px solid #88ac0b;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 90%;
	color: #black;
	background-color: #ffffff;
	line-height: 180%
}

textarea {
                font-size: 100%;
                font-family: arial, helvetica, verdana, tahoma, sans-serif;
                width: 100%;
                border: 0;
 }

#wrapper-header {	background: #ffffff; }
                

#header {
	background: #ffffff url('http://my-local-poker.com/header2.jpg') right no-repeat;	
                align: center;
                width: 90%;
	height: 125px;
                line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 100%;
	margin: 0 auto;
                font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
}
	
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 100%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: auto;
	padding: 0;
	background: bbbbbb;
                font-size: 100%;
	text-align: left;
                
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	font-size: 80%;
}

#footerbanners {
	margin: 0 auto;
	padding: 5;
	width: 100%;
	text-align: left;
	color: white;
	letter-spacing: 0.15em;
	background: white; 
                font-size: 80%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #993366;
	text-decoration: none;
}

