﻿html {}
body { 
	background-image: url(../images/bg-gradient.jpg);
	background-position:top center;
    background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	background-color:#ff4b0d;
}

.header_table
{
    background-image:url(../images/home-shikhars.png);
    background-repeat:no-repeat;
    background-position:5% 100%;
    border:none; width:100%; height:290px;
}


#bg {
	background-image: url(../images/bg-main.jpg);
	background-position:top center;
    background-repeat:no-repeat;
    width: 100%;
    height: 1024px; /* height of bg! */
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}

#main {
	width:985px;
	margin-top:0px;
	text-align:left; 
	margin-left:auto; 
    margin-right:auto;
}
#header {
	margin-top:0px;
	height:120px;
}
#headingtext 
{
    background-image: url(../images/title.png);
    background-repeat:no-repeat;
    height:103px;
    position:relative;
    top:15px;
}

#headingimage 
{
    position:relative;
    top:-140px;
    right:-10px;
    left:730px;
    z-index:-1;
    width:260px;
}
#header_bhujlogo{position:relative; left:617px; top:-2px; height:0px; z-index:20000; width:130px;}

#social-links {
    float:left;
    text-align:left;
	margin-right:10px;
	padding-top:5px;
}

#header-content {
    padding-top:0px;
    clear:both;
}

#menu {width:100%; margin-left:20px;}

#main-page-canvas {
    clear:both;
	padding-top:13px;
	float:left;
	width:985px;
}

#inner-page-canvas {
    display:none;
}

#canvas {
	margin-top:10px;
	float:left;
	width:690px; /* was 866*/
	background-color:#ffffff;
	border:7px solid #d6d8dc;
	text-align:left;
	padding:20px 20px 40px 20px;
}

#canvas-right {
	margin-top:10px;
	float:right;
	width:180px;
	background-color:#ffffff;
	border:7px solid #d6d8dc;
	text-align:left;
	padding:20px 20px 40px 20px;
	
}

#footer {
	clear:both;
	text-align:center;
	padding-top:12px;
}