/* CSS Document */

	#mainimage {
		position:absolute;
		top: 132px;
		left:51px;
		width:361px;
		height:111px;
		overflow:hidden;		
		z-index:3;
		}
	#maincontent {
		position:absolute;
		top:125px;
		left:16px;
		width:673px;
		}
	
	#right {
		float:left;
		width:350px;
		margin: 145px 30px 0 40px;
		display:inline;
		}

				
																											
/* BACKGROUND */	


	#bgmiddle {
		position:absolute;
		top: 16px;
		left: 0;
	
		background-position: 0 -80px;
		background-repeat: no-repeat
		width:700px;
		height:97px;
		z-index:0;
		}
	#bgwhiteborder {
		position:absolute;
		top: 125px;
		left: 40px;
		background:none;
		background-image: url(../images/template/bgwhitebordersmall.png);
		width:390px;
		height:134px;
		z-index:1;	
	}			
 
 
* html #bgwhiteborder /* Will only be seen by IE */
        {
          background: none;
          z-index:1;
          filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='images/template/bgwhitebordersmall.png', sizingMethod='scale');
         
        }
