body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma;
	font-size:12px
}
h1
{
	font-size: 20px;
	color: #d25200;
	font-weight: bold;
}

.maincontentbackground {
	background-image: url(images/indexmaincontentbackground.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.greyheader {
	font-size:20px;
	color:#333333;
	font-weight:bold;
	text-align: center;
}

.smallheader {
	font-size:15px;
	color:#d25200;
	font-weight:bold;
}
.content
{
	padding: 0px 15px;
}