﻿@charset "utf-8";

@import url('reset.css');

body {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#58585a;
	background:#FFFFFF url(../pics/body_bg.jpg) no-repeat center top;

}

h4 { color:#009ee0; }

p { line-height:130%; margin-bottom:1em; }

p:last-child { margin-bottom:0; }

a { text-decoration:none; color:#58585a; } 

#content {

	position:relative;
	width:680px;
	left:30px;
	top:400px;
	margin:0 auto;
	padding-bottom:20px;
	text-align:right;

}

	.img-header { margin:0 2px 1em; }

	#logos { margin:2em 0 2em; overflow:hidden; }
	#logos img { float:right; margin:0 0 0 2em; }
	
	#people { margin:0 0 2em; overflow:hidden; }
	
		.face { float:right; width:130px; }
		.face img { margin:0 0 0.5em; }
		.face h4, .face p { margin:0 5px; }