body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#f5f0dc;
	margin:0px;
	font-size:12px;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1000px;
	text-align:left;
	background-image:url(../images/saptagiri_bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}
#header{
	background-image:url(../images/saptagiri_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:135px;
	position:relative;
}
#header #logo{
	position:absolute;
	top:35px;
	left:60px;
}
#content{
	margin-left:34px;
	margin-right:35px;
	padding-bottom:5px;
	clear:both;
}
#imglinks{
	clear:both;
	padding-top:5px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
#flash{
}

/*-----------Navigation starts here---------------*/

.nav-main{
	clear:both;
	text-decoration:none;
	background-image:url(../images/saptagiri_nav-bg1.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:38px;
	text-align:center;
	margin-left:34px;
	margin-right:35px;
}
.nav-main a{
	color:#000000;
	float:left;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:38px;
	padding:0px 27px;
}
.nav-main a:hover{
	background-image:url(../images/saptagiri_nav-bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	color:#ffffff;
	line-height:38px;
}
#nav-active{
	background-image:url(../images/saptagiri_nav-bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	color:#ffffff;
	text-decoration:none;
	line-height:38px;
}
#inerleft{
	width:200px;
	text-align:center;
	padding-top:15px;
}
#inerleft img{
	margin-bottom:10px;
}
#ineright{
	width:700px;
	background-image:url(../images/inner-left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
}
#ineright h1{
	margin:0px;
	line-height:40px;
	font-size:18px;
	border-bottom:3px solid #7c0000;
}

/********************************************
   Footer
********************************************/
#footer-nav{
	clear:both;
	text-align:center;
	color:#535151;
	height:65px;
	background-image:url(../images/saptagiri_footerbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
	margin-left:34px;
	margin-right:35px;
	padding-top:15px;
	margin-bottom:10px;
}
#footer-nav a{
	padding:0px 8px;
	color:#013995;
	text-decoration:none;
}
#footer-nav a:hover{
	padding:0px 8px;
	color:#000;
}
#footer{
	background-image:url(../images/saptagiri_footer.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	height:12px;

}

/********************************************
   Clear Fix
********************************************/ 
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


