

   /* masala site about stylesheet written by zebedee - © november 06  */


#h1 {
	font-family:gill sans, univers55, arial, helvetica, sans-serif;
	font-size:24px;
	color:#DF0404;				
	}
	
	
	
	
h2 { 
	font-family:gill sans, univers55, arial, helvetica, sans-serif;
	font-size:18px;
	background-color:#FFF003;
	color:#DF0404;				
	}
	
	
	
h3 {
	font-family:gill sans, univers55, arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	background-color:#FFF003;
	color:#DF0404;				
	}
	

   body {
	margin: 0;
	height: 100%;
	background-color: 0;
	}
	

	
	#navbar {
	        position: absolute;
		margin: 0;
		top: 0;
		left: 0;
		width: 30%;
		height: 100%;
		text-align: left;
		font-size:24px;
		background-color:#02BB0F;
	}
	
	
	
        #main {
		position: absolute;
		font-family:gill sans, univers55, arial, helvetica, sans-serif;
		margin: 0;
		top: 0%;
		right: 0;
		width: 71%;
		height: 100%;
		text-align: center;
		font-size:34px;
		background-color:#FFF003;
		color:#DF0404;
	}
	
	
	#ident {

	}
   
#p	{
	font-family: gill sans, univers55, arial, helvetica, sans-serif;
	position: absolute;
	top: 35%;
	left: 20%;
	font-size: 24px;
	background-color:#02BB0F;
	color:#DF0404;
	}
	


#p1	{
	font-family: gill sans, univers55, arial, helvetica, sans-serif;
	position: absolute;
	top: 35%;
	right: 20%;
	font-size: 34px;
        background-color:#FFF003;
        color:#DF0404;
	}	
	
	
	
#p2	{
	font-family: gill sans, univers55, arial, helvetica, sans-serif;
	position: absolute;
	top: 60%;
	right: 10%;
	font-size: 28px;
	background-color:#FFF003;
        color:#DF0404;
	}	
	

        #p3     {
	font-family: gill sans, univers55, arial, helvetica, sans-serif;
	position: absolute;
	top: 65%;
	left: 20%;
	font-size: 12px;
	background-color:#02BB0F;
	color:#DF0404;
	}
	
	#p4     {
		position: absolute;
		margin: 0;
		right: 0;
		top: 15%;
		width: 101%;
		height: 5%;
		background-color:#02BB0F;
	}
		
	
	#p5     {
		position: absolute;
		margin: 0;
		left: 7%;
		top: 13%;
		width: 101%;
		height 10%;
		background-color:#02BB0F;
		}
		
		
		
		#p6 {
		position: absolute;
		margin: 0;
		top: 3%;
		right: 0;
		width: 50%;
		height: 20%
		text-align: center;
		font-size:15px;
		}
		
		
		#p7 {
		position: absolute;
		margin: 0;
		top: 3%;
		left: 0;
		width: 50%;
		height: 20%
		text-align: center;
		font-size:15px;
		}
		
		#p8 {
		position: absolute;
		margin: 0;
		top: 42%;
		right: 0;
		width: 100%;
		height: 100%
		text-align: justify;
		font-size:15px;
		}
		
		
a:link, a:active, a:visited {
	font-family: gill sans, univers55, arial, helvetica, sans-serif;
	background-color:#02BB0F;
	color: #DF0404;
	text-decoration: none;
}

a:hover {
	font-family: gill sans, univers55, arial, helvetica, sans-serif;
	background-color:#02BB0F;
	color: #FFF003;
	text-decoration: none;
}


