@charset "iso-8859-1";
/* CSS Document */
* {
	outline: none; margin: 0; border:0;
}
body {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}
#headerWrap {
	width: 100%;
	height: 100px;
	background: url("_img/header-bg.png") repeat-x;
}
#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#header ul {
	left: 260px;
    list-style: outside none none;
    position: absolute;
    top: 65px;
    width: 700px;
}
#header ul li {
	float: left;
}
#header ul li a {
	color: #000;
	padding: 8px 20px;
	text-decoration: none;
}
#header ul li a:hover, #header ul li a.active {
	color: #cc0033;
}
#wrapper {
	width: 960px;
	height: 633px;
	background: url("_img/cbio-board-room.jpg") no-repeat;
	margin: 0 auto;
	position: relative;
}
#copy {
	bottom: 60px;
    left: 60px;
    position: absolute;
    width: 430px;
}
h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 400;
}
p {
	font-size: 18px;
	font-weight: 300;
}
#footer {
	width: 840px;
	background: #dfdfdf;
	padding: 20px 60px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	font-weight: 300;
}
