body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
.clear { clear: both;}

body {
	background-image: url('../images/bg-bamboo.jpg');
	background-repeat: repeat;
	background-color: #000;
	text-align: center;
	margin:0;
	padding: 0;
	font-family:  "lucida grande", helvetica, arial, sans-serif;
	line-height: 150%;
	letter-spacing: .06em;
	font-size: small;
	}
	
#container {
	position: relative;
	width: 869px;
	margin: 0 auto;
	text-align: left;
	background: #000;
	top: 0;
	border: 1px solid #72c31a;
	border-bottom: 10px solid #72c31a;
}

#sidecol {
	background-color: #141414;
	width: 230px;
	float: left;
}

#main {
	background-color: #000;
	padding: 0 0 0 230px;
	background: #000 url('../images/bg-fauxcol.png') repeat-y top left;
	
}
.main_padding {
	padding: 20px 20px 0 20px;
}
#footer {
	clear: both;
	background-color: #000;
	border-top: 3px solid #72c31a;
	padding: 0px 0 10px 0;
	margin-top: 10px;
}

#footer .contact {
	clear: left;
	background-color: #72c31a;
	padding: 15px 0 0 20px;
	height: 35px;
}

#main img.border {
	float: right;
	border: 3px solid #F9D019;
	margin-left: 10px;
}
#main img.noborder {
	float: right;
	border: none;
	margin-left: 10px;
}

img.left {
	float: left;
}
img.right {
	float: right;
}
hr {
	height: 1px;
	color: #8A8A8A;
	margin: 10px 0 25px 0;
	clear: right;
}
div.borders {
	padding-top: 30px;
	border-bottom: 1px dashed #72c31a;
}

#news #main img {
	background-color: #141414;
	padding: 4px;
}

/* Styles for Gift Shop page */
span.prod-desc img {
	float:left;
	border: 2px solid #fff;
	width: 250px;
	margin: 0 10px 20px 0;	
}
span.prod-desc {
	float:right;
	width: 600px;
}
#store hr {
	color:#000;
	background-color:#000;
}
.fieldNameCSS { color: silver; font-size: 10px; font-family: "Courier New", Courier, Monaco, monospace; font-style: italic; }
.fieldValueCSS { color: white; font-family: "Courier New", Courier, Monaco, monospace; }
#addthis { position: absolute; top: 15px; left: 720px; }

