/* undohtml start */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* undohtml finish*/

#top {
	width:900px;
	background-color:#ffffff;
	margin:0;
	min-height:70px;
	padding:0;
	background:#fff url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: auto;
	margin-right: auto;
}

#handshake {
	border-top:4px solid #669900;
	width:900px;
	min-height:285px;
	background:#fff url(../images/handshake.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}

#body {
	width:900px;
	background-color:#ffffff;
	max-height:400px;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	
}

#welcome {
	width:400px;
	display:block;
	top: 30px;
	left: 50px;
	position: relative;
	font-weight:bold;
	font-size:15px;
	
}


#aboutus {
	display:block;
	top: 60px;
	left: 70px;
	position: relative;
	width:300px;
	color:#669900;
	font-weight:bold;
	border-bottom:2px solid #cccccc;
}

#autext {
	display:block;
	top: 65px;
	left: 70px;
	position: relative;
	width:300px;
	text-align: justify;		
}

#target {
	display:block;
	top: 45px;
	left: 70px;
	position: relative;
	width:300px;
	color:#669900;
	font-weight:bold;
	border-bottom:2px solid #cccccc;
}

#targettext {
	display:block;
	top: 50px;
	left: 70px;
	position: relative;
	width:300px;
	text-align: justify;		
}

#location {
	display:block;
	top: -10px;
	left: 500px;
	position: relative;
	width:300px;
	color:#669900;
	font-weight:bold;
	border-bottom:2px solid #cccccc;
}

#locationtext {
	display:block;
	top: -5px;
	left: 500px;
	position: relative;
	width:300px;
	text-align: right;		
}

#partners {
	display:block;
	top: -100px;
	left: 500px;
	position: relative;
	width:300px;
	color:#669900;
	font-weight:bold;
	border-bottom:2px solid #cccccc;
}

#partnerimages {
	font-size: x-small;
	display:block;
	top: -95px;
	left: 500px;
	position: relative;
	width:300px;
	background: ;		
}

#contact {
	display:block;
	top: -50px;
	left: 500px;
	position: relative;
	width:300px;
	color:#669900;
	font-weight:bold;
	border-bottom:2px solid #cccccc;
}

#contacttext {
	display:block;
	top: -45px;
	left: 500px;
	position: relative;
	width:300px;
	text-align: left;		
}

#footer {
	
	position: relative;
	bottom:0;
	display:block;
	text-align: right;
	background: #669900;
	padding-right: 10px;
	
	
}


