/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
	margin: 0px auto;
}

/** HEADER */

#header {
	height: 59px;
	background: #F69200 url(images/homepage02.jpg) no-repeat left top;
}

#header h1, #header h2 {
	float: left;
	margin: 0px;
	text-indent: -9999em;
}

/** CONTENT */

#content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: left;
}

