@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #066;
	font-size: 10px;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 7px ridge #066;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url(../images/Text-Background.jpg);
}
.oneColFixCtrHdr #header {
	height: 120px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #066;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #066;
	margin: 0px;
	height: auto;
}
.alpacaName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #630;
}
.alpacaInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #066;
	text-align: left;
	vertical-align: middle;
}

.alpacaDescription {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #066;
	text-align: justify;
	vertical-align: top;
	width: auto;
	margin: 5px;
	padding: 0px;
	text-indent: 10px;
}
.pictBox {
	text-align: left;
	vertical-align: top;
	height: 150px;
	width: 150px;
}



.topButtons {
	text-align: center;
	vertical-align: top;
}

.pageTitle {
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	height: 40px;
	width: auto;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	color: #630;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.salePrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-align: left;
	vertical-align: top;
	height: auto;
	width: 650px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	text-indent: 10px;
}

.sideButtons {
	width: 130px;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
}
.pageInfo {
	text-align: justify;
	vertical-align: top;
	width: auto;
	text-indent: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #066;
}
.leftPict {
	float: left;
	height: auto;
	width: auto;
	margin: 10px;
}
.rightPict {
	float: right;
	height: auto;
	width: auto;
	margin: 10px;
}



.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #066;
	text-align: center;
	vertical-align: top;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	vertical-align: top;
}
.subTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
	width: 300px;
}

.tableInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	font-weight: bolder;
	background-color: #630;
	height: 20px;
	color: #FFF;
	width: 400px;
}
.bulletList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: auto;
	width: 400px;
	padding-left: 10px;
	list-style-type: square;
	list-style-image: url((URL));
	list-style-position: inside;
}
.bulletListLG {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	text-align: justify;
	width: 550px;
	text-indent: 0px;
}
