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

* {
	border: 0;
	padding: 0;
}
body {
	background: #ffc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height:105%;
}
h1 {
	font-size: 18px;
	margin-bottom: 25px;
}
#container {
	position: absolute;
	margin-right: auto;
	width:770px;
}
#header {
	margin-left: 150px;
	padding: 20px;
	width: 385px;
	float: left;
	overflow:visible;
}
#mainlogo {
	margin-left: 50px;
}
#content {
	margin-left: 180px;
	padding: 20px;
	width: 385px;
	float: left;
	font-size: 12px;
	line-height: 150%;
	text-indent: 0px;
}
#content p {
	margin-bottom: 15px;
	text-align:justify;
}
#update {
	font-weight:bolder;
	text-align: center;
}

