html, body, ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.clear {
	clear: both;
}

body {
	background: white;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
}

#wrapper {
	position: relative;
	padding-top: 68px;
}

.header {
	position: absolute;
	top: 36px;
	left: 13px;
	font-size:20px;
	color:#3f3c2d;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}

#games {
	margin-top: 40px;
	width: 100%;
	padding-left: 0px;
	text-align: center;
}
#games a {
	text-decoration: none;
}
#games .icons {
	width: 100px;
	float: left;
	margin: 10px;
}
#games .icons img {
	border: 1px solid #63696b;
}
#games .more {
	clear: left;
	text-align: left;
}

#home {
	position: absolute;
	top: 43px;
	left: 911px;
	
}
#home  a {
	background-image:url(graphicg/menu.gif);
	width:90px;
	height:19px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}
#home  a:hover {
	color:#544e38;
}

#homeg {
	position: absolute;
	top: 43px;
	left: 820px;
	
}
#homeg  a {
	background-image:url(graphicg/menu.gif);
	width:90px;
	height:19px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}
#homeg  a:hover {
	color:#544e38;
}

.finelinegames {
	border-bottom: 1px solid #86a5c6;
}

#footer {
	font: 11px arial, sans-serif;
	color: #4E4A3A;
	text-align: right;
	padding-right: 47px;
	margin-top: 10px;
}
#footer p {
	margin-top: 0.5em;
}
input.addto {
	font-size: 100%;
	height: 20px;
	padding: 0 .25em 0 .25em;
	overflow: visible;
}
