@charset "utf-8";
body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #626161;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
		padding-top:10px;
}


h2{

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #626161;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
		font-weight: normal;
		padding-bottom:20px;
}
.black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left:10px;
	padding-right:5px;
}

.orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ec5b03;
	padding-left:10px;
	padding-right:5px;
}

.further {

	font-size: 13px;

}

#container {
	width: 997px;
	height: 593px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/bkg_holding.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	position: relative;
}
	






.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
	width:700px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #626161;
	border-right-color: #626161;
	border-bottom-color: #626161;
	border-left-color: #626161;
	text-align: center;
	background-position: center;

}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:220px;
}

p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #626161;	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #ec5b03;
	text-decoration:none;
}

.grey a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #626161;	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #626161;
	text-decoration:none;
}

.grey{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #626161;	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;

	color: #626161;

}

a:hover {

	text-decoration:underline;
}

h1 {	   text-indent:-9009px; }
