/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 765px;
	height: 110px;
	margin: 0px auto;
}

.subpage #header, .subpage-wide #header {
	height: 188px;
	background: url(images/subpage1_01.jpg) no-repeat left bottom;
}

/** LOGO */

#logo {
	float: left;
	width: 230px;
	height: 110px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
	text-indent: -999em;
}

/** MENU */

#menu {
	float: right;
	width: 535px;
	height: 110px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 31px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	background: images/homepage02.gif) repeat-y left top;
}

#menu .first a {
	padding-left: 35px;
	background: none;
}

/** HEADER2 */

#header2 {
	width: 765px;
	height: 172px;
	margin: 0px auto;
}

/** PAGE */

#page {
	width: 745px;
	margin: 10px auto;
}

/** CONTENT */

#content {
	float: right;
	width: 506px;
}

.subpage-wide #content {
	float: none;
	width: auto;
}

.two-columns {
}

.two-columns .column-one {
	float: left;
	width: 235px;
}

.two-columns .column-two {
	float: right;
	width: 235px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 204px;
}

/** FOOTER */

#footer {
	width: 765px;
	margin: 0px auto;
}

/** LOGIN */

#login {
	margin-bottom: 30px;
}

/** BOX1 */

#box1 {
	float: right;
	width: 535px;
	height: 172px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 180px;
	height: 142px;
	padding: 30px 25px 0px 25px;
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}


