/*----------------------------******wrappers*****----------------------------------*/	
body {
	background-color:#666;
	font-size:12px;
}
	
#wrapperMain{
	width:1087px;
	background:#666;
	padding: 20px 0px 0px 0px;
	margin:auto;/*Place the wrapper in the middle of the body */	
}

#wrapperTop{
	width:1087px;
	height:161px;
	background:url(../images/imgTop.png) no-repeat;
}
	
#wrapperMiddle{
	width:1087px;
	background:url(../images/imgLine.png) repeat-y;
	padding: 6px 0px 0px 0px;
	min-height:1000px;
}
	
#wrapperBottom{
	width:1087px;
	height:77px;
	background:url(../images/imgBottom.png) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
}

#breadcrumbs{
	margin-bottom:10px;
	color:#666;
}

#breadcrumbs a:hover{
	margin-bottom:10px;
	color:#900;
}

#breadcrumbs span.breadcrumbs{
	margin-bottom:10px;
	color:#900;
}
