* {
	margin: 0;
	padding: 0;
}
body {
	background:#666666;
	color: #666666;
	margin: 0 auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 20px;
	}
a {
	color:#98BA3F;
	text-decoration: underline;
	font-weight: bold;
		}
.active a {
	color:#3196C0;
		}
a:hover {
	color:#B73595;
	}
.navbar a {
	color:#98BA3F;
	text-decoration: none;
	font-size:16px;
	border-bottom:6px #98BA3F solid;
	line-height: 50px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bold;
		}
.active a {
	color:#3196C0;
	border-bottom:6px #3196C0 solid;
		}
.navbar a:hover {
	color:#B73595;
	border-bottom:6px #B73595 solid;
	}
p {
	padding:0px 0px 15px 0px;
}
#footer a {
	color:#333333;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration:underline;
	}
h1 {
	background:url(affinity3logo.gif) no-repeat top left;
	height:90px;
	width:300px;
	}
h1 span {
	display:none;
	}
#container {
	width:780px;
	margin:0 auto;
	margin-top:50px;
	}
#header {
	padding:30px 10px 10px 20px;
	float: left;
	width: 350px;
	}
.content {
	padding:40px 0px 0px 30px;
	float:left;
	width: 460px;
	}
.navbar {
	float:right;
	width: 180px;
	margin-top: 30px;
	}
#footer {
	clear:both;
	color:#333333;
	font-size:9px;
	width:780px;
	margin:0 auto;
	}
.home {
	background:url(bghome.jpg) no-repeat top left;
	height: 600px;
	}
.navbar ul {
	list-style:none;
	}
.super {
	font-size: 80%;
	vertical-align: text-top;
	line-height: 1em;
}
.footerleft {
	float:left;
	width:500px;
	}
	
.footerright {
	text-align:right;
	float:right;
	}
.about {
	background:url(bgabout.jpg) no-repeat top left;
	height: 900px;
}
.references {
	background:url(bgreferences.jpg) no-repeat top left;
	height: 600px;
}
.contact {
	background:url(bgcontact.jpg) no-repeat top left;
	height: 600px;
}
.ref {
	font-style: italic;
	border-top: solid 1px #cccccc;
	line-height: 18px;
	padding: 10px 0px 10px 0px;
}
img {
	padding-right: 15px;
}

