
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #9fa773;	
	font-family:  Arial, sans-serif;
	color:#111;
	font-size:small;
}


p { padding-top: 0px;
    margin-top: 0px;
    text-align: left;
    display: block; 
}

p.address {
	position: relative;
	top: 20px;
	background: #eee;
	text-align: center;
	padding: 10px;
}

p.footer {position: relative;
	width: 100%;
	text-align: center;
	}

img.float_left{
	  float: left; 
    margin: 6px; 
}


h1 {
	 display: block; 
	 font-family: georgia, arial, sans-serif;
	 font-size: 20px;
 }
 
 h3 {
	 text-align: center;
	 font-size: 16px;
	 font-weight: bold;
	 color: #9fa773;
 }
 
 h4 {
	text-align: center;
	font-size: 12px;	 
	font-weight: normal;
 }


A 			{ color: #9fa773; text-decoration: none; font_size:small;}
A:link		{  color: #9fa773; text-decoration: none; }
A:visited	{  color: #9fa773; text-decoration: none; }
A:active	{ color: #a8c900; text-decoration: underline;   }
A:hover		{ color: #a8c900;  }

#wrapper {
	position: relative;
	width: 900px;
	min-height: 980px;
	top: 20px;
	padding: 0px;
	border: 0px solid #000;

}

#total {
	position: relative;
	width: 900px;
	top: 20px;
	padding: 0px;
	padding-bottom: 20px;
	background: #fff;
	border: 1px solid #000;
		min-height: 1100px;
}

#header {
	position: relative;
	min-height:220px;
	height:220px;
	top: 0px;
	width: 900px;
	background: #fff url(images/header1.jpg);
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: strong;
	border-bottom: 1px solid #000;
}

#logobox{	
	position: relative; 
	text-align: center;
	max-height:160px;
	display: block;
	vertical-align: bottom;
	top: 15px;
	left: -150px;
	width: 430px;
	border: 1px solid #000000;
	background: #fff;
	margin: 0 auto;
	margin-bottom: -10px;
	overflow: hidden;
	filter:alpha(opacity=100);
  	opacity:1.0;
}

#main {
	position: relative;
	min-height:940px;
	top: 0px;
	width: 900px;
	background: #fff;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: strong;
}

#left_box {
	
	position: absolute;
	top: 15px;
	min-height:650px;
	width: 300px;
	left:10px;
	background: #fff;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-family:   Arial, sans-serif;
	line-height: 1.4;
	padding-top: 0px;
	padding:10px;
	border-right: 1px solid #ddd ;
	padding-right: 35px;
}


#right_box {
	
	position: relative;
	min-height:660px;
	top: 15px;
	left:150px;
	right:10px;
	width: 455px;
	background: #fff;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-family:    arial, sans-serif;
	line-height: 1.4;
	padding-top: 15px;
	padding:3px;
}

.project_box { position: relative; left: 5px; padding-bottom: 20px;
	
}