body{
background-color:#111;
font-family: sans-serif,helvetica;
font-size:13px;
text-align:center;
margin:0px;
}
#header{
/*background: beige;*/
width:100%;
height:113px;
/*background: url(../i/header-bg.jpg) repeat-x;*/
/* background: url(../i/red_bg.jpg) repeat; */
background: url(../i/skyblue_bg.jpg) repeat;
}
#pagebody{
background: url(../i/maharashtra.jpg) no-repeat;
text-align:left;
margin:0px auto;
/*width:640px;*/
width:100%;
}
#main{
	float:left;
	width:100%;
	background-color:#fff;
	border-bottom:1px #fff solid;
}
#mainlinks ul{
	float:right;
	padding:0;
	margin-top:0;
	list-style:none;
	width:360px;
	display:block;
}
#mainlinks li{
	float:left;
	border:3px #ccc outset;
	display:inline;
}

html>body #mainlinks li{
	float:left; border:3px #ccc outset;
	display:inline;
}
#mainlinks a{
	background-color:#fff;
	color:#000;
	font-weight:bold;
	width:350px;
	padding-left:3px;
	padding-right:10px;
}
#mainlinks a:hover{
	color:orange;
}
/*
Navigation
*/
html>body #nav{
	float:left;
	width:100%;
/*	background-color:#FBF9C9;*/
        background-color:#D66C90;
}

#nav{
	float:left;
	width:100%;
}
* html #nav{
	width:100%;
}
#nav ul{
	margin:0;
	padding:0;
	list-style-type: none;
	text-align:center;
	clear:right;
}
#nav ul li{
	display:block;
	float:left;
	text-align:center;
	margin:-left:1px;
	padding:0;
}
#nav ul li a{
	display:block;
	font-weight:bold;
	width:95px;
	padding:0;
	margin-left:1px;
	color:#fff;
	background-color:#D66C90;
	border-bottom:1px #eee outset;
	border-top:1px #eee inset;
}
#nav ul li a:hover{
	color:#fff;
	margin-left:1px;
	background-color:#E27123;
/*	border-bottom:1px beige inset;*/
/*	border-top:1px beige inset;*/
}

#subnav{
	float:left;
	width:18%;
}
#subnav ul{
	list-style:none;
/*	list-style:url(/i/m.png);*/
	margin-left:2px;
	padding:0;
}
/*#subnav ul li a{
	display:block;
	text-decoration:none;
	width:110px;
	border:#eee outset 2px;
	font-size:15px;
	color:#000;
}
#subnav ul li a:hover{
	color:orange;
}*/
#content{
	float:left;
	width:63%;
	padding-right:2px;
	text-align:justify;
}

#content li{
	list-style-image:url(/i/li.jpg);
}
#google_ads
{
	float:right;
	width:18%;
	padding-right:3px;
	
}

#footer{
	background: #DB2E1E;
	width:100%;
	border-top:3px #D66C90 solid;
	height:50px;
	float:left;
	text-align:center;
        color:#fff;	
}

#footer a{
	color:#fff;	
}

a{
	text-decoration:none;
}
h1{
color:#800;
font-size:18px;
margin-left:130px;
margin-top:35px;
text-align:left;
}
#header h1{
	float:left;
	font-size:25px;
	margin-left:10px;
	color:#000;
}
h2{
	color:#f91;
}
h3{
/*color:#222;*/
color:#b00;
}
h4{
margin-left:5px;
color:#222;
}

img{
padding:5px;
border:0;
}
