/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 778px;
	height: 190px;
	margin: 0px auto;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0px;
	text-indent: -9999px;
}

/** MENU */

#menu {
	width: 778px;
	height: 45px;
	margin: 0px auto;
}

/** PAGE */

#page {
	width: 778px;
	height: 382px;
	margin: 0px auto;
}

#bg-left, #bg-right {
	float: left;
	width: 86px;
	height: 382px;
}

/** CONTENT */

#content {
	float: left;
	width: 606px;
	height: 342px;
	padding-top: 40px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column1,
.three-columns .column2,
.three-columns .column3 {
	float: left;
}

.three-columns .column1 {
	width: 228px;
	padding: 0px 0px 0px 35px;
}

.three-columns .column1 .wrap {
	width: 196px;
}

.three-columns .column2,
.three-columns .column3 {
	width: 150px;
	padding: 0px 0px 0px 20px;
}

.three-columns .column2 .wrap,
.three-columns .column3 .wrap {
	width: 120px;
}

/** 2-COLUMN LAYOUT */

.two-columns-left {
}

.two-columns-left .column1,
.two-columns-left .column2,
.two-columns-left .column3 {
	float: left;
}

.two-columns-left .column1 {
	width: 138px;
	padding: 0px 0px 0px 35px;
}

.two-columns-left .column1 .wrap {
	width: 138px;
}

.two-columns-left .column2 {
	width: 370px;
	padding: 0px 20px 0px 15px;
}

.two-columns-left .column2 .wrap {
	width: 370px;
}

/** 2-COLUMN LAYOUT */

.two-columns-right {
}

.two-columns-right .column1,
.two-columns-right .column2,
.two-columns-right .column3 {
	float: left;
}

.two-columns-right .column1 {
	width: 386px;
	padding: 0px 0px 0px 47px;
}

.two-columns-right .column1 .wrap {
	width: 350px;
}

.two-columns-right .column2 {
	width: 150px;
	padding: 0px 0px 0px 20px;
}

.two-columns-right .column2 .wrap {
	width: 120px;
}

/** 1-COLUMEN LAYOUT */

.one-column {
}

.one-column .wrap {
	padding: 0px 30px 0px 50px;
}

/** FOOTER */

#footer {
	width: 778px;
	height: 190px;
	margin: 0px auto;
}