
/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 400px;
	height: 128px;
	padding-top: 10px;
	background: url(../images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	float: left;
}

/** PAGE */

#page {
	margin: 0px auto;
}

/** LEFT SIDEBAR */

#left-sidebar {
	float: left;
}

/** CONTENT */

#content {
	float: left;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column1 {
	float: left;
}

.three-columns .column2 {
	float: left;
}

.three-columns .column3 {
	float: left;
}

/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column1 {
	float: left;
}

.two-columns .column2 {
	float: left;
}

/** RIGHT SIDEBAR */

#right-sidebar {
	float: left;
}

