/** 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;
	/*clear: both;*/
}

#wrap2 {
	float: left;
	width: 771px;
}

#wrap3 {
	
	float: right;
	width: 30px;
	height: 680px;
	background: url(../images/homepage02.jpg) no-repeat right top;
	/*clear: both;*/
		
}

/** LOGO */

#logo {
	height: 88px;
	/*margin: 0px auto;*/
	/*background: #999999;*/
	/*padding-top: 20px;*/
}

#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;*/
}

/** 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: 90px;
	height: 50px;
	padding: 17px 0px 0px 0px;
	background: url(../images/homepage04.jpg) no-repeat left top;
}

#main a: hover {
	
	text-decoration: underline;
}

#main .first a {
	background: none;
	padding-left: 5px;
}

#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;
}

#header1{
	position: absolute;
}
#header2{
	position: absolute;
}
#header4{
	position: absolute;
}
#header5{
	position: absolute;
}
#header6{
	position: absolute;
}
#header7{
	position: absolute;
}
#header8{
	position: absolute;
}
#header9{
	position: absolute;
}
#header10{
	position: absolute;
}
#header11{
	position: absolute;
}

/** CONTENT */

#content-home {
	position: relative;
	top: 210px;
	width: 731px;
	padding: 6px 0px 0px 21px;
}

#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: 315px;
}

#colD {
	float: right;
	width: 366px;
	padding-left: 20px;
	padding-right: 10px;
	border-left: 1px solid #E7E7E7;
}

/** FOOTER */

#footer {
	clear: both;
	padding: 60px 0px;
}

/** BOX1 */

#box1 {
}

#box1 .content {
	padding: 0px 10px 10px 0px;
}

/** 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;
}
