/* ADD BY AKSHAY ON 05-03-2010 */
body {
	background-color: #120904;
	margin: 0px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position:center top;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fee098;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fee098;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fee098;
	text-decoration:none;
	font-weight:bold;
}
.nav{
	background-image:url(../images/nav.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	line-height:40px;
}
.sub_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fee098;
	border-bottom:dotted 1px #fee098;
	line-height:40px;
}
.header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fee098;
}
	/***********************  Start of slideshow ****************/
#slideshow {
	position:relative;
	height:438px;
	width:325px;
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 438px;
	background-color: #FFF;
	width:325px;
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	height: 438px;
	display: block;
	border: 0;
	margin-bottom: 10px;
	width:325px;
}
/***********************  End of slideshow ****************/