html,body {
	height:			100%;
	background-color: #fff;
}

img {
	border:			0;
}
div {
	margin:			0;
	padding: 		0;
}


/* HOLDER + CONTENT */
#holder { 
	position:		absolute;
	top:			0;
	left:			50%;
	margin:			0 -465px;
	width:			930px;
	height:			100%;
	background-color: #fff;
}
#header {
	width:			930px;
}
#head {
	position:		absolute;
	top:			54px;
	height:			332px;
	width:			930px;
	background-position: left top;
	background-repeat: no-repeat;
}
#content {
	position:		absolute;
	top:			386px;
	left:			120px;
	width:			660px;
	margin:			15px 0;
}
#content #left {
	font-weight:	bold;
	font-size:		0.9em;
	text-align:		right;
/*	font-style: 	italic;*/
	position:		absolute;
	left:			3px;
	width:			200px;
	background-color: #fff;
}
#content #right {
	position:		absolute;
	left:			220px;
	width:			440px;
	background-color: #fff;
}
#content #right2 {
	position:		absolute;
	left:			680px;
	width:			130px;
	top:			80px;
	/*height:			225px;*/
	overflow:		hidden;
	font-size:		0.9em;
}
#content table {
	width:			100%;
}
/* HOLDER + CONTENT */


#bread_crum {
	position:		absolute;
	top:			27px;
	height:			27px;
	width:			910px;
	margin: 		0;
	padding: 		0 0 0 20px;
	background-color: 	#d0d9ee;
}
#bread_crum li {
	float:			left;
	margin: 		8px 0 0 0;
	padding: 		0;
	list-style: 	none;
	font-size:		10px;
}
#bread_crum li a {
	text-decoration:none;
}

.pdf_link, .youtube_link {
	margin-top:	10px;
	text-decoration:none;
}
.close {
	margin: 		25px auto;
	padding: 		5px 10px;
	background-color: 	#d0d9ee;
	text-align:		center;
	font-size:		11px;
}
