/* general */
body {
	margin: 0;
	text-align: center;
	font: 11px/1.6em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: url(../images/bg2_body.gif) repeat-x black;
}

img {
	border: 0;
}

/* layout */
#content {
	width: 762px;
	margin: 16px auto;
	text-align: left;
	padding: 0px;
}

#top {
	width: 774px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg2_top.gif) black;
	color:  white;
	height: 47px;
}

#top #logo a {
	float: left;
	width: 150px;
	height: 45px;
	text-indent: -1000px;
	text-decoration: none;
}

#top #nav {
	float: right;
	height: 47px;
	margin: 0 10px;
}

#footer {
	clear: both;
	width: 774px;
	font-size: 9px;
	color: #222;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}

#lovefrompoke {
	position: absolute;
	bottom:0;
	right: 0;
	margin: 0 10px 10px 0;
}

div.spacer {
	clear: both;
}

.copy {
	color: #666;
}