/* CSS Document */

body {
	background: url(../images/tile.jpg) repeat-x #fff;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 11px;
	}
	
#tdContent ul, ol {margin:0;padding:0;}
 
#tdContent ul li {margin:0 2em 0 4em;padding:0;}
* html .byfloatedimage{float: left;} /* IE Only Hack */
	
p { width: 50em;}

#tdContent p { margin: 0 0 30px 30px; }

h1 {
	color: #993300;
	font-size: 18px;
	}
	
h2 {
	color: #666;
	font-size: 14px;
	}
		
#tdContent h1 { margin: 0 0 10px 30px; }

#tdContent h2 { margin: 20px 0 10px 30px; width: 40em; }

#tdContent ul { width: 30em; list-style:disc; }

#tdContent li { margin-top: 5px; width:500px; }
	
td { vertical-align: top; }

a { text-decoration: none; color: #666; }

a:hover { text-decoration: none; color: #000; }
	
/* divs */
	
#splash_main {
	width: 550px;
	margin: 68px auto 0 auto;
	}
	
#main {
	width: 800px;
	margin: 0 auto 0 auto;
	background: #fff;
	}
	
#header {
	height: 203px;
	width: 800px;
	background: #fff url(../images/header_bg.jpg);
	}
	
#header_fr {
	height: 203px;
	width: 800px;
	background: #fff url(../images/header_bg_fr.jpg);
	}

#header_logo { 
	background: url(../images/logo.jpg) no-repeat; 
	width: 104px;
	height: 140px;
	display: block;
	}

#header_tools {
	width: 304px;
	height: 98px;
	margin: 0 auto 0 auto;
	background: url(../images/tools_icons.jpg) no-repeat;
	}
	
#logo { width: 104px; height: 140px; position: absolute; }
	
#content {}

#footer {
	background:url(../images/footer_bg.jpg) no-repeat;
	height: 200px;
	text-align: right;
	padding: 78px 30px 0 0;
	}

/* tables */

#tblContent {
	width: 100%;
	}
	
#tdMenu {
	width:123px;
	background: #fff url(../images/menu_bg.jpg) no-repeat;
	padding-bottom: 50px;
	}
	
#tdContent {}
	
#tdHead { text-align: right; }

#map { margin: 0 0 20px 0; }

#lang { margin: 30px 20px 0 0;}	

 #tdContent table { margin: 0 5px 0 5px; } 

#tdAgents { padding-top: 20px; }

#tdAgents p { width: auto; }

#tdAgents h2 { margin: 0; }
	
/* links */



/* lists */

#tdMenu ul { 
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	}
	
#tdMenu ul li { border-bottom: 1px dotted #999; width: 90px; margin-top: 10px;   }



