body {
	text-align: center;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	background: #000;
	line-height: 150%;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

p {
	padding: 10px 0;
}	

ul {
	list-style-type: square;
	padding: 0 20px;
	margin: 0 0 0 10px;
}

li {
	padding: 10px 0;
}

.clear {
	clear:both;
}

#header-wrapper {
	background: #000 url(../images/header-bg.png) 0 bottom repeat-x;	
}

#header {
	height: 115px;
	width: 960px;
	margin: auto;
}

#header h1 {
	background: url(../images/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 402px;
	height: 23px;
	float: left;
	margin: 40px 0 0 10px;
}

#header h2 {
	background: url(../images/logo-right.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 274px;
	height: 89px;
	float: right;
	margin: 5px 60px 0 0;
}

#main-wrapper {
	background: #fff;
	overflow: hidden;
}

#main {
	width: 960px;
	margin: auto;
	text-align: left;
}

#main h3 {
	background: url(../images/call-to-action.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 357px;
	height: 16px;
	margin: 10px 0;
}

#left {
	float: left;
	width: 540px;
	margin: 10px;
}

#right {
	float: left;
	width: 380px;
	margin: 10px;
}

#right ul, #left ul {
	list-style-type: square;
	padding: 0 5px;
	margin: 0 0 0 10px;
}

#right li, #left li {
	padding: 0;
}

#faces {
	width: 380px;
	height: 622px;
	position: relative;
}

#faces span {
	background: url(../images/faces_title.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 303px;
	height: 39px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 9px;
}

#faces #richard {
	background: url(../images/faces_richard.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 145px;
	height: 144px;
	z-index: 6;
	position: absolute;
	top: 263px;
	left: 225px;
}

#faces #bob {
	background: url(../images/faces_bob.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 156px;
	height: 175px;
	z-index: 7;
	position: absolute;
	top: 376px;
	left: 0;
}

#faces #lisa {
	background: url(../images/faces_lisa.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 326px;
	height: 192px;
	z-index: 5;
	position: absolute;
	top: 237px;
	left: 12px;
}

#faces #jim {
	background: url(../images/faces_jim.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 380px;
	height: 255px;
	z-index: 3;
	position: absolute;
	top: 32px;
	left: 0;
}

#faces #chris {
	background: url(../images/faces_chris.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 356px;
	height: 216px;
	z-index: 4;
	position: absolute;
	top: 398px;
	left: 24px;
}

#footer {
	background: #000 url(../images/footer-bg.png) repeat-x;
	font-size: 11px;
	color: #fff;
	padding: 50px 0 20px 0;
}

#footer a {
	color: #fff;	
}

#video01, #video02, #richard-inline {
	display: none;	
}

#ads-bottom {
	padding: 4px;
	margin-top: 10px;
}