body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
	background-color: #000000;
}
#container  {
	width: 780px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Geneva, Tahoma, Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #eadbbd;
	background-color: #000000;
	line-height: 120%;
}

#header  {
	height: 125px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent  {
	background-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}


#footer  {
	clear: both;
	font-size: small;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer  p  {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	background-color: #000000;
	list-style-type: none;
	color: #C0B587; /* light wood color */

}

/* link styles and colors */

a:link, a:visited, a:active {
	color:            #BDAE80; /* light orange wood color */
}

a:hover{
	color:            #FFFFBE; /* highlight color */
}



a:link img {
  text-decoration:  none;
  border:    none;
}

a:visited img{
  text-decoration:  none;
  border:    none; 
}

a:active img{
  text-decoration:  none;
  border:    none; 
}
a:focus img{
  text-decoration:  none;
  border:    none; 
}

a:hover img{
  text-decoration:  none;
  border:    none; 
}


#maintext {
	float: left;
	width: 320px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 125%;
	display: inline;
	font-size: 105%;
}
#mainimageright {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
	float: left;
	width: 220px;
	margin: 0px;
}

#mainimageleft {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 220px;
	display: inline;
	margin: 0px;
}



h1 {
	font-size: large;
	text-align: center;
}

.linkdescr {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	text-align: left;
}


.testimonialdiv {
	clear: both;
	font-style: italic;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

