body {
	background-color: white;
	margin: 0px;
	padding-left: 60px;
}

.side {
	background-color: #787879;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 60px;
        background-image: url('shadow.png');
        background-repeat: repeat-y;
        background-position: right top;
}

.top {
    font-family: sans-serif;
    padding-top: 1em;
    padding-left: 0em;
}
.top h1 {
    font-family: sans-serif;
    margin: 0px;
    color: red;
}
.toptext {
	padding-left: 1em;
}


.bar {
	background-color: red;
	left: 0px;
	position: relative;
	margin-top: 2em;
	height: 2em;
}
.notch {
	background-color: red;
	left: -50px;
	position: absolute;
	width: 50px;
	height: 2em;
}
.notch img {
	position: relative;
	top: -20px;
}

.content {
	background-color: white;
	padding-top: 1em;
	padding-left: 1em;
	bottom: 0px;
}



p.address {
	text-align: right;
	padding-right: 1em;
}


