@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
.oneColFixCtrHdr #container {
	width: 1200px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
.transformhk {
	padding: 20px;
}
.linkgrey {
	text-decoration: none;
}
.foto {
	padding: 30px;
	float: right;
}
.twitter {
	margin-right: 20px;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #CCCCCC;
	background-image: url(background.png);
	color: #000000;
	text-align: justify;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	line-height: 150%;
	font-family: "Helvetica Neue", "Helvetica Neue Light", Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
}
.buttonplate {
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 2px;
	margin-left: 2px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #000000;
}
.viewer {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.trainertitle {
	padding: 10px;
	margin-top: 0px;
	float: left;
}
.phototrainer {
	padding: 10px;
	float: left;
}
.phototrainer {
	padding: 10px;
	float: left;
}
.phototraineright {
	padding: 20px;
	float: right;
}
