body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/green/pattern-background.jpg);
	background-repeat: repeat;
	width:100%;
	text-align: center;
	margin:  auto 0 auto 0;

	
}

/* -------------------------------------------- Main site container */
#container {
	width: 800px;
	margin: 15px auto auto auto;
	background-color: #FFF;
	background-image: url(images/green/bkgnd.jpg);
	background-repeat: repeat-y;
	text-align: left;
}



/* ------------------------------------ Top of container page layout*/ 
#top{	
	width: 800px;
	height: 48px;
	background-image: url(images/green/top_slice.jpg);
	background-repeat: no-repeat;
	clear: both;
} 


/* ---------------------- Left hand column for header and navigation*/	
#nav {
	padding: 0 0 40px 0 ;
	margin: 0;
	width: 323px;
	background-image: url(images/green/header.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align:left;
}
#navlinks h3, h4, h5{
	margin: 8px 0px 2px 5px;
	font-size: 80%;
	color: #4a3456;
	}
#navlinks{
	margin: 240px auto 0 46px;
}
#navlinks ul{
	margin: 0 auto 0 0;
	padding: 0;
	list-style-type: none;
	color: #336633;
}
* html #navlinks li { margin-top: -2px; }
#navlinks li{
	width:238px;
	height: auto;
}


#navlinks a{
	width:100%;
	margin: 0;
	padding: 0px 0px 0px 10px;
	display: block;
	border-bottom: 1px solid #FFF;
	text-decoration: none; 
	font-size: 80%;
} 
#navlinks a:link, #navlinks a:active, #navlinks a:visited {
	color: #4a3456;
	background: #9BD34A;
}
#navlinks a:hover {
	background: #5c4867;
	color: #FFF;
} 
.over {
	border-top: 1px solid #FFF;
}

/* ---------------------------------------------- Main content area */

#content{
	width: 475px;
	float:right;
	margin: 0px;
}
#content h1, h2{
	font-size: 100%;
	color: #689930;
	margin: 2px 120px 5px auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #689930;
}
#content p{
	font-size:80%;
	text-align: justify;
	margin: 2px 120px 15px 5px;
}
#content img.left {
	margin-right: 4px;
	margin-left: 4px;
	
}
#content img.right {
	margin-right: 4px;
	margin-left: 4px;
}
#content ul{
	margin-right:120px;
	font-size: 80%;
	list-style-type: disc;
	color: #689930;
}
#content a{
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
} 
#content a:hover {
	color: #689930;
	text-decoration: none;
}
#content table{padding: 2px;}
#content td{font-size: 90%;
background-color: #cccccc;
} 
 
#clients{
	border: 1px dotted #66CC00;
	padding: 2px;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	margin-right: 115px;
}
#clients p{
	margin: 2px 0px 4px 2px;
	color: #689930;
	text-align: left;
	font-size: 80%;
}
#clients h4{font-size: 80%}
.small{font-size: 80%}
.script {
	font-size: 70%;
	color: #f00;
	text-align: left;
}


/* -------------------------------------------- Footer of main page */
#footer{
	clear:both;
	width:100%;
	height:106px;
	background-image: url(images/green/footer.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
}
#footer h3{
	font-size:11pt;
	color: #669966;
	margin: 0 0 0 60px;
}


/* ---------------------------------- Bottom of page outside layout */
#bottom{
	margin: 0 auto 0 auto ;
	width:800px;
	text-align: center;
	font-size: 70%;
	color: #566A70;
}
#bottom a{
	text-decoration: underline; 
	font-size:90%;
	color: #566A70;
} 
#bottom a:hover {
	color: #000;
	text-decoration: none;
} 