
body {
	margin: 0;
	color: black;
	background: #01245c url(images/bg44.jpg) no-repeat center top;
	font-family: Arial;
    font-size: 12px;
}


.heading
{
	font-family: Arial;
    font-size: 14px;
    color: navy;
}

#total {
	width: 960px;
	
	margin: 0 auto;
}
#header {
	height: 160px;
}
#menu {
	height: 39px;
	
	text-align: center;
	line-height: 60px;
}
#main {
	float: left;
	width: 650px;
	
	height: 700px;
	text-align: center;
	padding-top: 10px;
}
#sidebar {
	float: right;
	width: 310px;
	
	height: 700px;
	text-align: center;
	padding-top: 10px;
}
#footer {
	height: 150px;
	text-align: center;
	padding-top: 50px;
	clear: both;
	color: #15539c;
}