/*global settings*/

*{margin:0; padding:0;}
body{height: 100%;text-align:center; }

/*Divs settings:*/

#flash_container 		{width: 100%; height: 100%;overflow: visible;}
#background 			{position: absolute;top: 0px;left: 0px;margin: 0;padding: 0;width: 100%;height: 100%;text-align: center;overflow: visible;}

#main_wrapper{width:800px;margin-left:auto;margin-right:auto;text-align:left; position:relative; }
#nav{width:125px; text-align:left; float:left; margin-right:25px; margin-top:30px;}
#content{width: 650px; float:left;margin-top:30px;}
#content2{width: 650px; float:left;margin-top:30px; margin-left:150px;}

#header{width: 100%; height:150px; float:left; margin-bottom:5px;background: url("../img/html/header.jpg") center top no-repeat;}
#img{width: 100%;float:left;margin-bottom:15px;}
#mytxt{margin-bottom:12px; min-height:550px;}
#address{width: 250px; position:absolute; left:636px; top:395px;font-size: 11px;line-height: 14pt;}
#bloc{width: 100%; height:150px; float:left;margin-bottom:15px;background-color:#000000;}
#footer{width: 100%; float:left; padding-bottom:15px; }
#myflash{padding-bottom:30px;}
/*Fonts & Colors:*/

body,td,th{background-color:#FFFFFF; font-size: 12px ;font-family: Trebuchet MS;color: #4D4D4D; line-height:16pt; text-align: left; }

body p{padding:0px 200px 8px 0px; text-align:justify;}

ul li{ list-style:none;font-size: 14px ;font-family: Trebuchet MS; line-height:22pt;}

a:link {color: #4D4D4D;text-decoration:none; border-bottom-style:dotted; border-bottom-width:thin;}
a:visited {color: #4D4D4D;text-decoration:none;border-bottom-style:dotted; border-bottom-width:thin;}
a:hover {color: #660000; text-decoration:none; border-bottom-style: none;}
a:active {color: #4D4D4D;text-decoration:none;border-bottom-style:dotted; border-bottom-width:thin;}

.indentme{ margin-left:15px;}
