	body {
		margin: 0px; padding: 0px;
		font-family:Arial, Helvetica, sans-serif;
		background: #fff url("../images/style/page-bg-regular.jpg") top repeat-x;
	}
	/* Left image, the background with the shine behind it*/
	#bd_lf { 
		background: url("../images/style/page-bg-shine.jpg") top left no-repeat;
	}
	#pg_hold {
		padding: 5px 7px;
		width: 960px;
	}
	#pg_menu {
		height: 31px; width: 960px;
		background-color: #666666;
		text-align: right;
	}
	#pg_cont {
		position:relative;
		margin: 10px 25px;
		height: 600px;
	}
	#cont_head {
		display: block;
		margin: 0px 0px;
		padding: 40px 0px 20px;
		/*clear: left;*/
	}
	#foot_copy, #foot_copy a {
		text-align: center;
		font-size: 13px;
		color: #999;
	}
	
	/*
			Overall styles
	*/
	div.cleaner {
		clear: both;
	}
	h2 {
		font-weight: normal;
		font-style: italic;
		font-size: 22px;
	}

	
	/*
			Advertising containers
	*/
	#cont_head_ad {
		margin: 10px 25px 0px;
	}
	#cont_down_ad {
		position: absolute;
		left: 15px; top: 400px;
	}
	#foot_ad_cont {
		margin: 50px 20px;
		text-align: center;
		color: #4272A0;
	}
	#head_ad {
		position: absolute;
		right: -10px;
		top: 10px;
	}

	
	/*
			Content head styles
	 */
	#cont_head_left {
		float: left;
		margin-right: 25px;
		width: 400px;
	}
	#cont_head_movie {
		margin-top: 25px;
	}
	#cont_head_right {
		float: left;
		width: 466px;
		
		/*background: #E0ECF3 url("../images/style/cont-bluebox-bg.jpg") no-repeat top left;*/
	}
	#cont_head_right_cont {
		padding: 10px 20px 20px;
		color: #005577;
		font-size: 14px;
	}
	#cont_head_right_end {
		height: 18px;
		/*background: #E0ECF3 url("../images/style/cont-bluebox-bg-end.jpg") no-repeat top left;*/
	}
	#cont_head_clean {
		clear: both;
	}
	
	/* 
			Documentation styles 
	*/
	#docs_content {
		display: block;
		float: left;
		margin-top: 25px;
		width: 880px;
		padding: 15px;
		background: #fff url("../images/style/docs-head-bg.jpg") no-repeat top left;
	}
	#docs_note {
		margin: 0px 0px 25px;
		font-size: 14px;
		color: #057;
	}
	#docs_cont_title {
		padding: 25px;
		font-size: 36px;
		line-height: 24px;
		color: #057;
		background-color: #C7E2F1;
	}
	#docs_cont_title small {
		font-size: 14px;
	}
	#docs_cont_text {
		padding: 10px;
	}
	#docs_menu {
		float: right;
		width: 203px;
		margin: 110px 0px 25px 25px;
		padding: 10px;
		color: #666666;
		background-color: #F9F9F9;
		border-left: 1px solid #DDD;
		border-top: 1px solid #EEE;
	}
	#docs_menu_head {
		padding: 5px 8px;
		margin-bottom: 4px;
	}
	#docs_menu_text {
		padding: 8px;
	}
	#docs_menu_text a {
		color: #666666;
	}

	/*
			Download page styles
	*/
	#cont_download {
		display: block;
	}
	#cont_download_img {
		float: left;
		width: 180px;
	}
	#cont_download_text {
		float: left;
		width: 700px;
		margin: 25px 15px 0px;
		color: #057;
	}
	
	#down_note {
		float: right;
		display: block;
		width: 300px;
		margin: 25px 0px 0px;
		padding-left: 10px;
		padding-bottom: 10px;
		color: #999999;
		font-size: 14px;
		border-left: 1px solid #DDDDDD;
	}
	#down_note a {
		color: #666666;
	}
	#down_cont {
		float: left;
	}

	
	/* 
			Highligth styles
	*/
	#high_hold {
		float: left;
		width: 290px;
		margin-top: 25px;
		margin-right: 10px;
	}
	#high_title {
		padding: 5px 20px;
		height: 22px;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		background: url("../images/style/high-title.jpg");
	}
	#high_cont {
		color: #666666; font-size: 14px;
		padding: 5px 30px 0px 20px;
		line-height: 20px;
		text-align: justify;
	}
	
	/* 
			Link styles 
	*/
	#pg_menu a.link {
		display: block;
		float: left;
		padding: 5px 10px;
		margin: 2px 0px;
		
		font-size: 15px;
		font-style: italic;
		color: #fff; text-decoration:none;
		
		border-left: 1px solid #bbb;
		border-right: 1px solid #555;
	}
	#pg_menu a.link:hover {
		background-color: #555;
	}
	#pg_menu a.first {
		border-left: 0px;
	}