/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
	width: 831px;
	margin: 0px auto;
}

#wrap1 {
	float: left;
	width: 30px;
	height: 680px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#wrap2 {
	float: left;
	width: 771px;
}

#wrap3 {
	float: left;
	width: 30px;
	height: 680px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

/** LOGO */

#logo {

	height: 88px;
	margin: 0px auto;
	background: #999999;
}

#logo h1 {
	
	float: left;
	width: 385px;
	height: 88px;
	background: url(images/subpage1_08.jpg) no-repeat left top;
}

#logo h2 {
	float: right;
	width: 386px;
	height: 88px;
	background: url(images/subpage1_09.jpg) no-repeat left top;
}

#logo span {
	/** display: none; */
	padding-top: 40px;
}

/** MENU */

#menu {
	height: 67px;
}

#main {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#main li {
	display: inline;
}

#main a {
	display: block;
	float: left;
	width: 118px;
	height: 50px;
	padding: 17px 0px 0px 0px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#main .first a {
	background: none;
}

#shortcuts {
	float: right;
	margin: 0px;
	padding: 17px 30px 0px 0px;
	list-style: none;
}

#shortcuts li {
	display: inline;
}

#shortcuts a {
	display: block;
	float: left;
	height: 27px;
}

#shortcuts span {
	display: none;
}

#shortcut1 {
	width: 37px;
	background: url(images/homepage05.gif) no-repeat left top;
}

#shortcut2 {
	width: 25px;
	background: url(images/homepage06.gif) no-repeat left top;
}

#shortcut3 {
	width: 35px;
	background: url(images/homepage07.gif) no-repeat left top;
}

/** HEADER */

#header {
	width: 381px;
	height: 190px;
	margin: 0px 0px 0px 31px;
	padding: 40px 50px 0px 280px;
}

/** CONTENT */

#content {
	width: 731px;
	padding: 6px 0px 0px 21px;
}

#colA {
	float: left;
	width: 341px;
}

#colB {
	float: right;
	width: 349px;
	padding-left: 20px;
	border-left: 1px solid #E7E7E7;
}

#colC {
	float: left;
	width: 422px;
}

#colD {
	float: right;
	width: 249px;
	padding-left: 20px;
	border-left: 1px solid #E7E7E7;
}

/** FOOTER */

#footer {
	clear: both;
	padding: 60px 0px;
}

/** BOX1 */

#box1 {
}

#box1 .content {
	padding: 0px 10px 10px 25px;
}

/** BOX2 */

#box2 {
}

#box2 .content {
	padding: 0px 10px 10px 25px;
}

/** BOX3 */

#box3 {
}

#box3 .content {
	padding: 0px 25px 10px 10px;
}

/** BOX4 */

#box4 {
}

#box4 .content {
	padding: 0px 25px 10px 10px;
}

/** BOX5 */

#box5 {
}

#box5 .content {
	padding: 0px 25px 10px 25px;
}