html {
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
	background-color: #D7FFCC;
	}

body {
	text-align:center; /* for IE */ 
	}

div#wrapper
	{
	text-align:left; /* reset text alignment */
	width:1000px; /* or a percentage, or whatever */
	margin:0 auto; /* for the rest */ 
	}

#head {
	height:200px; 
	border:0px solid #000;
	width:70%;
	margin:0 auto; /* for the rest */
	}
	
#content {
	border:0px solid #000;
	}

#contenttext {
	padding-left:10em;
	padding-right:10em;
	padding-bottom:2.5em;
	padding-top:1em;
	color:#4C2336;
	/*color:#000;*/
	text-align:center;
	font-size:16px;
	}	

#contenttext_list{
	padding-left:220px;
	text-align:left;
	}
	
#contenttext_list li {
	display: list-item;
	list-style-type: disc;
	}

#contenttext_list2{
	padding-left:140px;
	text-align:left;
	}
	
#contenttext_list2 li {
	display: list-item;
	list-style-type: disc;
	}
	
#contenttext_testamonialList{
	/*padding-left:140px;*/
	text-align:left;
	}
#contenttext_testamonialList ul.testimonialtext{
	margin:O;
	padding:0;
}
	
#contenttext_testamonialList ul.testimonialtext li {
	display: list-item;
	list-style-type: none;
	margin: 0 20px 20px;
	padding:10px;
	border:solid thin black;
	text-align:left;
	background-color:#84BF72;
	color:#4C2336;
	}
		
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:10px;
    }
.banner_text
	{
	font-size:26px; 
	text-align:center;
	font-family: Times New Roman;
	color:#4C2336;
	padding-top:6px;
	}
		
#testimonialtext {
	margin: 0 20px;
	padding:10px;
	border:solid thin black;
	text-align:left;
	background-color:#84BF72;
	color:#4C2336;
	}

#slideshow_container {
	position:relative;
	left:134px;	
	margin:0 auto;
	}
	
#slideshow {
	border: #84BF72 solid 0px;
	}
	
#pad {
	margin:0;
	padding-top:20px;
	}

	
/*.centerdiv>div{ /*Proper way to center a relative div*/
/*	margin: 0 auto;
	}*/
	
a {
	text-decoration:none;
	}

#navcontainer
	{
	
	text-align:center;
	}
	
#samples_navcontainer
	{
	width:36%;
	text-align:center;
	margin:0 auto; /* for the rest */
	}
	
#navlist {
	padding: 10px 0 5px 10px;
	/*border-bottom: 1px solid #C79FB2;*/
	border-bottom: 1px solid #FF3399;
	margin:0 auto; /* for IE centring */
	}

*html #navlist {
	margin: 0;
	padding: 0px 0 5px 0px;
	/*border-bottom: 1px solid #C79FB2;*/
	border-bottom: 1px solid #FF3399;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited{
	line-height: 14px;
	font-weight: normal;
	font-size:18px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	/*color: #C79FB2;*/
	color: #FF3399;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	/*border-bottom: 4px solid #C79FB2;*/
	border-bottom: 4px solid #FF3399;
	padding-bottom: 2px;
	background: transparent;
	color: #4C2336;
	}

#navlist a:hover {
	color: #4C2336;
	}

#gallery_container
	{
	width:100%;
	/*color:#4C2336;*/
	font-size:16px;
	text-align:center;
	/*background:#B0FF99;*/
	padding-top:15px;
	}
	
#gallery_table table
	{
	width:100%;

	}
	
#gallery_table td
	{
	width:33%;
	}
	