html {
	/*overflow-Y: scroll;
	overflow: -moz-scrollbars-vertical;
	width: 1600px;
	overflow-x: auto;*/
}

#wrapper h1 {
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-family: Arial, Open Sans; font-size: 24px; font-style: normal; font-weight: normal;
	text-decoration:none;
	color: rgb(72,72,72);
}
#wrapper a {
	text-decoration: none;
}

#container1 {
	margin: auto;
	width: 1600px;
	background-color:none;
	line-height: 20px;
}

#left_panel {
	clear: left;
	float: left;
	margin: -80px 0px 0px 50px;
	padding: 74px 0px 0px 0px;
	width: 480px;
	height: 770px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	color: rgb(72,72,72);
	background-color: none;
	z-index: 2;
	position: relative;
}
.list_item:hover {
	width: auto;
	border: none;
	color: rgb(180,24,0);
	background-color: none;
}

#right_panel {
	position: center;
	float: left;
	margin: 0px 50px 20px 0px;

	width: 1020px;
	height: auto;
	text-align: right;
	background-color: none;
	z-index: 1;
}
#right_panel img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	max-height: 700px;
}

/*====================================================================================================================*/
/* Documentation Panels */
/*====================================================================================================================*/
#container3 {
	width: 1600px;
	height: 610px;
	background-color: none;
	margin-left: 0px;
}
#container4 {
	width: 1600px;
	height: 740px;
	background-color: none;
	margin-left: 0px;
}
#page_description {
	clear: both;
	width: 1600px;
	height: auto;
	margin: 0px auto -200px auto;
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	/*font-family: Arial, Open Sans; font-size: 15px; font-style: normal; font-weight: normal;*/
	font-family: Arial, Open Sans; font-size: 12px; font-style: normal; font-weight: normal;
	text-align: center;
	line-height: 22px;
	font-weight: normal;
	text-decoration:none;
	color: rgb(72,72,72);
	background-color: rgb(240,246,250);
}

#how_to_wrap h1 {
	font-size: 20px; font-weight: bold;
}

.how_to_headings {
	width: auto;
	padding: 10px 30px 10px 30px;
	text-align: left;
	background-color: none;
}
