body {
/*	background-color: #EFD;	*/
	background-color: #666644;
	margin:30px;
}

#wrapper {
	margin-top:30px;
	margin-bottom:30px;
	width: 794px;
	margin-left:auto;
	margin-right:auto;
	background: white;
	height: 2200px;
}

#content {
	width:100%;
}

#header {
	text-align: left;
	margin-bottom:20px;
}


#h1 #title {
	padding:10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#h1 #title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	float: left;
}
#h1 #motto {
	float: left;
	width:250px;
	margin:0px 30px;
}

#h1 div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}

#header-image {
	background-image: url(images/airFilterDelivery.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	text-align:left;
	height:170px;
	overflow:hidden;
}
#header-image-spacer {
	height: 150px;
}

.menu div {
	float:left;
}
.menu div a {
	background:#FFFFCC;
	margin:10px;
	padding:10px;
	text-decoration:none;
	color:black;
}
.menu div a:link {
	background:#FFFFCC;

}
.menu div a:visited {
	background:#FFFFCC;
}
.menu div a:hover {
	background:#FFFFFF;
}
.menu div a:active {
	background:#FFFFCC;
}

#main-options div {display:inline; margin:10px;}

#intro {
	background:#EEFFFF;
	margin:0px 20px;
	padding:13px;
	line-height:1.3em;
	
}

form {padding:10px;}


/* CSS INNER */

fieldset {
	margin: 10px;
	padding: 10px;
}

fieldset legend {
	background-color:#FFFFCC;
}

fieldset label {line-height:2.3em;}
fieldset legend {padding:5px 10px;}

#content-inner fieldset {margin:10px;}

#content-inner {float:left; width:550px;}
#content-right {
	float:left;
	width:180px;
	text-align: center;
}
#content-right div {background:#FFD; padding:30px; width:150px;}
#content-right div a {text-decoration:none; color:black;}

