/** BASIC */

html{
	height: 100%
}

/** WRAPPER */

 body {
	height: 100%
}

/** WRAPPER */

#wrapper {
	padding-top: 43px
}

/** HEADER */

#header {
	width: 868px;
	height: 125px;
	margin: 0px auto
}

/** LOGO */

#logo {
	float: left;
	width: 410px;
	height: 125px;
	background: url( "images/homepage04.jpg" ) no-repeat left top
}

#logo h1{
	display: none
}

/** SEARCH */

 #logo h2 {
	display: none
}

/** SEARCH */

#search {
	float: right;
	width: 308px;
	height: 70px;
	padding: 55px 0px 0px 150px;
	background: url( "images/homepage05.jpg" ) no-repeat right top
}

/** MENU */

#menu {
	height: 202px;
	padding: 17px 0px 0px 30px 
}

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

#menu li {
	display: block;
	height: 30px;
	padding: 0px 0px 0px 28px;
	background: url( "images/homepage08.gif" ) no-repeat left center
}

#menu a {
	display: block;
	width: 211px;
	height: 20px;
	padding: 10px 0px 0px 3px;
	background: url( "images/homepage09.gif" ) repeat-x left bottom
}

/** LOGIN */

#login {
	padding: 25px 0px 0px 35px
}

/** CONTENT */

#content {
	width: 868px;
	margin: 0px auto
}

#left {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 40px;
	background: url( "images/homepage10.jpg" ) no-repeat left top
}

#right {
	float: right;
	width: 515px;
	padding: 0px 13px 0px 0px
}

/** FOOTER */

#footer {
	width: 868px;
	margin: 0px auto;
	padding: 25px 0px;
	background: url( "images/homepage18.jpg" ) no-repeat left top
}

/** BOX1 */

#box1 {
	padding: 30px 0px 0px 0px;
	text-align: center
}

/** BOX2 */

#box2 {
	padding-bottom: 10px
}

/** BOX3 */

#box3 {
	padding: 25px 30px 20px 25px
}