		body{
			background-image:url(images/gradient3.png);background-repeat: repeat-y; background-color: black; 
			color:#FFF;height:95%;margin:0;padding:0;width:95%;
			overflow: hidden;
			font-family: Calibri; font-size: 14px;
		}
		b{position:absolute;}
		a{color:gold;}
		a:hover{color:#FF0;}
		h2{font-size:24px; margin-left:28px;color:#000;}
		
		#main1{ height:50px; width:100%; border-bottom: 1px grey solid;}
		#main2{	height:240px; width:100%; background-image:url(images/menu_large.png); background-repeat: no-repeat; padding-left: 20px;}
		#main3{ height:50px; width:100%; margin-top: -50px;}
		#main4_1{ background-image: url(images/black2.jpg); background-repeat: repeat-x; }
		#main4_2{ background-image: url(images/black2.jpg); background-repeat: repeat-x; }
		#main4_3{ background-image: url(images/portfolio_large.png); background-repeat: no-repeat; margin-top:0px; }
		#main4_4{ background-image: url(images/black2.jpg); background-repeat: repeat-x;}
		#main5{ height:250px; width:400px; margin-top: -260px; padding-left: 30px; color: #000;}
		#borderbottom { /*border-bottom: 1px grey solid;*/ width: 700px; height: 190px; margin-left -20px; text-align:justify}
		#trspace{height:163px;}
		
		.main4{ height:420px; padding-left:20px; border-top: 1px grey solid; background-image:url(images/black.jpg); background-repeat:repeat-x;font-family: Calibri; font-size: 14px; color:#FFF;}	
		.container {background-image: url(images/black3.jpg); background-repeat: repeat-x;}				
		.mytags{ display: none; }
		
		.jimgMenu {
			position: relative;
			width: 1010px;
			height: 100%;
			overflow: hidden;
		}
		.jimgMenu ul {
			list-style: none;
			margin: 0px;
			display: block;
			height: 100%;
			width: 1340px;
			padding-left:50px;
			}
		.jimgMenu ul li {
			float: left;
			height: 100%;
		}	
		.jimgMenu ul li a {
			/* border-right: 2px solid darkgrey; */
			cursor:pointer;
			display:block;
			overflow:hidden;
			width:78px;
			height: 100%;
			color: #fff;
		}
		.clear {
			clear: both;
		}
		.ContentFrame  {  
		    width: 100%; /* This is the size of area will actually display content */  
		    height:500px;  
		    overflow: hidden; /* To hide the big div */  
		}  
		.AllTabs  {  
		    width: 600%; /* This should be the width  of TabContent * number of tab. */  
		    height: 450px;  
		    position:relative; /* Position should be relative so we could move it around */  
		    overflow: hidden;  
		    background-image: url(images/black2.jpg);background-repeat: repeat-x;
		}  
		.TabContent  {  
		    /* width: 200; /* This is the side of each tab; OVERWRITTEN BY JS */  
		    height: 450px;  
		    float:left; /* make sure all tab will be in one single line */  
		}   