body {
	width:100%;
	min-height:100%;
	padding: 0px;
	margin: 0px;
	font:12px Arial,Helvetica,sans-serif;
	border:0;
}

img {
	border:0px;
}

a {
	text-decoration:none;
}

p{
	border:0;
	margin:0;
	padding:0;
	color:#fff;
}

p.gray{
	color:#888;
}

a.gray {
	color:#888;
}

p.white{
	color:#fff;
}

a.white {
	color:#fff;
}

#content {
	width:1064px;
	height:100%;
	position: absolute;
	background: none;  
	margin-left:-532px;
	left:50%;
	clear:both;
}

#footer {
	width:1064px;
	height:30px;
	position:relative;
	float:left;
	margin-top:0px;
	background-image: url(../images/common/footer-bg.png);
	background-repeat:no-repeat;
}

#footer-wrapper {
	width:1064px;
	height:51px;
	position:relative;
	float:left;
	margin-top:0px;
}

#footer-top {
	width:1064px;
	height:10px;
	position:relative;
	float:left;
	margin-top:0px;
	background-image: url(../images/common/footer-top.png);
	background-repeat:no-repeat;
}

#footer-mid {
	width:1064px;
	height:31px;
	padding-left:10px;
	position:relative;
	float:left;
	margin-top:0px;
	background-image: url(../images/common/footer-mid.png);
	background-repeat:repeat-y;
}

#footer-bot {
	width:1064px;
	height:10px;
	position:relative;
	float:left;
	margin-top:0px;
	background-image: url(../images/common/footer-bot.png);
	background-repeat:no-repeat;
}

#breadcrumbs {
	width:784px;
	height:30px;
	line-height:30px;
	position:relative;
	float:left;
	margin-top:32px;
	margin-left:20px;
	padding-left:20px;
	background-image: url(../images/common/breadcrumbs-bg.png);
	background-repeat:no-repeat;
}