body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;

}
#header {
	background:url("images/topbg.jpg") repeat-x top left;
	width:100%;
}
img { display:block; }
.home {
background-image: url("images/homebg.gif");
}
.team {
background-image: url("images/teambg.gif");
}
#bodyWrap {
	background: url("images/navExpand.gif") repeat-y top left;}

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

#nav {
	float: left;
	}
#nav a {
	display:block;
	width:158px;
	height:28px;
	background-position:top left;
	}
#nav a:hover {
	background-position: bottom left;
	}

a span { position: absolute; left: -9000px; }

#footer {
	clear: both;
	margin-bottom:60px;}

#content {
	margin-left:210px;
	width:650px;
	padding-bottom:60px;
}

#content #teamWrap div div {  
	padding-left:40px;
	width:300px;
	}
#content #teamWrap div div img {
	xmargin-right:20px;
 }
div.right {
	padding-left:0px !important;
 }


#address {
	width:165px;
	margin-left:28px;
	font-size:11px;
	}
.h2 {
	font-size:150%;
	margin-bottom:10px;
 }

.h3 {
	margin:0px;
	padding:0px;
	font-size:110%;
	margin-bottom:10px;
	margin-top:30px;

	font-weight:bold;
}
.right { float:right; }

span.right { width:130px; }

.left { float:left;}

x.floatLeft {
	float: left; }

.clear { clear: both; padding-top:40px; }
