body {
	margin: 0;
	padding: 0;
	width: 850px;
	background-color: #000000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-image: url(../images/pageBg.gif);
	background-position: 851 0;
	background-repeat: repeat-y;
}
#header {
	margin: 0;
	padding: 0;
	background-image: url(../images/gameSevenHdrBg.gif);
	background-repeat: repeat-x;
	width: 850px;
	height: 82px;
	border-bottom: 1px solid #999999;
}
#header span {
	float: right;
	color: #ffcc00;
	font-weight: bold;
	font-size: 12px;
	margin-right: 15px;
	margin-top: 25px;
}
#logo {
	border: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#directions {
	border: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 350;
	cursor: hand;
}
#sale {
	border: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 470;
	cursor: hand;
}
#goButton {
	position: relative;
	top: 3px;
	cursor: hand;
}	
#content {
	margin: 0 0 0 0;
	padding-top: 10;
	border-top: 1px solid #999999;
	width: 850px;
	border-right: 1px solid #000000;
	background-image: url(../images/gameSevenBodyBg.gif);
	background-repeat: repeat-x;	
}
#leftColumn {
	width: 180px;	
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #666666;
	margin-left: 5px;
	padding: 4px;
	color: #cccccc;
	font-size: 8pt;
	float: left;
}
#rightColumn {
	width: 635px;
	border: 1px solid #999999;
	margin-left: 200px;
	margin-right: 5px;	
	padding: 4px;
	font-size: 8pt;
	background-color: #ffffff;
	height:auto;
	min-height:75%;
	color: #000000;
}
#rightColumn img {
	border: 0;
}
#suggestedItems {
	float: right;
	width: 200px;
	border-left: 1px solid #e1e1e1;
	margin: 0;
	padding: 2px;
}
#fullWidthColumn {
	width: auto;
	border: 1px solid #999999;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: 10px;
	padding: 4px;
	font-size: 8pt;
	background-color: #ffffff;
	background-image: url(../images/malkinHomePage.jpg);
	background-repeat: no-repeat;
	height: 355;
	text-align: center;
}
#fullWidthColumnNoBackground {
	width: auto;
	border: 1px solid #999999;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: 10px;
	padding: 4px;
	font-size: 9pt;
	background-color: #ffffff;
}
#fullWidthColumn div.text {
	width: 275;
	position: absolute;
	top: 170;
	left: 270;
	height: 260;
	overflow: auto;
	text-align: justify;
	font-style: normal;
	margin: 0;
	padding: 0;
}
#fullWidthColumn div.text h1 {
	font-weight: normal;
	color: #000000;
	font-size: 8pt;
	margin-top: 15px;

}
#flipDiv {
	width: 300px;
	height: 0px;
	position: absolute;
	top: -2;
	left: 400;
	z-index: 4;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	padding: 10px;
	font-size: 8pt;
	line-height: 1.5;
	color: #ffffff;
	visibility: hidden;
	background-color: #000000;
	border-left: 1px solid #666666;	
	border-right: 1px solid #666666;		
	border-bottom: 12px solid #333333;			
}
#flipDiv b {
	color: #6699cc;
	font-size: 110%;
}
.closeDiv {
	cursor: hand;
	border: 0;
	margin: 0;
	padding: 0;
	float: right:
}
.hideMe {
	display: none;
	height: 0;
	width: 0;
}
#links h1 {
	margin-top: 5px;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
#links h2 {
	margin-top: 10px;
	font-size: 9pt;
	color: #336699;
}
#links ul {
	margin: 0;
	padding: 0;
	width: 75%;
}
#links ul li {
	display: block;
	padding: 4px;
}
#links ul li a {
	padding-left: 10px;
}
.productLineImage {
	position: relative;
	left: 20px;
}