body {
	color: black;
	background-color: yellow;
	background-image: url('background.jpg');
	background-position: 40px 0px;
	background-repeat: repeat-y;
	margin-top: 0px;
}

body, td {
	font: 14px Trebuchet MS, Arial, Sans-Serif;
}

img {
	border: 0;
}

a:link,
a:visited {
	text-decoration: underline;
	color: black;
}

a:hover {
	background: black;
	color: white;
}

a.img:hover {
	background: transparent;
}

h1 {
	font: bold 28px Trebuchet MS, Arial, Sans-Serif;
}

h2 {
	font: bold 16px Trebuchet MS, Arial, Sans-Serif;
}

p, h1, h2 {
	padding: 10px;
	padding-top: 0;
	margin: 0;
}

ul {
	margin: 0;
	padding-left: 30px;
	padding-bottom: 10px;
}

select {
	width: 200px;
}

input {
	width: 200px;
}

input.submit {
	width: auto;
}

textarea {
	width: 200px;
	height: 80px;
}

table {
	border-collapse: collapse;
}

div#leftColumn {
	position: absolute;
	width: 373px;
	left: 80px;
	top: 0px;
	padding-bottom: 20px;
	z-index: 1;
}

div#rightColumn {
	position: absolute;
	width: 373px;
	left: 483px;
	top: 0px;
	padding: 0;
	margin: 0;
	padding-top: 315px;
	padding-bottom: 20px;
	z-index: 2;
}

table.data {
	width: 100%;
}

table.data th,
table.data td {
	padding: 4px;
}

table.data td {
	border-left: 1px solid white;
}

table.data tr.odd th,
table.data tr.odd td {
	background-color: #CFCFDF;
}

table.data tr.even th,
table.data tr.even td {
	background-color: #EFEFFF;
}
