	/*height:auto !important; */
	/* real browsers */
	/*height:100%; */
	/* IE6: treaded as min-height*/
	/*min-height:100%; */
	/* real browsers */

#page {
	

	position:relative;
	top:0px;
	left:0px;
	background-color:#ccc;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0;
	width:960px;
	height:auto !important; 
	height:100%; 
	min-height:100%; 
	background:url(../images/design/defaultcontent-bg.gif) repeat-y 0 0;
	}
	

/* -- header -- */
#header {
	width: 200px;
	height: 0px;
	float:left;
	position: relative;
	padding:0px;
	margin:0px 0 0px 0px;
	background-color: #eee;}

#header img {
	float:left;
	padding:0px;
	margin:0px;
	/*width:200px;
	height:100px;*/}
	
#header img.logo {
	float:left;
	padding:15px 10px 5px 20px;
	margin:0px 10px 0 0;
	width:160px;
	height:164px;}

#header meta li {
	padding:0 0px 0 0;	}
	


/* -- content -- */
#content {
	float: left;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ccc;
	
}
#linke_box {
	/*height:auto !important; 
	height:100%; 
	min-height:100%; */
	float:left;
	background-color:transparent;
	width:200px;
	margin:200px 0 0 0;
	padding:0px;}

#content img {
	margin:0 0 0 200px;}

#content .clear {
	clear:both;
}

/* -- footer -- */
#footer {
	position:relative;
	left:0px;
	bottom:0px;
	clear: both;
	width: 945px;
	height: 20px;
	margin: 0px 0 20px 0;
	display: block;
	padding: 5px 0 0 15px;
	font-size: 10px;
	background-color:#fff;
}

/*--------------------------IE6 transparent png hack / http://www.twinhelix.com/css/iepngfix/-------------------*/
#page #header img {
{ behavior: url(../scripts/iepngfix.htc) }
