/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

* a {
   	text-decoration: none;
   	}

body {
   	background-color: #FFFFFF;
	text-align: center;
   	}

div#container {
	margin: 0 auto;
	width: 709px;
	height: 461px;
	background: url(../images/bkgrd/eletter_bkgrd.jpg) top left no-repeat #FFFFFF;
	}
	
div#content {
	width: 470px;
	height: 207px;
	padding: 134px 117px 120px 122px;
	text-align: center;
	margin-top: 20px;
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	color: #547287;
	}

div#info {
	float: left;
	margin-left: 20px;
	text-align: left;
	}
	
div#footer {
	margin-top: 20px;
	}
	
div#info p {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	color: #3A3E43;
	}
	
div#controls {
	float: right;
	margin-right: 20px;
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	color: #547287;
	}
	
div#controls a {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	color: #547287;
	}
	
div#controls a:hover {
	text-decoration: underline;
	}
	
/*******************************************************************************
	Content
*******************************************************************************/
table#eletter_table {
	margin: 0 auto;
	}
	
table#eletter_table tr td {
	padding: 4px;
	}
	
table#eletter_table tr td input.txt {
	width: 150px;
	font-family: Georgia, Arial, sans-serif;
	border: 1px solid #999999;
	padding: 1px;
	}
	
div#content h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	}
	
div#content p {
	padding-top: 4px;
	padding-bottom: 4px;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}
