#doc_page
{
	position:relative;
/*	background-color:#373737; */
/*	width: 900px; 
	height: 900px; */
}

#doc_left
{
	text-align: left;
	position:absolute; 
	top: 0px;
	left: 0px;
	width: 150px;
	bottom: 0px;
/*	background-color:#000000; */
	bottom: 0px;
	padding: 10px;
}

#doc_right
{
	position:absolute;
	top: 0px;
	left: 170px;
	width: 768px;
	bottom: 0px;
/*	background-color:#B2B2B2; */
}

#doc_section a
{
	/* color: rgb(255,255,255); */
	color: #974031;
	font-family:Verdana, Arial, sans-serif;
	font-size: small; 
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	cursor:pointer;
}

#doc_section a:hover
{
	color: #9a6c64;
}

#doc_subsection
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#doc_videoLink a
{
	color: #CEA295;
	font-family:Verdana, Arial, sans-serif;
	font-size: x-small; 
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 4px;
	height: 14px;
	background-image:url(images/video_icon.png);
	background-repeat:no-repeat;
	padding-left: 16px;
	text-decoration: none;
	cursor:pointer;
}

#doc_videoLink a:hover
{
	cursor:pointer;
}

#document a
{
	color: #CEA295;
	font-family:Verdana, Arial, sans-serif;
	font-size: small; 
	font-style: normal;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 4px;
	text-decoration: none;
}

#doc_video
{
	position:absolute;
}