html,body{
	margin:0px;
	padding:0px;
	font-size:large;
	text-align:left;
	color:#420;
	line-height:175%;
	background:#fed;
}

a {
	margin:0px;
	padding:0px;
}

.signature {
	text-align:right;
}

.content p{
	line-height:200%;
}

.title img,.content img,.content1 img,.content2 img,.content3 img,.content4 img,.content5 img {
	border-style:solid;
	border-width:thin;
	border-color:#420;
}
.container_outer{
	margin:0px auto;
	width:640px;
	background:#fed;
}
.container_inner{
	float:left;
	padding:0px 40px ;
	width:560px;
	background:#fed;
}
.header{
	margin:0px 0px ;
	width:640px;
	font-size:small;
	background:#fed;
}
.footer{
	font-size:small;
	text-align:center;
	float:left;
	width:560px;
	padding:30px 0px;
	background:#fed;
}
.title{
	margin:30px 0px 0px 0px;
	float:left;
	width:560px;
	padding:0px 0px;
	text-align:left;
	background:#fed;
}
.navigation{
	float:left;
	width:560px;
	padding:30px 0px;
	border-bottom:1px solid #840;
	background:#fed;
}
.content,.content1,.content2,.content3,.content4,.content5{
	float:left;
	width:560px;
	padding:30px 0px;
	border-bottom:1px solid #840;
	background:#fed;
}
.message{
	float:left;
	width:560px;
	padding:30px 0px;
	border-bottom:1px solid #840;
	background:#fed;
}
