/* CSS Document */
#container {

	width: 941px;
	height: 601px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	top /**/: 0px;
}
	
#container1 {

	width: auto;
    height: auto;
	text-align: left;
	margin-right:auto;
	margin-left: auto;
	top: 0px;
	top /**/: 0px;
}
#banner {
    width: 941px;
	height: 50px;
	text-align: left;
}
#content {
    position:absolute;
    top:0px;
	top /**/:0px;
	width: 941px;
	height: 601px;
	text-align: left;

}
#footer {
	width: 941px;
	height: 50px;
	text-align: left;

}
.underDevelopementText {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
	color: #2967BF;
}
.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #828282;
	text-decoration: none;
	font-size: 9px;
}
#a hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0066FF;
	text-decoration:none;
	font-size:9px
}


