@charset "utf-8";
/* CSS Document */

body
{
	font-family:Calibri, Arial;
	font-size:12px;
	color:#7d5d59;
	height:auto;
	margin:0px; 
	padding:0px;
}

a
{
	font-family:Calibri, Arial;
	font-size:12px;
	color:#7d5d59;
	text-decoration:none;
}

h1
{
	font-family:Calibri, Arial;
	font-size:16px;
	color:#720b02;
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

h2
{
	font-family:Calibri, Arial;
	font-size:14px;
	color:#720b02;
	text-decoration:none;
	padding:0px;
	margin:0px;
}


#container
{
	margin:0 auto;
	width:820px;
	height:auto;
}

#logo
{
	width:630px;
	height:39px;
	float:left;
	padding-top:0px;
	padding-left:38px;
}

#menu
{
	list-style:none;
	height:33px;	
	margin:0px;
	padding:0px 0px 0px 0px;	
	width:500px;
}

#menu li
{
  float: left;
  font-size:15px;
  font-family:Calibri, Arial;
  text-decoration:none;
  font-weight:bold;
  color:#150d0d;
  margin:2px 0px 0px 0px;
  height:30px;
  line-height:29px;
  border-left:0px solid #FFFFFF;
  background-image:url(http://scoutingindia.com/images/nav_bg.gif);
  background-repeat:repeat-x;
}

#menu li a
{
  float: left;
  margin-left:0px;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;  
   padding:0px 18px 0px 18px;
   height:30px;
   line-height:29px;
}

#menu li a:hover
{
  float: left;
  font-weight:bold;
  text-decoration:none;
  color:#150d0d;
  background-image:url(http://scoutingindia.com/images/nav_hover_bg.gif);
  background-repeat:repeat-x;
  height:30px;
  line-height:29px;
  
}

#menu li:active
{
  font-weight:normal;
  text-decoration:none;
  color:#565347;
  height:30px;
  line-height:29px;
}

#menu div
{	position:absolute;
	visibility: hidden;
	margin: 31px 0px 0px 0px;;
	padding: 0;
	background-color: #80625d;
	border: 1px solid #565347;
	width:122px;
	z-index:100;
	font-weight:normal;
}

	#menu div a
	{	position:relative;
		display: block;
		margin: 0;
		padding: 2px 0px 0px 4px;
		width:122px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;		
		color: #dccccc;
		font-family:arial;
		line-height:15px;
		height:17px;
		font-size:11px;
		z-index:100;	
		font-weight:normal;	
	}

	#menu div a:hover
	{	background-image:url(http://scoutingindia.com/images/sub_menu__hover_bg.jpg);
		background-repeat:no-repeat;
		background-position:left;
		width:122px;
		color: #3c2929;
		line-height:15px;
		padding: 2px 0px 0px 4px;
		height:17px;
		z-index:100;
		font-weight:normal;
	}

#mid
{
	float:left;
	width:820px;
	height:auto;
	padding:0px;
	margin:0px;
}
#mid2
{
	float:left;
	width:743px;
	height:auto;
	padding:0px;
	margin:0px;
}

#mid_padding
{
	padding:17px 17px 17px 20px;
	background-image:url(http://scoutingindia.com/images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	width:706px
}


#left_shdw
{
	background-image:url(http://scoutingindia.com/images/left_shdw.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:38px;
	float:left;
	height:auto;
}

#right_shdw
{
	background-image:url(http://scoutingindia.com/images/right_shdw.jpg);
	background-repeat:repeat-y;
	width:38px;
	height:auto;
	float:left;
}




#footer
{
	font-family:Calibri, Arial;
	font-size:12px;
	color:#7d5d59;
	text-align:center;
	padding:10px 0px 10px 0px;
	float:left;
	width:743px;
}


