﻿body 
{
	margin-top: 0px;
	background: #cb0000;
	text-align: center;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
}
div#main
{
	margin:0 auto; 
	padding:0 auto;
	text-align: center;
	width: 700px;
	background: #ffffff;
	border-right: solid 1px #a30000;
	border-left: solid 1px #a30000;
	text-align: center;
}
div#menu
{
	background: #cb0000;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
div#bottom {
  font-family: Arial;
  background: #cb0000;
  color: #fff;
  text-align: left;
  font-size: 10px;
}
img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
div#body
{
	font-family: Garamond;
	font-size: 17px;
	vertical-align: top;
	text-align: justify;
	width: 650px;
	margin: 20px;
}
td
{
	vertical-align: top;
}
input, textarea
{
	font-family: Garamond;
	font-size: 15px;
}
textarea
{
	width: 300px;
	height: 100px;
}
span.smalltext
{
	font-size: 14px;
}
