body {
	border-top: 10px solid #9bcff3;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 1.0em;
	line-height: 1.6em;
}

a { color: #000; text-decoration: none; }
a:visited { color:#006 }
a:hover { color: #f60; text-decoration: underline; }

h1 { font-size: 22px; font-weight: normal; margin: 0; padding: 0; text-align: center; }
h2 { font-size: 18px; font-weight: normal; }


#mainBody {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	margin-top: 70px;
}

#logo {
	width: 920px; 
	height: 103px; 
	position: relative;
	margin: 0 auto;
}

#logo span {
    background: url(i/wardrobe_wisdom_logo_home2.gif) no-repeat;
    position: absolute;
    width: 100%; 
	height: 100%;
}

#homeBox {
	width: 100%;
	background-color: #9bcff3;
	padding-top: 7px;
	margin: 10px 0;
	text-align: center;
	height: 410px;
}

.homeCenterContainer {
	margin: 0 auto;
	height: 280px;
	padding: 0;
	vertical-align: middle;
}

.homeText {
	font-size: 18px;
	line-height: 29px;
	color: #3e2c0f;
}

#insideBoxBlue {
	background-color: #9bcff3;
	padding-top: 7px;
	margin: 10px 0;
	text-align: left; 
	padding: 10px;
	font-size: .9em; 
}

.insideBoxWhite {
	padding: 10px;
	background: url(i/blue_flower.gif) no-repeat bottom right;
	background-color: #fff;
}

#linksBox {
	margin-top: 10px;
	width: 920px;
	background-color: #d3ccc0;
	display: block;
	padding: 5px 0;
}

.navLink a:hover {
	color: #fff;
	text-decoration: none;
}

.float { float: right; }

.contentBox {
	width: 209px;
	text-align: left;
	padding: 0 10px;
	border-right: 1px dotted #fff;
}


.boxTitle {
	font-size: 16px;
	font-weight: normal;
	color: #6c5530;
}

.introText {
	font-size: .8em;
	line-height: 1.4em;
	color: #666;
}

.introText a { color: #000; }

#footer {
	margin: 50px 0 20px 0;
	font-size: .7em;
	color: #666;
	text-align: left;
}

#footer a { color: #666; }

.quote, .quote a {
	font-size: .9em; 
	line-height: 1.3em; 
	color: #3e2c0f;
	text-align: left;
}