/* LAYOUT */
html, body
{
	height:100%;
}

#mainContainer
{
	position:relative;
	width:800px;
	margin:auto;
	background-image:url(/images/black-spacer-top.gif);
	background-repeat:repeat-x;
	height:100%;
}

#headerContainer
{
	width:800px;
	margin:auto;
	height:150px;
	text-align:center;
}

#graySpacer
{
	width:100%;
	background-image:url(/images/gray-spacer.gif);
	height:19px;
}

#navContainer
{
	width:100%;
	background-color:#000000;
}

#navButtons
{
	text-align:center;
	color:White;
	width:800px;
	margin:auto;
	font-family:Arial, Goudy Old Style, Times New Roman;
	font-size:13px;
	line-height:22px;
	font-weight:bold;
}

#navButtons a
{
	color:White;
	text-decoration:none;
}

#navButtons a:visited
{
	color:White;
	text-decoration:none;
}

#navButtons a:hover
{
	color:Yellow;
	text-decoration:none;
}



#mainContent
{
	min-height:300px;
	margin-left:10px;
	width:615px;
	border-right:solid 1px black;
}

#shopImages
{
	margin-top:10px;
	width:400;
}

#shopImages td
{
	padding:10px 10px 10px 10px;
}

#contentTable
{
	width:800px;
}

#footer
{
	clear:both;
	width:800px;
	position:relative;
	background-color:#000000;
	height:20px;
	font-family:Arial, sans-serif, helvetica;
	font-size:13px;
	line-height:18px;
	text-align:center;
	color:#FFFFFF;
}

