/* -- since this document is present in all files. all common css rules should be stated here*/
@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
background:#C6D6E4 ;
font-family:Arial, monospace , Verdanas-serif;
line-height:1.4em;
}

html, body {
            margin:0px 5px 0px 5px; 
			padding:0; 
			
			}

body {
		font:80% Arial, monospace , Verdanas-serif;
 
		color:#303030;
	    /*background:#F4F4F4;
 		background:#E0EBFE;;*/
		margin: 0px;
		padding:5px;
	 }

a{
	color:#467aa7;
	text-decoration:none;
	background-color:inherit;
}
a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}
p{padding:0; margin:0;}
 form{margin-top:0; margin-bottom:20px;}
em{color:navy;}
b{font-size: 1.2em;}




<!--[if IE]>

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->



#nmaincontainer{
width: 970px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding:10px 0px 10px 0px;
 /*height:1000px; just to check the layout */
}
#insidecontainer{
width:950px;
margin:0 auto;
padding-bottom:10px;
background:#F5F5F5;

}
#nhead{
width:950px;
margin: 0 auto;
margin-bottom:0px;
border:0px solid silver;

/*height:100px;  just to check the layout */

}

#naligncontentwrapper{ /* thsi id to align contentwrapper to the middle*/
margin: 0 auto;
width:940px;
}
	#ncontentwrapper{
		display:block;
		width:920px;
		float:left;
		/*border:1px solid silver;
		height:500px; just to check the layout */
		margin-bottom:5px;
		}

/*  begin css for left column small and right column contentcolumn*/
	
		#ncontentcolumn_right{
		margin-left: 290px; /*Set right margin to RightColumnWidth*/
		/*height:400px;*/
		padding-left:10px;
		}
		#nleftcolumn{
		float:left;
		width:290px;
		/*height:300px;*/
		margin-left:-920px;
		margin-top:5px;
		}
/*  end css for left column small and right column contentcolumn*/
/*  begin css for left column small and right column contentcolumn for mysettings page*/
	
		#ncontentcolumn_settings{
		margin-left: 200px; /*Set right margin to RightColumnWidth*/
		/*height:400px;*/
		padding-left:10px;
		}
		#nleftcolumn_settings{
		float:left;
		width:200px;
		/*height:300px;*/
		margin-left:-920px;
		margin-top:5px;
	
		}
/*  end css for left column small and right column contentcolumn*//*  begin css for left column content column and right column small*/
		#ncontentcolumn_left{
			margin-right: 320px; /*Set right margin to RightColumnWidth*/
			/*height:400px;*/
			padding-right:10px;
			
    	}
		#nrightcolumn{
			float:left;
			width:310px;
			margin:5px 5px 5px -320px;		
			/*background:#e4e9ed;*/
		}
/*  end css for left column content column and right column small*/
/*  begin css for big left column as content column and right column small*/
		#ncontentcolumn_blog{
			margin-right: 300px; /*Set right margin to RightColumnWidth*/
			/*height:400px;*/
			padding-right:10px;
    	}
		#nrightcolumn_blog{
			float:left;
			width:390px;
			/*height:300px;*/
			margin:5px 5px 5px -295px;		
			background:#e4e9ed;
		}
/*  end css for left column content column and right column small*/
/*  begin css for big left column as content column and right column small*/
		#ncontentcolumn_audio{
			margin-right: 400px; /*Set right margin to RightColumnWidth*/
			/*height:400px;*/
			padding-right:10px;
    	}
		#nrightcolumn_audio{
			float:left;
			width:390px;
			/*height:300px;*/
			margin:5px 5px 5px -399px;		
			background:#e4e9ed;
		}
/*  end css for left column content column and right column small*/


/*  begin css for left content column  to show recent  audio, video, pics and files*/
		#ncontentcolumn_leftbig{
			margin-right: 260px; /*Set right margin to RightColumnWidth*/
			/*height:400px;*/
			padding-right:10px;
		}
		#nrightcolumn_rightsmall{
			float:left;
			width:240px;
			/*height:300px;*/
			margin:5px 5px 5px -240px;		
			background:#e4e9ed;

		}

/*  begin css for left content column  to show recent  audio, video, pics and files*/
		#ncontentcolumn_leftbig_1{
			margin-right: 152px; /*Set right margin to RightColumnWidth*/
			/*height:400px;*/
			padding-right:10px;
		}
		#nrightcolumn_rightsmall_1{
			float:left;
			width:165px;
			/*height:300px;*/
			margin:5px 0px 5px -155px;		
			background:#e4e9ed;

		}

/*  end css for left column content column and right column small*/

#nleftcolumn ul { margin:0;
list-style-type:none;
padding:10px;;

}

#nfooter{
clear:both;
margin: 0 auto;
width:920px;
background:#e4e9ed;
border:1px solid silver;
}
#nsubtab{
width:100%;
border:1px solid silver;
}

#nlogo{
float:left;
width:100px;
background:green;

}
#nmaintab{
width:600px;
background:blue;
float:right;

}
.ninnertube{
margin:5px;
 position:relative;
}

