/*
	red: ae3f3f
	brown: AE7A3f
	*/

body {
	height: 100%;
	font-family:Georgia,"Times New Roman",Times,serif;
	background: white url(/images/retro_phone.gif) no-repeat fixed bottom left;
	position: static;
	overflow: hidden;
}

a {
	color: #AE3F3F;
	text-decoration: none;
}

a:hover {
	color: #AE7A3f;
	
}

img { border: 0;}
textarea {
/*	color: #AE7A3f;*/
	border: 0px solid #AE7A3f;
	font-size: 80%;
	width: 280px;
	height: 80px;
	overflow: hidden;
}

.floaties {
	float: left;
	display: block;
	height: 100px;
}

div#header {
	width: 100%;
	text-align: center;
	margin: 4em auto;
}

div#main {
	width: 80%;
	text-align: center;
	margin: 5em 10%;
}

div#main table {
	margin: 0 auto;
}

div#main table td.brac {
	background: white url(/images/l_brac.gif) no-repeat 20px 50%;
	padding-left: 54px;
}

div#main table p {
	width: 350px;
	
}

div.footer {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 15px;
}

img.banner_inline {
	position: relative;
	top: 2px;
}