@charset "utf-8";
@import url("reset.css");
@import url("yale-navigation.css");
@import url("ie.css");
@import url("links.css");
/* CSS Document */


  
body {
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e6e2e4;
	text-align: center;
}

#wrapper {
	max-width: 70em;
	min-width: 44em;
	background-image: url(../images/dry-cleaners-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}


#inner {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 103px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}
h1 {
	font-size: 2em;
	color: #001DA2;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 110px;
}
h2 {
	font-size: 1.2em;
	color: #001A91;
	line-height: 1.2em;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 110px;
	font-size: 0.9em;
	line-height: 0.9em;
}
#login h6 {
	float: right;
	text-align: right;
	font-size: 1em;
	color: #CDCDCE;
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#login {
	height: 3em;
	width: 10em;
	text-align: right;
	float: right;
	top: 11px;
	position: absolute;
	clear: right;
	right: 9px;
}

#footer {
	background-color: #B5B5B5;
	color: #646873;
	font-size: .8em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 100%;
	margin: 0px;
	padding-right: -1em;
	padding-left: -1em;
	float: none;
	text-align: center;
	overflow: visible;
}


.center {
	text-align: center;
}


.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}

