@charset "utf-8";
 
<style type="text/css"> 
<!-- 
body {
	padding:0;
	margin: 0;
	background-color:#e9e6df;
	background-image: url(../elements/backbody.gif);
	background-repeat: repeat-x;
}
p { padding:0px; margin:0px; }
table,td,th { border: 0; padding: 0px; border-collapse: collapse; }

#container { 
	width:990px;
	background-color:#FFFFFF;
	margin:auto;
	padding:0px;
	height:auto;
	text-align:left; 
	position:relative;
} 
		
/* TOP PAGE 
   ********* */
#topPage {
 display:block; position:relative;
 width:990px; height:76px;
 background-color:#212d4d;
 }

#topPage #topLeft{
 display:inline; float:left;
 width:196px; height:76px;
 background-color: #212d4d;
 }
 
 #topPage #topMiddle{
 display:inline; float:left;
 width:293px; height:76px;

 }
 
#topPage #topRight{
 display:inline; float:left;
 width:500px; height:76px;

 }





/* MAIN CONTENT
   ***********  */
   
#maincontent{ 
width:990px;
background-color:#e9e6df;
margin:auto;
height:auto;
text-align:left; 
position:relative;
}
 
#main{
 display:block; position:relative;
 width:990px; height:auto;
 }
 
#mainright{
 display:inline; float:left;
 width:784px; height:auto;
 margin-left:196px;
 padding-top:10px;
 background-image: url(../elements/transparent2.png); background-repeat:repeat-y;
}

#MR1{ 
 display:block; position:relative;
 width:784px; height:332px;

}

 #MR1 #mr1c1{ 
 display:inline; float:left;
 width:180px; height:auto;
 margin-left:7px;
 background-image: url(../elements/transparentmenu.png); background-repeat:repeat-y;
}


  
 #MR1 #mr1c2{ 
 display:inline; float:left;
 margin-left:9px;
 width:578px; height:332px;

}


#MR2{ 
 display:block; position:relative;
 width:784px; height:auto;

}

 #MR2 #mr2c1{ 
 display:inline; float:left;
 width:388px; height:auto; margin-left:7px;
}
  
 #MR2 #mr2c2{ 
 display:inline; float:left;
 width:367px; height:auto; 

}



-->