@charset "utf-8";

/*
    --------------------------------------------------------------
				|| Shree Swăminărăyano Vijayate ||
			Inspirer: Param Pujya Pramukh Swămi Mahărăj
		   ----------------------------------------------
	Style name:			aXar Consulting
	Based on style:		Custom Made
	Original author:	Mike Patel		
	
	Copyright 2009 MPSites.com ( http://www.mpsites.com/ )
    --------------------------------------------------------------
*/

@import url("containers.css");
@import url("template.css");
@import url("text.css");
@import url("menu.css");
@import url("tables.css");

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Main page settings!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
html{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
} 

body {
	margin: 0px;
	background-color: #ecf8fc;
	background-image:url(../images/template/bg.jpg);
	background-repeat: repeat-x; 
	height: 100%;
}
	
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Some extra Bullshit, to make the footer stay down. Dont delete this shit!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#spacer{
	display: block;
	height:100%;
	float: left;
	width: 1px; /* 1px would be enough this is for display only */
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
} 