/** BASIC */

html, body {
	height: 100%;
}

.edge {
	height: 1px;
	background: url(/images/homepage08.gif) no-repeat left top;
}

.edge2 {
	height: 1px;
	background: url(/images/subpage1_03.gif) no-repeat left top;
}

/** LOGO */

#logo {
	width: 960px;
	height: 218px;
	margin: 0px auto;
	background: url(/images/homepage03.jpg) no-repeat right top;
}

#logo h1 {
	float: left;
	width: 350px;
	height: 218px;
	margin: 0px;
	background: url(/images/homepage02.jpg) no-repeat left top;
	text-indent: -9999px;
}

#logo p {
	margin: 0px;
	text-indent: -9999px;
}

/** MENU */

#menu {
	width: 960px;
	height: 82px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 17px 0px 0px 0px;
	text-align: center;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 15px 0px 25px;
	background: url(/images/homepage04.gif) no-repeat left center;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 960px;
	margin: 0px auto 30px auto;
}

/** SEARCH */

#search-text {
	margin-bottom: 9px;
}

#search-submit {
	float: right;
}










