/********************************************************
   Default.css
   (C) ICN Pvt. Ltd 2008
   Default style properties
********************************************************/
#wrapper
	{
	
	width:732px;
	display:block;
	margin:0 auto;
	background:url(../images/top.gif) 0 0 no-repeat;
	padding-top:20px;
	
	}
	
#innerwrapper
	{
	
	width:732px;
	display:block;
	margin:0 auto;
	background:url(../images/inner_top.gif) 0 0 no-repeat;
	padding-top:20px;
	
	}
	
#sitewrapper
	{
		background:url(../images/bottom.gif) 0 100% no-repeat;
		height:442px;
		padding-bottom:17px;
	}
#innersite
	{
		background:url(../images/inner_bottom.gif) 0 100% no-repeat;
		height:442px;
		padding-bottom:17px;
	}
	
h1 a
{
	background:url(../images/icn.jpg) 13px 0 no-repeat;
	width:230px;
	height:105px;
	display:block;
}

h1 a span
{
	position:absolute;
	left:-999em;
}	
a
{
	outline:none;
}
/***************************** LEFT COLUMN ******************************/
#leftcol
	{
		
		width:242px;
		display:block;
		
		float:left;
		
	}

#left
	{
		background:#F3F7E5 url(../images/shaded.gif) 100% 0 repeat-y;
		
		height:442px;
	}



/***************************** RIGHT COLUMN ******************************/
#rightcol

	{
		
		width:490px;
		display:block;
		
		float:right;
		
	}

#inner_right
{
		height:442px;
		background:#96C249;
		border-right:5px solid #F5FAF2;
		border-left:5px solid #F5FAF2;
		padding:0 13px 0 13px;
}
#right

	{
		height:442px;
		
		background:#B0D354;
		border-right:5px solid #F5FAF2;
		
		
	}
	
#innerLeft
	{
		float:left;
		width:213px;
		border-left:5px solid #F5FAF2;
		display:block;
		height:442px;
		background:#BBD0E9 url(../images/blue_gra.gif) 0 100% repeat-x;
		padding:0 12px 0 12px;
	}

#innerRight

	{
		float:right;
		width:237px;
		border-left:5px solid #F5FAF2;
		display:block;
		height:442px;
		background:#B1D355 url(../images/green_gra.gif) 0 100% repeat-x;
	}