 /*Created by Vikram Singh */

@import url(http://fonts.googleapis.com/css?family=Gudea|Oswald);

html, body	{  
	
	margin: 0;
	padding: 0;
	font-family: 'Gudea', serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.01em;
	word-spacing: -0.04em;
	line-height: 1.33;
	color: #333;
	background:#fff;
	 
 

	
}
	


#content	 { 
	width: 500px;
	margin: 150px auto;
	padding: 0;				
				
}

#header	 { 
	margin-bottom: 1200px;
	padding: 0;				
				
}
		
				
}

#about	 { 
	
	margin: 1200px auto;
	padding: 0;				
				
}
		
				


#india	 { 
	
	margin: 1200px auto;
	padding: 0;				
				
}


#bw	 { 
	
	margin: 1200px auto;
	padding: 0;				
				
}


a:link {color:#1da8ff; text-decoration: none;}     
a:visited {color:#1da8ff;}  
a:hover {color:#555;}  

a img 		{

	float: left;
 	width:125px;
	height: 125px;
	border: none;
	filter: alpha(opacity=100);
	opacity:1.0;	
}

a img:hover		{

	filter: alpha(opacity=50);
	opacity:0.5;

}


 h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	word-spacing: -0.02em;
	line-height: 1.4;	
	margin-bottom: 5px;
	color: #111;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.03em;
	word-spacing: -0.02em;
	line-height: 1;	
	margin-bottom: 3px;
	color: #333;
}


