/** BASIC */

html, body {
	height: 100%;
}

/** MENU */

#menu {
	width: 747px;
	height: 65px;
	margin: 0px auto 1px auto;
}

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

#menu li {
	display: inline;
}

/** HEADER */

#header {
	width: 749px;
	height: 0px;
	background: url(../images/homepage03.jpg) no-repeat left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header-subpage {
	width: 749px;
	height: 42px;
	margin: 0px auto;
	padding: 68px 0px 0px 0px;
	background: url(../images/subpage1_01.jpg) no-repeat left top;
}

#logo {
	float: left;
	height: 30px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#search {
	float: right;
	width: 210px;
	padding-top: 11px;
}

/** PAGE */

#page {
	width: 749px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: -2px;
}

/** CONTENT */

#content {
	float: right;
	width: 504px;
}

/** FOOTER */

#footer {
	width: 749px;
	height: 50px;
	margin: 0px auto;
}


