/** BASIC */

html, body {
	height: 100%;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
}

#content {
	float: right;
	width: 466px;
	height: 400px;
	min-height: 400px;
	padding: 88px 84px 20px 0px;
}

html>body #content {
	height: auto;
}

#sidebar {
	float: left;
	width: 211px;
	padding-top: 69px;
}

/** LOGO */

#logo {
	height: 92px;
	margin-bottom: 15px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	width: 180px;
	padding-left: 9px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	padding: 8px 0px 6px 0px;
}

#menu li.first {
}

/** FOOTER */

#footer {
	width: 503px;
	height: 70px;
	margin: 0px auto;
	padding: 5px 64px 0px 211px;
}

/** BOX1 */

#box1 {
	margin-bottom: 30px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 205px;
	padding-left: 10px;
}

/** BOX3 */

#box3 {
	float: right;
	width: 205px;
	margin-bottom: 15px;
	padding-right: 10px;
}

/** BOX4 */

#box4 {
	float: right;
	width: 205px;
	padding-right: 10px;
}

/** BOX5 */

#box5 {
	float: left;
	width: 280px;
}

/** BOX6 */

#box6 {
	float: right;
	width: 160px;
}

/** BOX7 */

#box7 {
	float: right;
	width: 160px;
}

