@charset "utf-8";
/* CSS Document */

#bg_header_left {
	background-image: url(images/bg_home_left.jpg);
	float: left;
	height: 151px;
	width: 14px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#content {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	float: left;
	width: 577px;
	padding-top: 155px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#signature {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
}
