body {
	color: #7F7F7F;
	font-family: arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #A60000;
	background-image: url(../IMAGES/background.png);
	background-repeat: repeat;
	background-position: center center;
}
* {margin:0px;padding:0px;}
#container {
	margin: 30px auto;
	text-align: left;
	width: 785px;
	display:block;
	position:relative;
}
#header {
	width: 785px;
	height: 351px;
	margin:0px;
	display:block;
	background-repeat: repeat-x;
	position:relative;
	border: thick none #000;
	background-color: #000;
}
.contactarea {
	font-family: arial, cursive;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	background-color: #ffffff;
	margin: auto;
	padding: 0px;
	height: auto;
	width: 786px;
	border: medium groove #000;
}
.mainareatext {
	font-family: arial, cursive;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 786px;
	color: #000;
	background-image: url(%20);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: auto;
	margin: auto;
	padding: 0px;
	border: medium groove #000;
}

