/* Container holds all visible page elements */

 body {
 	font-family:"Lucida Sans Unicode", Verdana;		
	background-color:#383838;
	
	
		}
	
#container 	{
				margin: auto;
				border: 3px solid white;
				height:600px;
				width: 900px;
				background-color:#DFE0BE;			
				}

.menuitems {
				background-color: #95a15f;			
				background-repeat:no-repeat;
				padding-bottom: 5px;			
				overflow: hidden;
				}
			
.menuitems ul {
				
				background-color: #95a15f;
				font-size: 110%;
				margin:6px 5px 32px 5px;
				padding-left: 10px;				
				color:#383838;								
				
				}
				
.menuitems li {
				display:inline;	
				}
			
.menuitems li a {
				
				float:left;				
				text-decoration:none;
				padding-right: 20px;			
				}
.menuitems li a:visited {
				color:#383838;
				}
				
.menuitems li a:hover {
				color:white;	
				}
				
.activelink {
				color:white;
				}
							
.images, .imagesfloat {
				float: left;
				margin-right: 20px;			
				}
				
.imagesfloat {
				clear:left;
				margin-top: 10px;				
				}
				
				
.imagesright, .imagesfloatright {
				float: right;
				margin-left: 20px;			
				}
				
.imagesfloatright {
				clear:right;
				margin-top: 10px;				
				}
				
				
.maincontent {
				margin:40px 120px 0 120px;
				height:373px;
				}
.services {
			
				margin-left:0;
				background-image: none;
				font-size:100%;
				color:#383838;
				list-style-type:none;
				}

.links {
				color:black;
				}
	
p  {
				font-size:100%;
				color:#383838;
				text-align:justify;
				}
.email			{
				color:#383838;
				}
				
#footer {
        
				background: #95a15f;				
				height:20px;
				width:900px;
				text-align: center;
				font-size: 90%;
				color:#383838;
				padding-top:5px;
				}
.validation {
			background-color:#383838;
			text-align:left;
			}