/* ==========================================
	standard.css
	========================================*/

/* ==========================================
	©2007 DanKobler.com, Inc.
	========================================*/
	
/* ==========================================
	load normalizing styles
	========================================*/

@import url(../css/normalize.css);
	
/* ==========================================
	html, body, siteContainer
	========================================*/
	
html {
	background: #64A0C8;
	text-align: center;
}
body {
	background-image: none;
	position: relative;
	text-align: left;
}
#letterContainer {
	width: 980px;
	margin: 0 auto;
	font: 10pt Arial, Helvetica, san-serif;
	position: relative;
	padding-top: 220px;
	background: #fff url(header-background.jpg) center top no-repeat;
	border: #036 1px solid;
}
#letterContainer div {
	padding: 0 20px 20px 20px;
}

/* ==========================================
	introContent
	========================================*/
	
#introContent {
	width: 800px;
	margin-bottom: 10px;
}
#introContent p {
	color: #5D2917;
	font-size: 125%;
	line-height: 1.5em;
}
	

/* ==========================================
	newsletterContent
	========================================*/

dl {
	clear: both;
	width: 800px;
	margin: 0 30px;
}
dt {
	float: right;
	display: block;
	width: 100px;
	padding: 10px;
	margin: 30px 0 0 20px;
	border: 1px solid #DDD;
	text-align: center;
}
dd {
	float: left;
	display: block;
	width: 658px;
	padding: 10px 0;
	font-size: 90%;
	line-height: 1.5em;
}
dd h2 {
	font-size: 110%;
	color: #666;
	font-weight: bold;
}

/* ==========================================
	signatureContent
	========================================*/
	
#signatureContent {
	clear: both;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 20px 40px 0 0;
}
#signatureContent em {
	font-size: 120%;
	font-style: italic;
}
#signatureContent p {
	font-size: 120%;
	margin-top: 20px;
}
#signatureContent a {
	font-size: 85%;
	font-style: normal;
	text-decoration: none;
	color: #5D2917;
}
#signatureContent a:hover {
	color: #666;
	border-bottom: #666 1px dotted;
}

/* ==========================================
	footerContent
	========================================*/

#footerContent {
	background: #64A0C8;
}
#footerContent p {
	text-align: center;
	color: #FFF;
	margin: 0 0 500px 0;
	padding: 5px 0;
	font-size: 80%;
}
#footerContent a {
	color: #DDD;
	text-decoration: none;
}
#footerContent a:hover {
	color: #DDD;
	border-bottom: #DDD 1px dotted;
}
