/*menu and footer styles start */
ul.Menu0 #mnuSupport		{display:list-item;}
ul.Menu0 #mnuAboutUs		{display:none;}
ul.Menu0 #mnuContactUs		{display:none;}

.footer #footSupport {display:inline;}
.footer #footAboutUs {display:none;}
.footer #footContactUs {display:none;}
/*menu and footer styles end */

#container {
	width: 765px;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.hdrMn {
	width: 771px;
}

.hdr1 {
	text-align: left;
}

.hdr2 {
	text-align: right;
}

.top 
{
	height: 85px;
	padding: 0;
}

.nav {
	padding: 0 10px 10px 15px;
	width: 115px;
}

.content {
	margin: 0 0 0 120px;	
	border-top:none;
	border-left:none;
}

.footer{
	margin: 40px 0 0 120px;
}
