body {
    background-image: url(../theme/bg_tile.gif);
    background-repeat: repeat;
	margin: 0px ;
	}

#wrapper {
    background-repeat: repeat-x;
	background-image: url(../theme/bg_img.gif);
    padding: 5px ;
	}

#canvas {
	background-color: #fff ;
	width: 705px ;
	margin: 0px auto ;
	}

#header {
	height: 346px ;
	}

#navigation {
	padding: 0px 5px ;
	position: absolute ;
	z-index: 2 ;
	}

#masthead {
	z-index: 1 ;
	position: relative ;
	top: 22px ;
	}

#pagecontent {
    position: relative ;
    top: -50px ;
	display: block ;
    z-index: 3;
	padding: 10px ;
	}

#footer {
	padding: 0px 5px ;
	}

#footer img {
	display: block ;
	}

#si-footer {
	padding: 20px ;
	text-align: center ;
	}

.clear {
	clear: both ;
	}
