html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: Arial,sans-serif;
}

#container {
	margin: 0 auto;
	width: 750px;
	margin-top: 10px;
}


#content {
	margin: 0 auto;
	width: 750px;
	border: 4px solid #008800;
	background-color: #66b866;
	margin-top: 0px;
	float: left;
}

#picture-strip {
	margin-right: 0px;
	margin-top: 0px;
	width: 470px;
	height: 270px;
	overflow: hidden;
	position: absolute;
}

#left-strip {
	background-color: #66b866;
	width: 280px;
	float: left;
	text-align: center;
}


#left-strip-narrow {
	background-color: #66b866;
	width: 200px;
	float: left;
	text-align: center;
}

#right-strip {
	background-color: #cce7cc;
	width: 470px;
	float: right;
	height: 592px;
}


#right-strip-wide {
	background-color: #cce7cc;
	width: 550px;
	float: right;
}

#featured-alpaca {
	clear: both;
	margin-top: 270px;
	margin-left: 0px;
	width: 235px;
	float: left;
	text-align: center;
	background-color: #cce7cc;
	position: absolute;
	height: 275px;
}


#forthcoming-events {
	clear: both;
	margin-top: 270px;
	margin-left: 235px;
	width: 235px;
	float: right;
	text-align: center;
	background-color: #cce7cc;
	position: absolute;
	height: 275px;
}


h1 {
	background-color: #008800;
	color: #cce7cc;
	font-size: 18pt;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	padding: 2px;
}


h2 {
	color: #008800;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 6px;
	margin-top: 0px;
	text-align: left;
	padding: 2px;
	margin-bottom: 0;
}


h3 {
	background-color: #008800;
	color: #cce7cc;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	padding: 2px;
}


ul {
	margin-left: 40px;
	margin-top: 0px;
	border: 0;
	padding: 0;

}

ul.events {
	margin-left: 20px;
	margin-top: 0px;
	border: 0;
	padding: 0;
}

li {
	text-align: left;
	font-size: 9pt;
	color: #000000;
}

p {
	text-align: justify ;
	font-size: 10pt;
	padding: 10px;
	color: #000000;
	margin: 0;
	border: 0;
}

p.orang {
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	font-size: 7pt;
	color: #008800;
}

img.image {
	margin: 0;	
	border: 0;
	padding: 0;
	display: block;
}


img.image-center {
	margin: 0 auto;	
	border: 0;
	padding: 0;
	display: block;
}

p.info {
	font-size: 8pt;
	color: #008800;
	font-weight: bold;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -10px;
}


p.nav {
	color: #008800;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	font-size: 12pt;
}


a.nav:link {
	color: #008800;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited {
	color: #008800;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: #008800;
	text-decoration: underline;
	font-weight: bold;
}


a:link {
	color: #008800;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #008800;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #008800;
	text-decoration: underline;
	font-weight: bold;
}

img.icon {
	margin-right: 0PX;
	display: inline;
	margin-top: 0px;
	padding: 0;
	border: 0;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}


th {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #008800;
}

td {
	font-size: 9pt;
	text-align: left;
}

table.sales {
	width: 100%;
}

table.center {
	align: center;
	margin: auto auto;
}

td.center {
	text-align: center;
}

table.contact {
	margin-left: 6px;
}

td.form {
	color: #008800;
	font-weight: bold;
}


.error {
	color: red;
	font-weight: bold;
}

.success {
	color: green;
	font-weight: bold;
}

#pic1 {
	position: absolute;
	visibility: hidden;
}

#pic2 {
	position: absolute;
	visibility: hidden;
}

#pic3 {
	position: absolute;
	visibility: hidden;
}

#pic4 {
	position: absolute;
	visibility: hidden;
}

#pic5 {
	position: absolute;
	visibility: hidden;
}


p.noscript {
	margin: 0;
	border: 0;
	padding: 0;
}

p.caption {
	text-align: center;
	margin-top: 0px;
}
