/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPERS */

#wrapper1, #wrapper2 {
	height: 100%;
	min-height: 100%;
}

html>body #wrapper1, html>body #wrapper2 {
	height: auto;
}

#wrapper2 {
	width: 708px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#left {
	float: left;
	width: 0px;
	height: 282px;
	background: url(../images/theme/homepage02-c1.jpg) no-repeat left top;
}

#center {
	float: left;
	width: 706px;
}

#right {
	float: left;
	width: 0px;
	height: 282px;
	background: url(../images/theme/homepage03-c1.jpg) no-repeat left top;
}

/** MENU */

#menu {
	height: 42px;
}

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

#menu li {
	display: inline;
}

#menu a {
	height: 19px;
	padding: 0px 16px 0px 22px;
	background: url(../images/theme/homepage04.gif) no-repeat left center;
}

#menu .first a {
	background: none;
}

/** LOGO */

#logo {
	float: left;
	width: 234px;
	height: 240px;
	padding-left: 16px;
}

#faces {
	height: auto;
}

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

#faces li {
	margin: 0px;
	padding: 0px;
	display: inline;
}


/** SPLASH */

#splash {
	float: left;
	width: 439px;
	height: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#splash div#top {
	background-repeat:no-repeat;
	height: 80px;
	width: 330px;
	margin:0;
	padding:10px 0px 0px 45px;
}

#splash div#bottom {
	background-image:url(../images/theme/60x50_quote_marks.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	height: 130px;
	width: 330px;
	margin:0;
	padding:0px 45px 0px 40px;
}



/** FOOTER */

#footer {
	clear: both;
	margin: 0px 16px;
	padding: 15px;
}

#footer p {
	margin: 0px;
}

/** BOX1 */

#box1 {
	float: left;
	width: 205px;
	padding: 0 10px 0 30px;
	border-right: 1px dashed #CCD0AE;
}

/** BOX2 */

#box2 {
	float: right;
	width: 420px;
	padding: 0 30px 0px 0;
}

/** BOX3 */

#box3 {
	float: left;
	width: 644px;
	padding: 0px 10px 0px 30px;
}


/** BOX4 */
#box4 {
	float: left;
	width: 420px;
	padding: 0px 10px 0px 30px;
	border-right: 1px dashed #CCD0AE;
}

/** BOX5 */
#box5 {
	float: left;
	width: 190px;
	padding: 0px 0px 0px 20px;
}

