@charset "UTF-8";
body {
	background: #FFF;/*#98a347;*/
	margin: 0;
	padding: 0;
	color: #a90619;
	font-family: 'Helvetica', Arial, serif;
}
#container {
	position:absolute;
	top:50px;
	left:50px;
	width: auto;
	text-align: left;
}
#header {
	height: 40px;
	width: 950px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
img{
	float:left;
	margin-right:20px;
	height:170px;
	width:170px;
}
a img{
	text-decoration:none;
	border:0px solid #999;	
	-webkit-border:2px;
	-moz-border-radius:2px;
}
a{
	color: #a90619;
	text-decoration: none;
	border-bottom: 1px #999999 dotted;
}
#contact a {
	color: #333;
	text-decoration: underline;
}
#contact a:hover {
	color:#000;
}
h1{
	margin:10px 0 0 0;
	padding:0;
	font-size:40px;
	color: #a90619;
}

#sig{
	line-height: 15px;
	margin: 6px 0;
	padding: 8px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #191919;
}
