/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 779px;
	height: 86px;
	margin: 0px auto;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#header h1, #header h2 {
	text-indent: -999em;
}

/** MENU */

#menu {
	width: 779px;
	height: 39px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
}

.subpage #menu, .wide-subpage #menu {
	padding-bottom: 7px;
	background: url(images/subpage1_01.gif) repeat-x left bottom;
}

/** BANNER */

#banner {
	width: 779px;
	margin: 0px auto;
	padding-bottom: 5px;
	background: repeat-x left bottom;
}

/** PAGE */

#page {
	width: 773px;
	margin: 0px auto;
	padding: 2px 3px;
}

/** CONTENT */

#content {
	float: right;
	width: 502px;
	padding: 20px 27px 20px 20px;
}

.wide-subpage #content {
	float: none;
	width: auto;
}

.two-columns {
}

.two-columns .column-one {
	float: left;
	width: 223px;
}

.two-columns .column-two {
	float: right;
	width: 238px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 171px;
	padding: 20px 20px 20px 27px;
}

/** BOX1 */

#box1 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(images/homepage15.gif) repeat-x left bottom;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}
