/* Global CSS Reset */
* {
  padding: 0;
  margin: 0;
}
body {
  text-align: center;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode',Arial, Verdana, sans-serif;
  font-size: small;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
  margin: 0 0 .6em 0;
  padding: 0;
}
li, dd { 
  margin-left:2%;
}
fieldset {
  padding: .5em;
}
/* End Global CSS Reset */
div#wrap {
	width: 760px;
	margin: 0;
	text-align:center;
	background: #fff;
font-size: 90%; }
h1 { font-size: 160%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 115%; }
div#main, div#contL, div#contR {
       text-align: left;
       position: relative;
}
div#header {
	background: #000;
	text-align: left;
	position: relative;
	color: #fff;
}
div#head_text {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
#head_text h1 a {
  display: none;
}
img#logo {
  display: block;
}
div#list {
  display: none;
}
ul#nav {
  display: none;
}
div#main {
	margin: 0 auto;
        position: relative;
}
div#contL {
	width: 360px;
	float: left;
}
div#contR {
        margin-left: 390px;
}
body#home #contL {
      float: left;
      width: 300px;
}
body#home #contR {
        margin-left:330px;
}
body#oils #contL, body#power23 #contL {
	width: 240px;
	float: left;
        overflow: hidden;
}
body#reflections #contL {
  display: none;
}
body#oils #contR, body#power23 #contR {
       margin-left: 270px;
/* was 320 */
}
body#reflections #contR {
  margin-left: 0;
}
div#mssHolder {
  overflow: hidden;
  width: 425px;
  height: 285px;
}
div#other_proj {
        clear: both;
        text-align: left;
	margin-top: .5em;
	padding: 10px 0;
}
div.other, div.otherlast {
  float:left;
  width:30%;
  overflow: hidden;
}
div.other {
  margin:0 32px 0 0;
}
div.otherlast {
  margin: 0;
}
div.other h3, div.otherlast h3 {
  text-align: center;
  margin: .3em 0;
}
div#footer {
  background: #000;
  clear: both;
  color: #fff;
  text-align: left;
  font-size: 80%;
}
div#footer p {
  width: 760px;
  margin: 0 auto;
  padding: .8em 0 .4em 0 ;
}
div.entry {
  margin: 0 0 3em 0;
}
img.left {
	float: left;
	padding: 0 10px 0 0;
}
img.right {
	float: right;
	padding: 0 0 0 10px;
}
h2 {
  background: none;
  padding-left: 0;
  border-bottom: 1px solid #FED52F;
}
form#contact_form table {
  width: 95%;
}
form#contact_form td {
  padding: .1em 0 .1em 0;
}
form#contact_form td.label {
  padding: 1em 0 .2em 0;
}
form#contact_form td.help {
  border: 1px solid #ccc;
  background-color: #e0e0e0;
  padding: 2px 5px;
}
form#contact_form input, form#contact_form textarea {
  width: 100%;
}
a:link {font-weight: bold; text-decoration: none; color: #469538}
a:visited {font-weight: bold; text-decoration: none; color: #49703C;}
a:hover {text-decoration: underline; color: #469538;}
a:active {}
p.instruct {
  color: #666;
  font-size: .9em;
  margin: 0;
  padding: 0;
}
p.credit {
  font-size: .85em;
  margin-top: -10px;
  text-align: right;
}
div.entry_title {
  position: relative;
}
div.entry_title h2 {
}
div.entry_info {
  position: relative;
  top: -1em;
  left: 0;
  font-size: .9em;
  padding: 3px;
  color; #999;
  margin-left: 25px;
}