* {
	font-family:helvetica,verdana,arial,sans;
}

body {
	font-size:0.8em;
}

#outer {
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-400px;
	width:800px;
	background-image:url(agtech_images/mainbg.jpg);
	background-position:0px 42px;
	background-repeat:no-repeat;
	height:500px;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:53px;
	background-image:url(agtech_images/topgrad.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

h1 {
	position:absolute;
	left:27px;
	top:0px;
	width:190px;
	height:53px;
	overflow:hidden;
	background-image:url(agtech_images/logo.gif);
	background-repeat:no-repeat;
	margin:0px;
	z-index:5;
}

h1 a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-999px;
	overflow:hidden;
}

#photo {
	position:absolute;
	left:27px;
	top:0px;
	width:190px;
	height:424px;
	overflow:hidden;
	background-image:url(agtech_images/imagepanel.jpg);
	background-repeat:no-repeat;
	margin:0px;
	z-index:2;
	_z-index:-1; /* Lousy IE */
}

#nav {
	position:absolute;
	top:0px;
	left:226px;
}

#nav a {
	overflow:hidden;
	text-indent:-999px;
	position:relative;
	display:block;
	height:42px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background:white;
	text-decoration:none;
	float:left;
}

#nav a:hover {
	background-position:0px -42px;
}

#nav a.about {
	background-image:url(agtech_images/nav_about.gif);
	width:77px;
}

#nav a.clients {
	background-image:url(agtech_images/nav_clients.gif);
	width:67px;
}

#nav a.services {
	background-image:url(agtech_images/nav_services.gif);
	width:72px;
}

#nav a.contact {
	background-image:url(agtech_images/nav_contact.gif);
	width:94px;
}

#footer {
	position:absolute;
	top:436px;
	left:0px;
	background-image:url(agtech_images/bottomgrad.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:90%;
	width:800px;
	text-align:center;
	padding-top:38px;
}

#content {
	position:absolute;
	top:63px;
	left:236px;
	padding-right:25px;
	width:529px;
	height:352px;
	overflow:auto;
	line-height:1.2em;
}

#content, #content * {
	color:white;
}

h3 {
	margin:0px 0px 1em 0px;
}

#content a {
	font-weight:bold;	
}
