/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	STYLESHEET FOR DEFINING THE PAGE LAYOUT WITH ALL SECTION POSITIONS				*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.clear {
	clear: both;
}

body{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
body {
		
}

#positioner {
	background-color: transparent;
	position: relative;
	width: 100%;
	margin: 0px;
	
}

#container {
	min-width: 920px;
	width: 57.5em;
	/* background-color externalized */
	padding: 0px;
	margin: 0px auto 0px auto;
	border:10px solid white;
}

#header-container {
	display:none;
	/* background: externalized */
}

#spacer {
	width: 100%;
	border: 0px;
	height: 24px;
	background-color: transparent;
	clear:both;
}

#content-container {
	width: 100%;
	border: 0px;
	background-color: transparent;
}

#navi-1-section {
	display:none;
}

#navi-1-container {
	display:none;
}

#tools-navi-section {
	display:none;
}

#navi-2-section {
	display:none;
}

#content-section-container{
	background-color: transparent;
	width: 56.5%;
	float: left;
	
}

#content-section-wrap{	
	padding: 0px 10px;
	height: 100%;	
	background-color: transparent;
}	

#content-section{	
	height: 100%;
	background-color: transparent;
	
}

#teaser-section{
	display:none;
}

div.top-spacer{
	height: 10px;
	/* background-color: externalized */
}



