/* css document */
body
{
width:1200px;

}
#mainpage
{
width:1100px;
height:auto;
margin-left:100px


}
/*header part*/
#headerwrd
{
color:90px;
text-align:center;
padding-top:50px; 
color:yellow; 
font-weight:bold;
font-style:italic;
font-size:50px;

}
#header
{
height:150px;
width:auto;
background-color:#658fe5;
top:0px;
margin-bottom:5px;

}
/*main data location*/
#contents
{
height:1000px;

}
#footer
{
height:50px;
background-color:#009900;
bottom:0px;

}
/* left  part of websites*/
#leftdiv
{
float:left;
width:250px;
height:auto;
background-color:white;
margin-right:25px;
}

.divimgleft
{
background-color:#b6caf2;
}

/*end of left part*/
#rightdiv
{
float:left;
width:800px;
height:auto;

}
tr
{
width:auto}

hr
{
width:800px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
#hd
{
text-align:left;
padding:0px 0px 0px 0px;

margin:10px 0px 0px 10px;


}
.tdinfo
{
font-size:15px;
font-family:geneva, arial, helvetica, sans-serif;
text-align:left;

/*left navigation*/


/*left navigation end*/