﻿@charset "utf-8";

body {
	text-align: center;
}

#doc,#doc2,#doc3,#doc4
 {
	margin: auto;
	text-align: left;
	width: 714px;
}

/* 950 centered (doc2) */
#doc2 {
	width: 950px;
}

/* 100% (doc3) */
#doc3 {
	margin: auto 10px;
	width: auto;
}

/* 974 centered (doc4) */
#doc4 {
	width: 988px;
}


/* @group clearing */
#hd:after,
#bd:after,
#ft:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#hd,
#bd,
#ft
{
	zoom: 1;
}
