#content
{
	width:900px;
	float:left;
	height:auto;
}
#floating 
{
	background-color:#FFF;
    margin-left: auto;
    margin-right: auto;
    width: 974px;
    text-align: left;
	min-height: 100%;
	height:710px;	
	overflow:hidden;
	
}
#basket
{
	position:absolute;
	left:50%;
	top:10px;
	margin:0px;
}
#padder
{
	margin-left:37px;
}
#bottombarimage
{
	padding-left:3px;

	width:898px;
	overflow:hidden;
}
#borderr
{
	width:974px;
	height:2900px;
	background-image:url(../images/rightgrad.gif);
	background-position: right top;
	background-repeat:repeat-y;
}
#borderl
{
	width:974px;
	height:2900px;
	background-image:url(../images/leftgrad.gif);
	background-position: left top;
	background-repeat:repeat-y;
}
body, html 
{
    margin: 0;
	padding:0;
    text-align: center;
	background-color:#cccccc;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
}
#nav 
{
	float:left;
	width:920px;
	margin-top:-2px;
	font-size:0.94em;
	line-height:0.8em;
	height:80px;
	padding-left:2px;
}
#ancollogo
{
	padding-top:10px;
	padding-bottom:10px;
}
#logos
{
	float:left;
	height:45px;
	padding-top:1px;
}
#breadcrumbs
{
	height:33px;
}
.bottombar
{
	float:left;
	height:135px;
	width:905px;
}
.bottombar img
{
	float:left;
	padding-right:6px;
}
.bottombar #caplast
{
	float:left;
	padding:0px;
}
#innercrumb
{
	padding-top:12px;
	font-size:12px;
}
#innercrumb a
{
	color:#999;
	text-decoration:none;
}
#innercrumb a:visited
{
	color:#999;
	text-decoration:none;
}

.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat center;
}