body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffe896;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.container{
			width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #330001;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
		}

.mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.header {
	background: #330001; 
}

html {
			height:100%;
			background:#EEE;
			background:-moz-linear-gradient(top, #FFF 0%, #CCC 100%);
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#CCC));
    	}

h1 {
			font-size:15px;
			font-weight:normal;
			color:#B5FF00;
			margin:0;
		}
		
 #nav {
      width: 100%;
      float: left;
      margin: 0 0 1em 0;
      padding: 0;
      background-color: #018786;
      border-bottom: 1px solid #ccc; 
	  }
   #nav ul {
      list-style: none;
      width: 800px;
      margin: 0 auto;
      padding: 0 0 0 18px; 
	  }
   #nav li {
      float: left; 
	  }
   #nav li a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      font-weight: bold;
      color: #ffffff;
      border-right: 1px solid #ccc; 
	  }
   #nav li:first-child a {
      border-left: 1px solid #ccc; 
	  }
   #nav li a:hover {
      color: #ffffff;
      background-color: #007574; 
	  }



.footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fbedec;
}

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.leftbodycolumn	{
	width: 340px;
	float:left;
}
		
.rightbodycolumn	{
	width:340px;
	margin-left:360px;
}

.aboutusphotos		{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}

.leftcolumn	{
	width: 250px;
	float:left;
	color:#018786;
	font-size:22px;
	padding: 10px 25px;	
}

.rightcolumn	{
	width:450px;
	margin-left:300px;
	padding-top:10px;
		padding-bottom: 20px;
		text-align:left;
		font-size:.9em;
}

.rightcolumn	br	{
	
		line-height:.6em;
}
.leftcontactcolumn	{
	width: 340px;
	float:left;
	color:#000;
	font-size:.1.0em;
	padding: 10px 25px;	
}

.rightcontactcolumn	{
	width:340px;
	margin-left:360px;
	padding-top:10px;
		padding-bottom: 30px;
		text-align:left;
}

.rightcolumngreen	{
	color:#018786;
	font-weight:bold;
	font-size:1.4em;
}

.rightcolumnblack	{
	color:#000;
	font-weight:bold;
	font-size:1.2em;
}