@charset "utf-8";
/* CSS Document */

/**********************************************************************************************

	CSS
	Title	: Vikram Barwal Website
	Author	: HTML
	Date	: April 2009

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 navigation
			2.2 content
			2.3 Footer
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;  padding: 0;  font-size: 100%;
}

/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

body {
		text-align: center;
		font: 80% Arial, Helvetica, sans-serif;
		background-color:#000000;
		color:#ffffff;
	}

hr { 
		display: none;
	}

a {
		text-decoration: none;
		color: #666666;
		cursor: pointer;
		outline:none;
	}
	
a:hover, a:active 
	{
	
		text-decoration: none;
		color: #999999;
		outline:none;
	}
	
img 
	{
		margin-bottom:0px;
		border:none;
		outline:none;
	}
	

/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
	
	#container 
	{
		margin:0 auto;
		padding:0px;
		width:1000px;
		height:700px;
		text-align: left;
		font-family:Arial, Helvetica, sans-serif;
		overflow:hidden;
		color:#CCCCCC;
	}
	.contentcontainer
	{
		margin:0px;
		margin:0px;
		height:500px;
		overflow:hidden;
	}
	
/* 2.1	navigation
-----------------------------------------------------------------------------------------------*/		
	.navigation
	{
		width:200px;
		float:left;
		margin:0px;
		margin:50px 0px 0px 0px;
		overflow:hidden;		
	}
			.navigation  .logo_inner
			{	
				text-align:center; margin-top:40px;	
			}

/* 2.2	content
-----------------------------------------------------------------------------------------------*/	
	.content
	{
		float:left;
		width:650px;
		margin:5px 0px 0px 0px;
		padding:0px;
		overflow:hidden;
		height:530px;
	}
	
		.content .innercontent
		{
			color:#999999;
			line-height:150%;
			font-size:13px;
			padding:10px;
		}
		.content .innercontent p
		{
			padding-bottom:20px;
			text-align:justify;
			text-align-last:left;
		}
		.content .home
		{
			text-align:left;
			margin-left:150px;
			padding-top:490px;
		}
		
		.space { height:15px; }
		
		.space2 { height:5px; margin:10px 0 15px 0; }

/* 2.2	content
-----------------------------------------------------------------------------------------------*/	
	.footer
	{
		margin:0px;
		padding:0px;
		color:#666666;
		vertical-align:top;
	}
		
