html {
	height: 101%;
}
body {
	color: #666666;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
}
/* center wrapper, min max width */
div#pagewrapper {
	margin: 0 auto;       /* this centers wrapper */
	width: 720px;
}
#header {
	padding-top: 30px;
	padding-bottom: 10px;
}
#header-spacer {
	height: 28px;
}
#footer {
	float: left;
	padding-top: 10px;
}
#copyright {
	float: left;
	width: 200px;
	text-align: left;
}
#contact {
	float: left;
	width: 520px;
	text-align: right;
}
.txtWhiteNormal {
	color: #FFFFFF;
}
.divGreenLinks a {
	text-decoration: none;
	color: #afbd21;
}
.divDarkGreenLinks a {
	text-decoration: none;
	color: #676200;
}
.divGreyLinks a {
	text-decoration: none;
	color: #666666;
}
#heading {
	padding-top: 1px;
	padding-bottom: 25px;
}
#rightSide {
	float:right;
}
/* Teacher traning page - comments box and gallery*/

div#info-box {
}
div#info-box h3 {
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-top: 3px;
	margin-top:15px;
	text-transform: uppercase;
	background:url(/images/green-grad-sm.gif);
	font-weight:normal;
	font-size:10px;
}
div.comments p {
	border-bottom:1px solid #F0F0F0;
	padding: 8px 0 8px 0;
	margin:0;
}
div.comments span.comment {
	font-style:italic;
	color: #333300;
}
div.comments span.author {
	color: #AFBD21;
}

img { border:0; }
