
body {
	margin: 0;
	padding: 0;
	background: #9B9FCF ;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	background:#FFFFFF;
	padding: 10px;
}

#header {
    background: #ffffff url('/images/hindubaby.jpg') no-repeat left top ;
	width:850px;
	height: 150px;	
}
#menu
{ height:50px;
  margin:5px 0 0 0;
}
#rc1
{width:10px; height:50px; background-image:url('/images/rc1.png'); background-repeat:no-repeat; float:left;}
#bg
{ width:820px; height:50px; background-image:url('/images/linksbg.png'); background-repeat:repeat-x; float:left; padding-left:10px; }
#rc2
{width:10px; height:50px; background-image:url('/images/rc2.png'); background-repeat:no-repeat; float:left;}


#content
{ 
background-color:#ffffff;
margin-top:5px;
float:left;
}
#left {
	float: left;
	width: 610px;
	padding:10px;
}

#right {
	float: right;
	width: 210px;
	padding:5px;
}

#footer {
	clear: both;
	padding: 10px 0;
	border-top:1px solid #993300;
	text-align:left;
}


h1
{  margin:0;
   color:#444444;
	font-size: 32px;
	text-decoration:none;
	line-height:32px;
	padding:50px 0 0 130px;}

h1 a { color:#444444;
	text-decoration:none;
	}
h1 a:hover { color:#ff0000;
	text-decoration:none;
}
h2 {
	font-size: 22px;
	color:#0aa9d7;
	display:inline;
	line-height:40px;
}

h3{
	font-size: 17px;
	color:#85be32;
	display:inline;
}
h4 {
	font-size: 14px;
	color:#FF6699;
	padding:0 0 0 130px;
}

p, ol, ul {
	line-height: 22px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding: 2px 0 5px 0;
	border-bottom:1px dotted #444444;
}

ul li.first {
	background: none;
}

img {
	float: right;
	margin:8px;
	border:2px solid #cccccc;
}

.toplinks
{
width:100px;
  text-align:center;
  float:left;
  height:40px;
  line-height:40px;
  font-family:tahoma;
  font-size:12px;
  font-weight:bold;
  margin:5px 0 0 3px;
  color:#333333;
  text-decoration:none;
  background: url('/images/linkbg.png') no-repeat center bottom;
 }

.toplinks:hover
{ color:#be4204; 
 background: url('/images/linkbg-hover.png') no-repeat center bottom;
 }

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #0aa9d7;
}
.names
{
color: #FF6699;
font-size:18px;
line-height:28px;
padding-left:10px;
}
.names:hover
{
text-decoration: none;
	color: #0aa9d7;
}

table {border: 1px solid #cccccc;width:600px;align:center;padding: 3px;}
 td { font-family:Georgia;border-bottom: 1px solid #cccccc; font-size:15px; color:#FF6699; font-weight:bold; line-height:22px; border-collapse:collapse; padding-left:5px; }
 th { font-family:Georgia;border-bottom: 1px solid #cccccc; font-size:16px; color:#333333;font-weight:bold; line-height:22px; border-collapse:collapse; padding-left:5px; }

 td:hover, tr:hover{background-color:#FFFF99;color:#222222;}
 tr:nth-child(odd){ background-color:#eee; } 
 tr:nth-child(even){ background-color:#fff;}
 table a{ color:#FF6699;}
 
 div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #3b687e;
	
	text-decoration: none; 
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #144159;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #144159;
		
		font-weight: bold;
		background-color: #144159;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
 