* {
	margin:0px;
	padding:0px;
}
img {
	border:none;	
}
body {
	margin:0px auto;
	font-family:arial,verdana,helvetica,san-serif;
	font-size:13px;
	color:#000000;
	background-color:#263023;
}
#container {
	width:1200px;
	margin:0px auto;
	border:2px solid #000000;
	background:#000000 url('gfx/bkg_haiti.jpg') no-repeat center top;
	position:relative;
}
#header {
	width:1200px;
	height:115px;
	position:relative;
}
#logo {
	width:380px;
	height:55px;
	position:absolute;
	left:163px;
	top:60px;
}
#titleContact {
	font-size:30px;
	color:#e51937;
	text-align:right;
	width:430px;
	height:70px;
	position:absolute;
	left:620px;
	top:30px;
}
#left {	
	width:552px;
	margin-left:155px;
	float:left;
}
#right {
	width:322px;
	margin-left:20px;
	float:left;
}
#leftContent {	
	width:492px;
	padding:50px 30px 30px 30px;
	background:url('gfx/bkg_white.png');
	behavior:url('iepngfix.htc');
	min-height:1050px;
	height:auto !important;
	height:1050px;
}
#rightContent {
	width:262px;
	padding:30px;
	color:#ffffff;
	font-size:11px;
	background:url('gfx/bkg_green.gif');
	min-height:949px;
	height:auto !important;
	height:949px;
}
#thankYou {
	width:580px;
	margin:30px auto;
	padding:60px;
	background:url('gfx/bkg_white.png');
	behavior:url('iepngfix.htc');
	font-size:16px;
	border:5px solid #cccccc;
}
a,a:active,a:link,a:visited {
	color:#3399cc;
}
a:hover {
	color:#006699;
}
a.light,a:active.light,a:link.light,a:visited.light {
	color:#ffff99;
}
a:hover.light {
	color:#ffcc00;
}
a.footer,a:active.footer,a:link.footer,a:visited.footer {
	color:#999999;
}
a:hover.footer {
	color:#cccccc;
}
h1 {
	font-size:15px;
	color:#e51937;
}
h2 {
	font-size:20px;
	color:#000000;
}
h3 {
	font-size:23px;
	color:#e51937;
}
ol,ul {
	padding:0px 30px;
}
ul.black {
	list-style:url('gfx/arrow_black.png');
}
ul.white {
	list-style:url('gfx/arrow_white.png');
}
#footer {
	width:900px;
	margin:20px auto;
	padding:10px;
	text-align:center;
	border-top:1px solid #666666;
	color:#666666;
	font-size:11px;
}
.clearer {
	margin:0px;
	padding:0px;
	width:100%;
	height:0px;
	font-size:0px;
	line-height:0px;
	display:block;
	clear:both;
}
.sml {
	font-size: 5px; 
}
.png { 
	behavior:url('iepngfix.htc');
}