body { 
	background: white url('awards-background1.jpg') top center no-repeat;
	font-family: Helvetica, Arial, sans-serif; font-size: 12px;
	margin: 0; padding: 0; padding-bottom: 50px;
}
div#main {
	position: relative;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
}
/* h1 used for accessability, hide as text is in background image */
h1 { display: none; }

h2 { font-size: 1.3em; }

h3 { font-size: 1em; }

/* overlay link on intergrain logo */
a#home {
	position: absolute;  display: block;
	top: -300px; height: 90px; 
	left: -260px; width: 300px;
	text-decoration: none;
}
/* hide link text */
a#home span {
	visibility: hidden;
}

/* overlay on background image */
a#logo {
	position: absolute;  display: block;
	top: -195px; left: -220px; width: 150px; height: 25px;
	padding-top: 150px;
	text-transform: uppercase; text-decoration: none; font-weight: bold; font-family: serif;
	color: white;
	text-align: center;
}

form { margin: 0; padding: 0; }

table td {
	vertical-align: top;
}

textarea {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1em;
}

p#nav_buttons {
	position: relative;
	font-weight: bold;
}

p#nav_buttons a#prev {
	position: absolute;
	top: -5px; left: -75px;
	width: 60px; height: 30px;
	text-decoration: none;
}

p#nav_buttons a#next {
	position: absolute;
	top: -5px; right: -100px;
	width: 100px; height: 30px;
	text-decoration: none;
}

p#nav_buttons a img {
	border: none;
}

label.error  {
	color: red; display: block;
}

table.entry {
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid silver;
}
table.entry th {
	width: 5em;
	vertical-align: top; 
	text-align: left;
}
table.entry td {
	vertical-align: top; 
}
