body{
	padding:0;
	margin:0;
	background-color:#000;
	color:#ddddcc;
	font-size:14px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	
}
a {
	color:#fff;
}
a img{
	border:none;
}
p{
	margin-top:5px;
	line-height:1.6em;
}
h1{
	margin-bottom:5px;
	font-size:1.3em;
	color:#ffbb00;
	font-family:"Palatino Linotype", Palatino, Book Antiqua, "Times New Roman", Times, Serif;
}

/* * * * * * * * * * * * * * */
/* Building Blocks           */
/* * * * * * * * * * * * * * */
div#HowFatFolds{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
div#Header{
	width:600px;
	height:81px;
	overflow:hidden;
}
div.RightColumn{}
div#MainArea{
	width:600px;
	padding-top:30px;
}
div#MainArea.NoTopPadding{
	padding-top:0px;
}
div.GameWrap{
	width:600px;
	height:500px;
}


/* * * * * * * * * * * * * * */
/* Various Content           */
/* * * * * * * * * * * * * * */
div#BottomLinks{
	clear:both;
	width:600px;
	padding:20px 0 10px 0;
}
div#BottomLinks a{
	text-decoration:none;
}
div#BottomLinks span{
	padding:0 15px 0 15px;
}
div#Footer{
	text-align:center;
	padding:3px 0 30px 0;
	border-top:1px solid #666;
	font-size:0.85em;
}





/* * * * * * * * * * * * * * */
/* About Us page             */
/* * * * * * * * * * * * * * */
.PotsAndPans{
	text-align:center;
}


