body {
	color: #000000;
	height: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#OuterDiv{
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#HeaderDiv{ 
display:none;
}

#HeaderLeftDiv{
display:none;
}
#HeaderRightDiv{
display:none;
}

#NavDiv{
display:none;
}

#NavTextOnlyDiv{
display:none;
}

#ImageDiv{
display:none;
}
#BodyDiv{
	width: 760px;
	float: right;
	background-color: #FFFFFF;
	padding-top: 26px;
}
#LeftDiv{
	float: left;
	width: 520px;
	padding-right: 20px;
	padding-left: 30px;
}
#RightDiv{
display:none;
}
#FeaturedProductDiv {
	width: 188px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-image: url(../images/template/FeaturedProductsBackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}


#FooterDiv{
display:none;
}
#FooterLeftDiv{
display:none;
}
#FooterRightDiv{
display:none;
}

#AccessibilityDiv{
display:none;
}

#AccessibilityLeftDiv{
display:none;
}
#AccessibilityRightDiv{
display:none;
}



h1{
	text-transform: capitalize;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#ContentHolder {
	width: 520px;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.FloatRight {
	float: right;
}
.FloatLeft {
	float: left;
}

