﻿body
{
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-image :url('../../images/gradiant_Bg.jpg');	
	background-position: left top;
	font: 100% Verdana, Arial, Helvetica, sans-serif; /*background: #6699FF;*/
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding:0;
	font-size :10px;
}

h1
{
	margin:0;
}
#divbody
{
	text-align:left;
	border:solid 1px black;
	height:800px;
	width:1000px;
	margin:0 auto;
	background-color:White;
}
#divheader
{
	/*float:left;*/
	width:100%;
	height: 140px;
}

#marquee
{
	
	height:20px;
	color:Black ;
}

#divmarquee
{

	/*float:left;
	height: 10px;*/
	padding-top :25px;
	width: 100%;
	color: #FF6600;
	font-weight:bolder;
}
#divmenu
{
	background-image :url('../../images/bkmenu.png');	
	background-repeat:repeat-x ;
	width: 100%;
	height: 50px;
	border-top:solid 1px black;
	border-bottom :solid 1px black;
}
#menu
{
	margin-top:-25px;
}
#menu img
{
	border-style:none ;
}

#menu li
{
	list-style-type:none;
	display:inline  ;
	border-style:none;	
	padding-right :20px;
}
#mainContent
{	padding:25px 10px 10px 10px;
	height:400px;
	width:980px;
	margin-top:20px;
	overflow:auto;
}