body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	line-height: 16px;
	color: #333;
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x;
}

a:link {
	color: #D57022;
	text-decoration: none;
}
a:visited {
	color: #D57022;
	text-decoration: none;
}
a:hover {
	color: #D57022;
	text-decoration: underline;
}
a:active {
	color: #D57022;
	text-decoration: none;
}

#container {
	width: 960px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
}
#footer {
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 940px;
	font-size: 12px;
	vertical-align: middle;
	background-image: url(img/bg-black-10.png);
	background-repeat: repeat;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	clear:both;
}
.headings {
	color: #D57022;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
}
.headings2 {
	color: #D57022;
	font-size: 23px;
	line-height: 23px;
	font-weight: bold;
}

.whitetext {
	color: #FFFFFF;
	font-size: 13px;
}

