/* CSS Document */

.cppheader {
	background-image: url(images/header.jpg);
	height: 180px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	background-image: url(images/bkgd.gif);
	background-repeat: no-repeat;
	height: 768px;
	width: 1000px;
	margin-top: 12px;
	padding-top: 70px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
	text-align: left;
	position: relative;
}
#content .concepts {
	background-image: url(images/concepts.gif);
	background-repeat: no-repeat;
	height: 514px;
	width: 520px;
	position: absolute;
	top: 12px;
	left: 490px;
}
#content .ypc {
	background-image: url(images/web-ypc-logo.png);
	background-repeat: no-repeat;
	height: 400px;
	width: 400px;
	position: absolute;
	top: 12px;
	left: 620px;
	background-position: 50px 100px;
}
#content .concepts_overlay {
	height: 514px;
	width: 520px;
	position: absolute;
	top: 7px;
	left: 485px;
}
#content .innerContent {
	width: 1000px;
	height: 450px;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #6C407B;
	font-weight: bold;
	clear: both;
}
.leader {
	font-size: 18px;
	color: #420C55;
}
#content .trailer {
	background-image: url(images/trailer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 1000px;
	clear: both;
	position: relative;
	top: 40px;
}
img {
	margin: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0px;
	padding: 0px;
}
#content .concepts img {
	margin: 0px;
	padding: 0px;
	z-index: 20;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content #links {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 30;
}
#content #links img {
	margin: 0px;
	padding: 0px;
}
.title {
	font-size: 24px;
	font-weight: bold;
}
