html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

html {
   scrollbar-base-color:#b04b40;
   scrollbar-track-color: #FFC0C0;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FF6600;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}


.clear {
	clear: both;
}

div#pageSetup{
width:752px;
margin:auto;
position: relative;
}

div#header
{
height: 160px;
padding-left:29px;
padding-right:20px;
background: #7C0000;
}

div#header_img{
position:relative;
top:10px;
height:150px;
padding-top:10px;
background: bottom left url(images/abtus_h.jpg) no-repeat;
}

div#d_line{
position:relative;
padding-top:10px;
background: bottom left url(images/divider.gif) repeat-x;
}

div#idol{
padding-top:70px;
padding-left: 50px;
width:213px;
height:198px;
background: bottom url(images/vinayagar.jpg) no-repeat;
}

div#txt_contents{
position:relative;
padding-top:30px;
padding-left: 50px;
width:650px;
height:450px;
}

body {
	
	background: url(images/grad_bkg.jpg) repeat-x;
}


div#all_contents{
padding-top:30px;
background: #7C0000;

}

p{
font-family: Helvetica, sans-serif;
font-size:0.8em;
color: #C47552;
}

p#cnt_txt:first-letter {
display:block;
float:left;
padding:5px;
margin:4px 5px;
font-size:3em;
}

div#wtfall{
    margin:auto;
  padding-top: 5px;
  width:507px;
  height:237px;
  background: url(images/waterfall.jpg) repeat-x;
}

/** footer **/

#footer {
  height: 40px;
  text-align: center;
  background: #7C0000 url(images/divider.gif) repeat-x;
  padding: 20px 20px 10px 20px;
  text-align: center;
  font: 11px arial, sans-serif;
  color: #F4C389;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

