body { 
	text-align: center;
	margin: 1em;
	vertical-align: middle; 
	font: .75em/150% 'Century Gothic','Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #707070; 
}
#wrapper {
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1024px;
}
#footer {
	display:block;
	clear:both;
	padding-top: 40px;
	font-size:x-small;
	letter-spacing: .1em;
}

a, h1, h2, h3, h4, strong {
	color: #2FAEB5;
}
a:hover {
	color: #a2c73c;
}
a { text-decoration: none; }
strong {
	font-weight:normal;
}

#content {
	margin: 0 auto;
	width: 760px;
	text-align: center;
}
.nav ul {
	width:100%;
	border:0px solid green;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.nav_home ul {
	width:850px;
	padding:0;
	margin:0 auto;
	list-style-type:none;
	border:0px solid green;
}
li {
	float:left;
	border:0px solid blue;
}

img {
	border-top-width: 0px;
	border-right-width: 15px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a img { border:0px solid #FFFFFF; }

#btn_header_logo {
	margin: 0 auto;
	display:block;
	background-image:url(../images/pillow_maxfield_logo.gif);
	height: 146px;
	width: 217px;
}
#btn_header_logo h1 { display:none; }

p {
	text-align:left;
}

/* ---------------------------------

		Main Content

-----------------------------------*/
#main_content {
	text-align:center;
}
p {
	font-size:100%;
}
td p {
	font-size:100%;
}
.state {
	font-weight:800;
}
.Left_Content {
	text-align: left;
}
.floatright { float: right; }

div.left_column{
    float: left;
	padding-left: 60;
	width: 480px;
    height: auto;

}
div.right_column{
	float: right;
	padding-right: 100;
	padding-top: 10px;
	width: 380px;
	height: auto;
}
div.left_column_contact{
    float: left;
	padding-top: 15px;
	width: 500px;
    height: auto;

}
div.right_column_contact{
	float: right;
	padding-top: 15px;
	width: 500px;
	height: auto;
	color: #333;
}

/* ---------------------------------

		Alt Main Content

-----------------------------------*/

#alt_main_content {
	text-align:center;
}
p {
	font-size:100%;
}
td p {
	font-size:100%;
}
.state {
	font-weight:800;
}
.Left_Content {
	text-align: left;
}
.floatright { float: right; }

