/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

/*----------------------------*/
/* 1.1 -       */
/*----------------------------*/

body {
	background: url(../images/grid-bg.jpg) white repeat top left;
	color: #333;
}
.top-logo {
	float: left;
	display: inline;
	margin: 40px 30px 0 0;
}
.top-class {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.right30 {
	margin-left: 30px;
}
.coffee {
	position: absolute;
	top: 3px;
	left: -14px;
}
.rt {
	position: absolute;
	top: -44px;
	left: 491px;
}
.books-first-rt {
	margin-left: 20px;
	height: 90px;
}
.books {
	height: 90px;
}
a img{
	border: none;
}
h1.homework {
	font-size: 48pt;
	/*text-align: center;*/
	color: white;
	text-shadow: 0px 2px 2px #e1e1e1, 0px -2px 2px #999;
	margin: -30px 0 5px 0;
	padding: 0;
}
h4.key {
	color: #333;
	text-shadow: none;
	margin: 15px 0 15px 20px;
}
p.dark {
	color: #333;
	text-shadow: none;
	margin-left: 20px;
}
p {
	color: #333;
	text-shadow: none;
}
table {
	background-color: white;
	width: 940px;
	margin: -10px auto 60px auto; 
	padding: 0;
	border-collapse: collapse;
	border-color: #999;
}
th, td {
	width: 100px;
	height: 40px;
	text-align: center;
	color: #e1e1e1;
}
th {
	font-size: 21px;
	color: #333;
}
input.vf__text, input.vf__text_tiny, input.vf__text_small, input.vf__text_large, input.vf__button, select.vf__one, select.vf__multiple, textarea.vf__text  {
	padding:2px;
	width:160px;
}
textarea.vf__text {
	width: 385px;
	height: 160px;
}
form.validform .vf__tip {
	margin:0 0 2px 93px;
}
form.validform label {
	margin:0 5px 0 0;
	padding:2px 1px 2px 3px;
	text-align:left;
	width:85px;
}
input.vf__button {
	width: 100px;
}
form.validform div.vf__optional{
	margin-top: -12px;
}
form.validform p.vf__error {
	margin: 0 0 0 93px;
}
a.hwbtn {
	float: right;
	display: inline;
}
a.emailbtn {
	float: left;
	display: inline;
	margin-top: 6px;
}
