* {
	margin: 0;
	padding: 0;
	}
html, body {
	width: 100%;
	height: 100%;
	}
	body {
		font: 62.5%/1.5 Arial,sans-serif;
		color: #333;
		background: #fff;
		}
:focus {
	outline: 0;
}	
		
/*	bg	*/
#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	min-width: 994px;
	height: 750px;
	}
	.isIE6 #bg {
		width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 994? "994px": "100%");	
		overflow: visible;
		overflow-x: hidden;
		}
	#bg-top {
		position: relative;
		width: 994px;
		height: 750px;
		margin: 0 auto;
		background: url(../img/bg_top_center.jpg) no-repeat top right;
		}
		#bg-right div, 
		#bg-right {
			position: absolute;
			top: 0;
			height: 750px;
			}
		#bg-right {
			right: -1000px;
			width: 1000px;
			background: url(../img/bg_top.png) repeat-x;
			}
		#bg-right div{
			left: 0;
			width: 99px;
			background: url(../img/bg_top_right.jpg) no-repeat;
			}

/* h100 */
#h100 {
	position: relative; 
	width: 994px;
	margin: 0 auto;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 10;
	}

/*		#header 												*/

/*
#header {
  	display: block;
	position: relative;
	width: 100%;
	}
	.inner #header {
		height: 240px;
		}
	.main #header {
		min-height: 514px;
		height: auto !important;
		height: 514px;
		/*border-bottom: 1px solid #e4be00;*/
		}
*/		

/*		#content 											*/
#wrapper {
	/*padding-top: 50px;*/
	padding-bottom: 240px;
	margin: 0 auto;
	width: 994px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	}
	#content {
		position: relative;
		float: left;
		width: 542px;
		padding-left: 20px;
		/*margin-bottom: -100px;*/
		padding-top: 30px;
		_padding-top: 20px;
		
		}
		#content { padding-top/*\**/: 20px\9 }
	#content-full{
		clear: both;
		padding-left: 20px;
		padding-top: 100px;
		margin-bottom: -100px;
		}

	#sidebar {
		position: relative;
		float: right;
		width: 350px; /* 410 */
		padding: 30px 30px 0;
		margin: 0px 0 -100px;
		font-family: Arial,sans-serif;
		}
		.inner #sidebar {
			padding-top: 20px;
			/*margin: -144px 0 -100px;*/
			/*margin: -110px 0 -100px;*/
			margin: 0px 0 -100px;
			background: #fff url(../img/bg_inner_sidebar_top.gif) no-repeat;
			}

.test{
	height: 280px;
	background-color: #fcc;
	}		
	
/*		#footer 												*/

#footer {
	position: relative;
	clear: both;
	width: 100%;
	min-width: 994px;
	height: 120px;
	top:30px;
	background:url(../img/bgn_bottom.png) top left no-repeat ;
	z-index:100;
	
	}
	
	.isIE6 #footer {
		width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 994? "994px": "100%");	
		}

	#footer-content{
		position: relative;
		width: 994px;
		height: 120px;
		margin: 0 auto 0;
		border-top: 1px solid #e4bc00;
		}	


			
/* clear */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow:hidden;
	visibility: hidden;
	}
.clearfix {
	display:block;
	}	
	#wrapper:after,
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		}
		.isIE .clearfix {
			height:1%;
			}						
			
.fbConnectWidgetHeaderTitleBranded{
	background-color:#000;
}