/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
}

#wrapper2 {
	width: 826px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 53px;
	height: 350px;
	background:  url(images/homepage03.jpg) no-repeat left top;
}

#center {
	float: left;
	width: 826px;
	padding: 182px 0px 0px 0px;
	background: #FFFFFF url(images/homepage04.jpg) no-repeat left top;
}

#right {
	float: left;
	width: 53px;
	height: 350px;
	background:  url(images/homepage05.jpg) no-repeat left top;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 200px;
	padding-left: 30px;
}

/** LOGO */

#logo {
	width: 232px;
	height: 86px;
	background:  url(images/homepage07.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	margin: 40px 0 30px 0;
}

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

#menu li {
	display: block;
	width: 232px;
	height: 25px;
	padding: 15px 0px 0px 0px;
	background:  url(images/homepage08.gif) no-repeat left bottom;
}

#menu a {
	display: block;
	width: 232px;
}

#menu1 { background:  url(images/homepage09.gif) no-repeat right center; }
#menu2 { background:  url(images/homepage10.gif) no-repeat right center; }
#menu3 { background:  url(images/homepage11.gif) no-repeat right center; }
#menu4 { background:  url(images/homepage12.gif) no-repeat right center; }
#menu5 { background:  url(images/homepage13.gif) no-repeat right center; }
#menu6 { background:  url(images/homepage14.gif) no-repeat right center; }

/** CONTENT */

#content {
	float: right;
	width: 480px;
	padding: 15px 50px 0px 0px;

background:  url(images/homepage16.gif) repeat-y left top;


}

#content2 {
	float: left;
	width: 400px;
	padding: 15px 50px 0px 0px;

background:  url(images/homepage16.gif) repeat-y left top;


}

/** FOOTER */

#footer {
	clear: both;
	height: 20px;
	padding-top: 40px;
}

/** BOX1 */

#box1 {
	margin-bottom: 20px;
	padding: 25px 0px 20px 34px;
/*	
background: url(images/homepage20.gif) repeat-x left bottom;
*/
}


/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
	padding: 25px 0px 0px 0px;
}