body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background: white;
	}
h1 {
	margin:15px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	line-height:28px;
	font-weight:900;
	color:#ff5a33;
	}
p, ul, li {
	font:15px verdana, arial, helvetica, sans-serif;
	margin:5px 0px 5px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#ff5a33;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#ff5a33}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

.pict {
	float: left; 
	margin: 17px 17px 0px 0px;
	}
	
.signature {

text-align: right;
font-weight:600;
		}

#Header {
	margin:25px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	}

#container { 
	position: relative;
	
	margin:50px 17px 17px 10px;
	padding:0px 17px 0px 17px;
 	border-style:solid;
	border-color:black;
	border-width:1px 1px;
	line-height:11px;
	width: 800px;
}

#footer {
	text-align: center;
	}