
body {
	background-color : #E0E0E0;
	text-align : center;
	margin : 10px auto;
}

body, p, td, th, li {
	font-family : Myriad, Myriad Pro, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	color : #000000;
}

#Layout {
	margin : 0px auto;
	text-align : center;
	width : 859px;
	background-image : url("images/store_layoutBkg.gif");
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

#TopFrame {
	height : 4px;
}

#TopBar {
	height : 142px;
}

#NavBar {
	height : 29px;
	padding-bottom : 4px;
}

#MainSpace {

	height : 262px;
	padding-bottom : 12px;
	text-align : center;

}


#MainSpace img {
	margin : 0px auto;
}


#ExtraSpace {
	text-align : left;
}

#InfoSpace,
#FeaturedSpace,
.linkSpace {
	width : 221px;
	background-image : url("images/dashedDivider.gif");
	background-position : top right;
	background-repeat : repeat-y;
}

#InfoSpace {
	padding-left : 20px;
}

#FeaturedSpace {
	padding-left : 10px;
}

#AboutSpace {
	padding : 0px 30px 0px 20px;
}

#InfoSpace p,
#FeaturedSpace p {
	margin : 15px 20px 0px 5px;
}

#BottomFrame {
	height : 5px;
	padding-top : 15px;
}

#AddressData {
	padding-top : 5px;
	color : #666666;
	font-weight : bold;
}

#AddressData a:link,
#AddressData a:active,
#AddressData a:visited {
	color : #666666;
	text-decoration : none;
}

#AddressData a:hover {
	color : #000000;
	text-decoration : underline;
}


