body 	{
		background-color: lightgrey;
        font: 10px/27px "normal", Arial, Verdana, sans-serif; 
}



a:link { color: blue; text-decoration: none;}
a:visited { color: #447BA0; text-decoration: none;}
a:active { color: blue; text-decoration: none;}
a:hover { color: blue; text-decoration: underline;}


img { border-style: none; }
		div#container
{
margin: auto;
width: 750px;
text-align: left;
height: 1000px;
border-left: black;
border-right: black;
position: relative;
background-color: #ffffff;
border: 5px solid darkgray;
}					
                            
div#header
{
width: 750px;
text-align: left;
height: 128px;
background-color: black;
position: relative;
border-bottom: 3px solid gray;
z-index: 2;
font-size: 10px;

}				                 

div#img
{
width: 210px;
text-align: left;
height: 351px;
position: absolute;
z-index: 2;
font-size: 10px;
left: 500px;
top: 140px;

}				                             

div#mainbody
{
width: 740px;
text-align: left;
height: 1000px;
background-color: #ffffff;
position: relative;
z-index: 2;
font-size: 16px;
padding: 5px;
top: 10px;

}		

span.hl
{
background-color: yellow;
}	
div#test1
{
width: 550px;
text-align: center;
height: 115px;
background-color: lightyellow;
position: absolute;
z-index: 3;
font-size: 14px;
padding: 5px;
top: 250px;
left: 20px;
border: 2px dashed black;
}	

div#test2
{
width: 550px;
text-align: center;
height: 115px;
position: absolute;
z-index: 3;
font-size: 14px;
padding: 5px;
top: 1175px;
left: 20px;
border: 1px solid black;
}	


