body {
	font-family: arial;
	background-attachment: scroll;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	color: #494949
}

a {
	color: #960000;
}

table#form tr td {
	vertical-align: top;
	padding: 5px;
	
}

table#form {
	table-layout: fixed;
	width=300;
	border: 1;
}

table.innercontent td 	{
	vertical-align: top;
	line-height: 1.6em;
}

h1 {
	font: 2em Georgia, serif;
	color: #796947;
	margin: 0.25em 0 0.25em;
}

h2 {
	
	letter-spacing: -0.04em;
	color: #960000;
	padding-bottom: 0em;
	margin-bottom: .4em;
}

h3 {
	color: #796947;
	font-size: 1em;
}



table.innercontent ul {
	margin-left: 0em;
	padding-left: 1em;
	padding-top: 0em;
	margin-top: 1em;
	list-style-image: url(img/bullet.gif);
}
ul#exampleforms li {
	font-size: smaller;
}

#copyright {
	color:#555;
	font-size: smaller;
	text-align: center;
}
