/* CSS Document */


body {
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	width: 980px;
	margin: auto;
	}
	
a {
	text-decoration: none;
	color: #ff8b18;
}

img {
 border: 0;
} 	

#header {
	width: 957px;
	height: 149px;
	margin: 0 auto;
	margin-top: 20px;
	background: #FFFFFF url(images/secondary_banner.gif) no-repeat;
}

#head_maharaj{
  position: absolute;
  top: 35px;
  left: 50px;
  z-index: 2;
}  


/* Header > Menu */

#menu {
margin-left: 410px;
}

#menu ul {
	margin: 0;
	padding-top: 22px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	height: 23px;
	margin-left: 2px;
	padding-top: 5px;
	background: url(images/navlink.png) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #4f4f4f;
}

#menu a:hover {
	background-image: url(images/navlink_hover.png);
	width: 80px;
	height: 27px;
}

#menu .active a {
	background-image: url(images/navlink_active.png);
}



#submenu {
padding-top: 10px;
margin-left: 10px;
}

#submenu ul {
	margin: 0;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	float: left;
    font-size: .9em;
	width: 65px;
	height: 19px;
	margin-left: 2px;
	padding-top: 3px;
	background: url(images/navlink_sub.png) no-repeat;
	text-decoration: none;
	text-align: center;
	color: #777777;
}

#submenu .active a {
	background-image: url(images/navlink_sub_active.png);
}



#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

#content2 {
	padding: 20px;
	width: 800px;
	margin: auto;
	margin-top: 23px;
	border-top: 1px solid #ecf5ba;
}

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 50px auto;
	padding: 20px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
}


#links {
}