/**
 * Vegancocoa, for Drupal 5.0
 * J. Scott Smith, Copyright (c) 2008 New Leaf Solutions, Inc.
 */


/**
 * Generic elements
 */

* {
  margin:0px;
  padding:0px;
  border:0px;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color:#6E3019;
}


/**
 * Layout
 */

#container {
  width:900px;
  margin: 30px auto 0;
}

#container-top {
  width:900px;
  height:8px; 
  background: 
  url(images2/container-top.png) no-repeat left;
  float: left;
}

#container-bottom {
  width:900px;
  height:8px;
  background: url(images2/container-bottom.png) no-repeat left;
	float: left;
}

#container-box {
  width:900px;
  background-color: white;
  margin-top: 8px;
  float: left;
}

#content-region {
  width:900px;
  float: left;
  padding-bottom: 5px;
}

#branding {
  margin: 10px 0 0 25px;
  float:left;
}


/**
 * Navigation specific
 */

#content {
  margin-right: 20px;
  width: 650px;
  float: right;
  margin-top: 10px;
}

h1 {
  font-size:22px;
  color:#7f4300;
  margin:0 0 5px 0;
}

h2 {
  font-size:16px;
  color:#666;
  padding: 0 50px 0 0;
  margin-bottom:10px;
}

p {
  margin-bottom:10px;
}

a, a:visited, a:active {
  color:#EA6024;
  text-decoration:underline;
}

a:hover {
  color:#6E3019;
  text-decoration:none;
}

