/** BASIC */


p.bg2 {
	padding-bottom: 15px;
}

/** TITLES */

.title span { display: none; }

#title1 {
	height: 70px;
	background: url(images/homepage08.jpg) no-repeat left top;
}

#title2 {
	height: 43px;
	background: url(images/homepage09.jpg) no-repeat left top;
}

#title3 {
	height: 43px;
	background: url(images/homepage10.jpg) no-repeat left top;
}

#title4 {
	height: 70px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#title5 {
	height: 70px;
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

/** MENU */

#menu {
	width: 679px;
	height: 172px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 25px;
	background: url(images/homepage12.gif) no-repeat left center;
}

#menu .first a {
	background: none;
}

#menu2 {
	width: 679px;
	height: 30px;
	margin: 0px auto;
}

#menu2 ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: right;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	padding: 0px 10px;
	background: url(images/homepage12.gif) no-repeat left center;
}

#menu2 .first a {
	background: none;
}
/** LOGO */

#logo {
	width: 679px;
	height: 129px;
	margin: 0px auto;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
	display: none;
}

/** PAGE */

#page {
	width: 679px;
	margin: 0px auto;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column-one {
	position: relative;
	float: left;
	width: 182px;
	padding: 8px 0px 10px 26px;
}

.three-columns .column-two  {
	position: relative;
	float: left;
	width: 188px;
	padding: 8px 0px 10px 37px;
}

.three-columns .column-three  {
	position: relative;
	float: left;
	width: 182px;
	padding: 8px 0px 10px 36px;
}

/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column-one {
	position: relative;
	float: left;
	width: 406px;
	padding: 8px 0px 10px 26px;
}

.two-columns .column-two  {
	position: relative;
	float: left;
	width: 182px;
	padding: 8px 0px 10px 37px;
}

/** 1-COLUMN LAYOUT */

.one-column {
}

.one-column .bottombg {
	padding: 8px 29px 50px 26px;
	min-height: 350px;
}

/** FOOTER */

#footer {
	width: 679px;
	margin: 0px auto;
	padding: 15px 0px;
}
