#prod_description_buy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Commonly used to style page titles. */
h1 {
  color: #668975;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
/* Commonly used to style section titles. */
h2 {
  color: #668975;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

#outerWrapper {
	background-color: #FFFFFF; /* Redefines the text alignment defined by the body element. */
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 20px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	float: left;
	width: 1000px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	padding-bottom: 10px;
	padding-top: 8px;
	position: relative;
	left: 15px;
	margin: 0px;
	height: 1400px;
}
#top {
	float: left;
	height: 85px;
	width: 1000px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	float: left;
	width: 820px;
	position: relative;
	background-color: #FFFFFF;
	left: 10px;
	margin: 0px;
	padding: 0px;
	height: 1200;
}
#contentWrapper {
	position: 1200;
	float: left;
}

#all_inner {
	background-color: #FFFFFF;
	float: left;
	width: 1000px;
	margin: 0px;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content_section {
	width: 820px;
	float: left;
	position: relative;
	left: 10px;
}
#outerWrapper #footer {
	background-color: #eef6ed;
	border-top: solid 1px #93b178; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 20px;
	position: relative;
	float: left;
}

#brand {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	height: 100%;
	width: 100%;
	margin-left: 10px;
}
#product {
	float: left;
	width: 800px;
	position: relative;
}
#brand {
	float: left;
	height: 100%;
	width: 800px;
	margin-bottom: 5px;
	padding: 0px;
	clear: left;
}
#pages {
	float: left;
	height: 24px;
	width: 802px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
}

#pages_1 {
	float: left;
	height: 24px;
	width: 802px;
	margin-top: 5px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
}

