

@import url('../global.css');
/* Theme base */

body
{
	text-align: justify;
	font-family : Arial, Helvetica, sans-serif, "Arial Unicode MS", Raghindi, shiDeva;
	font-size: 8pt;
    margin: 40px 0px 10px 0px;
    padding: 0;
    background-color: #fff;
   	background-image:url('textur.png');
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}
div#mypage
{
	width: 1000px;
	padding: 0 0; margin: 0 auto;
	float: none;
	background-color: #fff;
	text-align:justify;
}
#main
{
	background-color: #fff;
	margin:0px;padding:0px;
}

#header
{
	float: left;
	padding: 0px;
	width: 100%;height:138px;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-color:transparent;
}
.hdr1
{
	float: left;
	width:30%;
	height: 100%;
}
.hdr2
{
	float: left;
	width:30%;
	height: 60%;
}
.hdr3
{
	float: right;
	width:39%;
	height: 100%;
}
#menu
{
	width: 100%;height:64px;background-color:transparent;
}

#left
{
	float: left;width: 165px;padding: 7px ;margin:0px;height:inherit;
	/* padding: 10px 10px 5px 16px;background-color:#FDBE57;background-image: url('sbartop_shadow.jpg'); background-repeat: repeat-y; background-position: right;height:inherit; */
}
#midtop
{
	float: left;width: 980px;padding: 10px 10px 5px 10px;
}
#mid
{
	float:left;margin:5px;width:538px;padding: 10px 0px;
	/* margin:5px; inherit border: 3px red solid;*/
}
#mid div {
overflow:hidden;
}
#midbottom
{
	float: left;width: 980px;padding: 10px 10px 5px 10px;
}

#right
{
	float: right;width: 240px;padding: 16px 10px 5px 12px;position:static;
}
#footerbase
{
	clear:both;width: 100%;float:none;text-align:center;
}
#footerbase div{text-align:center;}
#footerbase p{text-align:center;}
#footerbase a{text-align:center;}
#footer1
{
	float: none;padding: 10px 10px 5px 10px;vertical-align:bottom;
}
#footer2
{
	float: none;padding: 10px 10px 5px 10px;vertical-align:bottom;
}