/** BASIC */

html, body {
	height: 100%;
}

.text1 {
	margin-bottom: 20px;
}

.text2 {
	padding-left: 21px;
	background: url(images/homepage08.gif) no-repeat left center;
}

.text3 {
	margin-bottom: 20px;
}

.text4 {
	padding-left: 16px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

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

#header h1, #header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 735px;
	height: 91px;
	margin: 0px auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 15px;
	background: url(images/homepage02.gif) no-repeat left center;
}

#menu .first a {
	background: none;
}

/** CONTENT */

#content {
	width: 735px;
	margin: 0px auto;
	
}

#left {
	float: left;
	width: 405px;
	padding-left: 85px;
}

#right {
	float: right;
	width: 128px;
	padding-right: 78px;
}

/** FOOTER */

#footer {
	width: 645px;
	height: 50px;
	margin: 0px auto;
	padding: 20px 0px 0px 90px;
}

/** BOX1 */

#box1 {
}

#box1 .content {
	padding: 0px 5px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 183px;
	padding-left: 5px;
}

/** BOX3 */

#box3 {
	float: right;
	width: 183px;
	padding-right: 5px;
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}

/** BOX6 */

#box6 {
}