* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/assets/bg.jpg) top center;
	font-family: "Helvetica Neue", Helvetica, Georgia, serif;
	font-size: 13px;
	line-height: 20px;
}

.header-container {
	background: white;
}

.header {
	clear: both;
	height: 90px;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}

.header hr {
	background: url(/assets/stripe2.png) bottom center repeat-x;
	height: 18px;
	position: absolute;
	top: 90px;
	right: 0;
	left: 0;
	z-index: 1000;
	border: none;
}

h1 {
	margin: 17px 0 5px 0;
	background: url(/assets/logo.png) no-repeat;
	width: 183px;
	height: 69px;
	text-indent: -9000px;
	overflow: hidden;
	float: left;
}
		
.body {
	padding-top: 80px;
	clear: both;
	width: 900px;
	margin: 0 auto;
	color: #ccc;
	overflow: hidden;
}

.header ul {
	float: left;
	width: 400px;
	list-style: none;
	display: block;
	margin-left: 190px;
	margin-top: 50px;
}

.header li {
	float: left;
	color: white;
	margin-right: 25px;
	height: 31px;
}

li.games {
	width: 95px;
	background: url(/assets/m-games-active.png);
}

li.games a {
	background: url(/assets/m-games-inactive.png) white;
}

li.support {
	width: 118px;
	background: url(/assets/m-support-active.png);
}

li.support a {
	background: url(/assets/m-support-inactive.png) white;
}

li.us {
	width: 59px;
	background: url(/assets/m-us-active.png);
}

li.us a {
	background: url(/assets/m-us-inactive.png) white;
}


.header li a {
	display: block;
	color: white;
	text-indent: -9000px;
	text-decoration: none;
	text-transform: uppercase;
	height: 31px;
	font-size: 1.2em;
}

h2 {
	height: 25px;
	text-indent: -9000px;
}

h2.rememory {
	background: url(/assets/header-rememory.png) no-repeat;
	width: 153px;
}

h2.news {
	background: url(/assets/header-news.png) no-repeat;
	width: 82px;
}

h2.questions {
	background: url(/assets/header-questions.png) no-repeat;
	width: 200px;
}

h2.support {
	background: url(/assets/header-support.png) no-repeat;
	width: 200px;
}

h2.questions {
	background: url(/assets/header-questions.png) no-repeat;
	width: 200px;
}

h2.withaspoon {
	background: url(/assets/header-withaspoon.png) no-repeat;
	width: 350px;
}

h2.contact {
	background: url(/assets/header-contact.png) no-repeat;
	width: 200px;
}



.left {
	float: left;
	width: 250px;
	margin-right: 25px;
}

.middle {
	float: left;
	margin-right: 25px;
	width: 349px;
}

.right {
	float: left;
	width: 250px;
}

.body hr {
	border: none;
	width: 246px;
	height: 3px;
	background: url(/assets/hr.png);
	margin: 8px 0 15px 0;
}

.date {
	display: block;
	float: left;
	width: 60px;
	height: 54px;
	background: url(/assets/cal.png) no-repeat;
	padding: 0 10px 5px 0;
	line-height: 54px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, serif;
}

.body a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.body a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 5px;
}

h3.person {
    font-weight: bold;
    color: white;
    font-size: 1.0em;
    text-transform: none;
    padding-top: 0;
}

p.person {
    padding-top: 2px;
    font-style: italic;
}

h3 {
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
}

.body ul {
    padding: 5px 0 15px 15px;
}

#slideshow {
    display: block;
    width: 250px;
    height: 501px;
    background: url(/assets/iphone.png) no-repeat;
}

.slideshow {
	padding-left: 27px;
	padding-top: 75px;
}