#root
{	
	float: left;
	width: 100%;
}

#root #header 
{
	padding-top: 10px;
}

#root #root-spacer
{
	width: 783px;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 5px;
}

#root #header img
{
	float: left;
}

#root #header .header-spacer
{
	float: left;
	width: 40px;
	height: 1px;
}

#root #header #header-container
{
	padding-left: 15px;
}

#root #header .vertical-divider
{
	float: left;
	width: 1px;
	height: 15px;
	background-color: #76520a;	
}

#root #header .shopping-cart
{
	float: left;
	margin-top: -5px;
	padding: 0 3px 0 3px;
	background-color: #3c0443;
	color: White;
	font: 8.5pt Georgia;
	line-height: 20px;
	vertical-align: middle;
}

#root #header .shopping-cart img
{
	margin-right: 5px;
}

#root #header .shopping-cart a
{
	color: #fd56ab;
}

#root .content
{
	float: left;
	padding: 15px 0px 0px 0px;
	width: 100%;
}

#root #footer
{
	float: left;
	clear: both;
	width: 773px;
	padding: 5px 0px 15px 0px;
	text-align: right;
	color: black;
	height: 55px;
	font: 8pt Georgia;
}

#root #footer span
{
	float: right;
	padding-right: 3px;
}

#root #footer a
{
	float: right;
	color: black;
	padding-right: 3px;
	padding-left: 3px;
}

#root #footer .vertical-divider
{
	float: right;
	width: 1px;
	height: 15px;
	padding: 0 0 0 0;
	background-color: black;	
}

#root #footer a:link {
	color: #a600b1;
	text-decoration: none;
}
#root #footer a:visited {
	color: #a600b1;
	text-decoration: none;
}
#root #footer a:hover {
	color: #ff0096;
	text-decoration: underline;
}
#root #footer a:active {
	text-decoration: none;
}
{
}
