body {
	height: 100%;
	font-family: arial,tahoma,helvetica,sans-serif
}

img {
	border: 0;
}

#top {
	background-image: url('images/site/top_left.gif');
	background-repeat: no-repeat;
	background-color: #0051c7;
	min-width: 1100px;
	height: 200px;	
}

#top #right {
	float: right;
	background-image: url('images/site/top_right.gif');
	background-repeat: no-repeat;
	width: 204px;
	height: 200px;
	clear: right;
}



#top #language {
	float: left;
	margin-left: 740px;
	/*_margin-left: 365px;*/
	text-align: center;
	color: white;
	font-size: 13px;
	margin-top: 50px;
	padding-right: 10px;
}




#top #language img {
	margin-top: 10px;
}

#top h1 {
	position: absolute;
	text-indent: -9999px;
}

#container {
	width: 1100px;
	height: 100%;
	min-height: 100%;
}

#menu {
	
	float: left;
	width: 170px;
	
	
	background: url('panel2.jpg');
	text-align: center;
	
	height: 100%;
	min-height: 100%;
	
	
	color: #ffff00;
	font-size: 10pt;
	
}

#content {

	float: left;
	width: 930px;
	_width: 900px;
	
}
	 			   


#menu h2 { font-size: 11pt;
				color: red;		   
			   font-weight: normal;
			   text-align: center;
			   
			   
			   
			   }		  

#menu ul, ul li {
	list-style-type: none;
	text-align: left;
	padding-top: 10px;
}	
		
		
			   
#menu a { 
			 
		   	 text-decoration: none;
			 padding: 3pt 5pt 3pt 0pt;
			 font-size: 9pt;
			 color: #ffffff;
			 font-weight: normal;
			 
						 
}		
			 
#content h1 { font-size: 12pt;
		   	 font-weight: bold;
			 color: #002299;
			 text-align: right;
			 margin: 10pt 20pt 10pt 20pt;
			 padding: 5pt 20pt 5pt 20pt;
			 border-style: solid;
			 border-color: #cccccc;
			 border-width: 1pt;}	
			 
#content p { font-size: 10pt;
		  font-weight: normal;
		  color: #3300FF;
		  text-align: justify;
		  margin: 10pt 20pt 10pt 20pt;
		  padding: 5pt 20pt 5pt 20pt;
          border-style: solid;
		  border-color: #cccccc;
		  border-width: 1pt;}			   			 		 	   
			 
		 
									 									 
