﻿/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper2 {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 423px;
	height: 120px;
	background: url(../images/homepage01.jpg) no-repeat left top;
	padding:2px 0px 0px 2px;
}

#logo h1 {
	text-indent: -9999em;
}

/** SEARCH */

#tagline {
	float: left;
}

/** CONTENT */

#content {
	float: right;
}

/** 3-COLUMN LAYOUT */

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

/** SIDEBAR */

#sidebar {
	float: left;
}

/** FOOTER */

#footer {
	margin: 0px auto;
}