/*
	*************************
	PRAIRIELAND HERBS WEBSITE
	*************************
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/* background-image: url("images/backdrop.png");
	background-position: left top;
	background-attachment: fixed; */
}

#container {
	width: 745px;
	margin-top: 1px;
	/* margin: 0 auto; 
	background-color: rgba(255, 255, 255, 0.8); */

}

#header_layer1 {
	width: 600px;
	height: 170px;
	margin: 0 auto;
	float: right;
	z-index: 1;
}

#header_layer2 {
	position: absolute;
	top: 4px;
	width: 600px;
	height: 170px;
	margin-left: 143px;
	float: right;
	z-index: 2;
}

#nav {
	width: 100px;
	min-height: 940px;
	display: block;
	margin: 0 5px;
	padding: 0;

}

#sidebar {
	position: absolute;
	top: 5px;
}

.button {
	width: 90px;
	height: 50px;
}

.button p {
	margin: 0;
	padding: 0;
}

.button2{
	margin-top: 70px;
}

#layer3 {
	position: absolute;
	top: 54px;
	left: 147px;
	z-index: 4;
}

#main_div {
	min-height: 600px;
}

#headline {
	border-bottom: 1px solid #8080C0;
	padding-bottom: 10px;
}

#main_content{
	position: absolute;
	top: 180px;
	width: 640px;
	margin-left: 100px;
}

#footer {
	width: 740px;
	height: 100px;
	display: inline;
	z-index: 4;
}

.section {
	display: table;
	padding: 10px 0;
	border-bottom: 1px solid #8080C0;

}

.section img {
	margin-top: 15px;
}

.left {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0 10px;
	
}

.right {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 42%;
	top: 5px;
	padding: 10px;
	
}

#footbox {
	display: table;
	text-align: center;
	margin-left: 25px;
	border-bottom: 1px solid #8080C0;
}

table {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8080C0;
}

td {
	padding: 5px 10px 10px ;
}

td .latin {
	font-weight: normal;
	font-style: italic;
}

.table_left {
	width: 25%;
	height: 90px;
	background-color: #D3DFd3;
	text-align: center;
}

.table_left p {
	color: #8080C0;
	font-weight: bold;
}

.table_right {
	width: 75%;
	background: #DDDDEE;
	text-align: center;
}

#dates {
	width: 350px;
	margin-left: 190px;
	color: #8080C0;
}

dl {
	display: table;
}

dt {
	display: table-cell;
	width: 25%;
	color: #8080C0;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background: #D3DFd3;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

dd {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	color: #339966;
	text-align: center;
	background: #DDDDEE;
	padding: 10px 15px;
	border-bottom: 2px solid #FFFFFF;
}

.slim {
	padding-left: 45px;
	padding-right: 45px;
}


.col {
	display: table-cell;
	vertical-align: middle;
	width: 33%;
	padding: 0 0 15px 25px;
}

h1 {
	color: #8080C0;
	text-align: center;
}

h3 {
	color: #8080C0;
	text-align: center;
	margin-bottom: 15px;
}

h4 {
	color: #8080C0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #339966;
	text-align: center;
	margin-top: 10px;
}

p.para2 {
	color: #8080C0;
}

.bold {
	font-weight: bold;
}

.light {
	font-weight: normal;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 6px;
}

li {
	text-align: center;
}

li a {
	color: #CCCCFF;
	text-decoration: none;
	display: block;
	width: 90px;
	height: 50px;
	background: #8080C0;
}

li a #bath {
	background: black;
}

small {
	text-align: center;
	color: #8080C0;
}

blockquote {
	color: #339966;
	margin-left: 100px;
	margin-right: 100px;
}