/* only this file contains layout infommtions alone - prepared and wokred By B. Mohamed Arif*/
*{
/*padding:0;
margin:0;
list-style:none;*/
/*border:0;*/
}

html,body{
height:100%;
}


/* layout start */

#mainContainer{
width:980px;
margin:0 auto;
text-align:left;
font-size:1.2em;
}

	
	#leftNav{
	width:205px;
	float:left;
	}
	.content{
	width:773px;
	float:right;
	}
		.contentLeft{
		width:570px;
		float:left;
		_overflow:hidden;/* only for ie6, if it need to remove pls use the page specificity */
		}
		.contentRight{
		width:203px;
		float:right;
		_overflow:hidden;/* only for ie6, if it need to remove pls use the page specificity */
		}

	#footer{
	clear:both;
	}


/* layout end */

/* Album-Photo-list page */

#AlbumPhotoListPg .contentRight,#albumVideosList .contentRight, #albumTvList .contentRight,#albumDvListPg .contentRight,#albumViewPg .contentRight,#groupWelcomePg .contentRight, #groupListPg .contentRight,#mailboxComposePg .contentRight,#mailboxInboxPg .contentRight, #mailboxMailViewPg .contentRight,#groupViewPg .contentRight,#stickiesViewPg .contentRight,#bookmarkViewPg .contentRight,#stickiesListPg .contentRight,#bookmarkListPg .contentRight,#bookmarkPopularPg .contentRight,#classifiedsListPg .contentRight,#networkListPg .contentRight,#networkMyPg .contentRight,#networkViewPg .contentRight{
display:none;
}
	#AlbumPhotoListPg .contentLeft,#albumVideosList .contentLeft,#albumTvList .contentLeft,#albumDvListPg .contentLeft,#albumViewPg .contentLeft,#groupWelcomePg .contentLeft,#groupListPg .contentLeft,#mailboxComposePg .contentLeft,#mailboxInboxPg .contentLeft,#mailboxMailViewPg .contentLeft,#groupViewPg .contentLeft,#stickiesViewPg .contentLeft,#bookmarkViewPg .contentLeft,#stickiesListPg .contentLeft,#bookmarkListPg .contentLeft,#bookmarkPopularPg .contentLeft,#classifiedsListPg .contentLeft,#networkListPg .contentLeft,#networkMyPg .contentLeft,#networkViewPg .contentLeft{
	width:773px;
	}


/* Album-Photo-list end */

