/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  

* { padding: 0; margin: 0; }
*/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin-left:0px;
 margin-top:0px;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#header {
 color: #333;
 width: 1000px;
 float: left;
 padding: 0px;
 border: 1px solid #ccc;
 height: 174px;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
 background-image:url(../images/india-year-boo-header.jpg)}
#leftcolumn { 
 clear:left;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 180px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 470px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 276px;
 float: left;
}
#topnav { 
 width: 1000px;
 clear: both;
 color: #FFF;
 border: 1px solid #ccc;
 background-image: url(../images/nav-bg.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align:center;
 font-size:14px;
 font-weight:bold;
 font:Verdana, Arial, Helvetica, sans-serif; 
}
#footer { 
 width: 1000px;
 float:left;
 clear: both;
 color: #FFFFFF;
 border: 1px solid #ccc;
 background: url(../images/rhm1_bg.gif) repeat-x;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 text-align:center;
}

.box { 
  background: #FCDEDE; 
}
.boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 10px 10px 10px 10px;
}
