/*
*******************************************************************************
standard tags
*******************************************************************************
*/
body {
margin:0px;
padding:0px;
background:url('images/page_bg.jpg') repeat-x center top;
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}
a:link, a:visited, a:hover, a:active { color:#FFF;text-decoration:none; }
a:hover { color:#CCC; }
img {border:none;}
h1, h2, h3, h4, h5, h6 {
padding:0px;
margin:0px;
}


/*
*******************************************************************************
global utility tags
*******************************************************************************
*/
.clearer {
clear:both;
font-size:0px;
line-height:0px;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.alignleft {
text-align:left;
}
.alignright {
text-align:right;
}
.center {
text-align:center;
}

/*
*******************************************************************************
layout for all pages
*******************************************************************************
*/

#outer {
background:none;
}
#main {
position:relative;
z-index:2;
}
.inner {
border:7px solid #FFF;
width:800px; /* the width of the site */
height:500px;
background:url('images/caste_bg.jpg') no-repeat center top;
margin:100px auto 20px auto;
color:#FFF;
}
.content {
padding:20px;
}