@charset "utf-8";
/* CSS Document */

img {
	border:none;	
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f9e8e4;
	line-height:20px;	
}
.vivekananda {
	width:290px;
	height:563px;
	bottom:0px;
	float:right;
	position:fixed;
	right:0px;
	margin-right:50px;
	background-image:url(../images/vivekananda.png);
	background-repeat:no-repeat;
	z-index:100px;
		}
.wrapper {
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	z-index:1px;
	}
.header {
	width:950px;
	height:167px;
	padding-top:11px;
	float:left;
		}
.header-bottom {
	width:950px;
	height:83px;
	padding-top:26px;
	float:left;
		}
.links{
	width:950px;
	height:58px;
	float:left;
		}
.home-contant{
	width:615px;
	height:auto;
	padding-right:297px;
	padding-bottom:40px;
	padding-left:38px;
	padding-top:54px;
	background-color:#e83a08;	
	float:left;
		}
.inner-contant{
	width:615px;
	height:auto;
	padding-right:297px;
	padding-left:38px;
	padding-top:54px;
	padding-bottom:40px;
	float:left;
	background-color:#e83a08;	
	
		}
.heading-box {
	width:100%;
	height:auto;
	margin-bottom:30px;
	float:left;
	clear:both;
	}
.footer{
	width:950px;
	height:60px;
	float:left;
	margin-top:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#746f6f;
	line-height:20px;	
		}


