/*
Font-size reference.  Calcuate with: pixel_size / 12
	9px		: 0.75em
	10px	: 0.8333em
	11px	: 0.9167em
	12px	: 1.0em
	13px	: 1.0833em
	14px	: 1.1667em
	15px	: 1.25em
	16px	: 1.3333em
	17px	: 1.4167em
	18px	: 1.5em
	19px	: 1.5833em
	20px	: 1.6667em
	21px	: 1.75em
	22px	: 1.8333em
	23px	: 1.9167em
	24px	: 2.0em
	25px	: 2.0833em
	26px	: 2.1667em
	27px	: 2.25em
	28px	: 2.3333em
	29px	: 2.4167em
	30px	: 2.5em
	31px	: 2.5833em
	32px	: 2.6667em
*/

body {font: 75% verdana, sans-serif;padding:25px 50px;color:#555;}
body p {margin:1em 0;}
h1, h2 {line-height:1.1em;}
body hr {margin:10px 0 0 0;}

img {border:none;}

a {text-decoration:none;color:#333;}
a:hover {text-decoration:underline;}

div#container {width:950px;margin:0 auto;text-align:center;overflow:hidden;}
div#summary {width:500px;margin:0 auto;}
div.team {width:290px;float:left;margin:10px;border:1px solid #CCC;height:435px;}
div.team h2 {height:2.5em;}
p#footer {font-size:0.55em;margin-right:21px;text-align:right;}
