/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
}

#header{
	width:970px;
	height:45px;
	vertical-align:bottom;
	text-align:center;
}

#logo{
	float:left;
}

#headertxt{
	float:right;
}.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.heading {
	font-size: 18px;
	color: #333;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
.txt {
	text-align: left;
}

