#text {
	min-height: 500px;
}
#text h2 {
	font-weight: normal;
	font-size: 2.2em;
	font-family: "Georgia", "Times New Roman", serif;
	margin-bottom: 40px;
}
#text p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#text p.big {
	font-size: 2em;
	font-style: italic;
	font-family: "Georgia", "Times New Roman", serif;
}
#text h3 {
	font-size: 1.6em;
	margin: 30px 0;
}

#newsletter {
	margin-top: 40px;
	width: 458px;
	padding: 20px;
	border: 1px solid #DDD;
	background: #F7F7F7;
}
#newsletter h3 {
	font-size: 1.6em;
	margin: 0 0 20px;
}
#newsletter p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
#newsletter input.text {
	margin-right: 5px;
	font-size: 1.4em;
	width: 364px;
	border-top: 1px solid #989898;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #989898;
	height: 20px;
	padding: 4px;
	color: #4c4c4c;
	background: #fdfdfd;
}
#newsletter a.submit {
	display: inline-block;
	font-size: 1.4em;
	background: #468db4 url(../img/gradients.gif) 0 0;
	padding: 0;
	color: #FFF;
	height: 30px;
	text-align: center;
	line-height: 30px;
	width: 75px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#newsletter a.submit:hover {
	background-position: 0 -30px;
}