*{
border:0;
}

a:active{
text-decoration: none
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-image: url(Images/background.png);
	background-color: #111;
}
#link{
	width: 435px;
	height: 170px;
	float: left;
}
#info{
	float: right;
	height: 250px;
	width: 390px;
	text-align: right;
	font-family: Helvetica, Verdana, sans-serif;
	color: #C7C7C7;
	line-height: 20px;
}
#contact{
	width: 480px;
	float: right;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav{
	width: 1210px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/logo.png);
	background-repeat: no-repeat;
	height: 170px;
	margin-top: 10px;
}
#btn{
	width: 769px;
	float: right;
	padding-top: 22px;
}
.oneColFixCtrHdr #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 60px;
}
.oneColFixCtrHdr #header {
	width: 880px;
	padding-top: 30px;
	padding-bottom: 0;
	padding-right: 0px;
	text-align: left;
	padding-left: 20px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #C7C7C7;
	text-align: justify;
	line-height: 20px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	color: #890917;
	text-align: center;
}
a:link {
	color: #780814;
}
a:visited {
	color: #780814;
}
a:hover {
	color: #780814;
}
a:active {
	color: #780814;
}
body,td,th {
	font-family: Helvetica, Verdana, sans-serif;
}