body {
	padding: 0;
	font: 12px sans-serif;
	background: #fff;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.content {
	color: #000000;
	background: url('../images/borders_01.png') no-repeat top left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.header {
    background: url('../images/borders_03.png') no-repeat top right;
}
div.header h1 {
    background: url('../images/borders_02.png') repeat-x top;
    margin: 0 22px 0 22px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}
div.header h1 span {
    position: relative;
    top: 10px;
}
div.outer-body {
    background: url('../images/borders_04.png') repeat-y left;
}
div.body {
    background: url('../images/borders_06.png') repeat-y right;
}
div.inner-body {
	background: url('../images/borders_05.png');
	padding: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
div.inner-body p:first-child {
    margin-top: 0;
    padding-top: 10px;
}
div.inner-body p:last-child {
    margin-bottom: 10px;
}
div.outer-footer {
    background: url('../images/borders_07.png') no-repeat bottom left;
}
div.footer {
    background: url('../images/borders_09.png') no-repeat bottom right;
}
div.inner-footer {
    background: url('../images/borders_08.png') repeat-x bottom;
    height: 28px;
    margin: 0 22px 0 22px;
}

