body {
    font-size: small;
    font-family: Arial;
	background-image:url('../images/page_background.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

.top {
	width:580px;
	margin:0 auto;
	margin-top:70px;
	font-size:1.2em;
	line-height:1.6em;
	text-align: center;
	color:#5d5544;
}

.bottom {
	width:580px;
	height:291px;
	margin:0 auto;
	background-image:url('../images/background.gif');
	font-size:1em;
}

.colOne {
	float:left;
	margin-left:190px;
	padding-top:40px;
}

.colTwo {
	float:left;
	margin-left:5px;
	padding-top:40px;
}

ul {
	list-style:none;	
}

.section {
	font-weight: bold;
	margin-bottom:10px;
}

.name {
	font-weight:bold;
	color:#5d5544;	
}
.title {
	font-weight:bold;
	color: #9b9b9b;
	margin-bottom:15px;
}
	
.ourteam { color:#d03451;  }
.projects { color:#258134; }
.contactus { color:#f96e2a; padding-top:20px; }

a {
	font-weight:bold;
	color: #9b9b9b;
}

a:hover {
	font-weight:bold;
	color: #000000;
}

.footer {
	width:580px;
	margin:0 auto;
	font-size:.8em;
	text-align:right;
	color: #b1b1b1;
}
