/**--------- BASIC------------ */

html, body {
	height: 100%;
}

/** ---------WRAPPER-------------- */

#wrapper2 {
	margin: 0px auto;
}

/** ------------LOGO-------------- */

#logo {
	float: left;
	width: 500px;
	height: 60px;
}

#logo h1 {
	position: absolute;
	right: 2000px;
}

/** ------------SEARCH------------ */

#search {
	float: left;
}

/** ----------CONTENT------------- */

#content {
	float: right;
}

/** ------------3-COLUMN LAYOUT------------- */

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	float: left;
}

/** --------------SIDEBAR------------- */

#sidebar {
	float: left;
	background: #FFFFFF;
	color: #666666;
}

/** ------------FOOTER-------------- */

#footer {
	margin: 0px auto;
	clear: both;
}
