/** WRAPPER */

#wrapper {
    background: url(/images/homepage02.jpg);
    background-repeat: repeat-x;
}

#wrapper2 {
	width: 832px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 53px;
	height: 350px;
	background: url(/images/homepage03.jpg) no-repeat left top;
}

#center {
	float: left;
	width: 726px;
	padding: 112px 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: 232px;
	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-bottom: 30px;
}

#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;
}

/** CONTENT */

#content {
	float: right;
	width: 364px;
	padding: 0px 33px 0px 34px;
}

/** FOOTER */

#footer {
	clear: both;
	height: 20px;
	padding-top: 50px;
}

/** BOX1 */

#box1 {
	margin-bottom: 20px;
	padding: 25px 0px 20px 0px;
	background: url(/images/homepage20.gif) repeat-x left bottom;
}


/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
	padding: 25px 0px 0px 0px;
}