/* CSS Document */
html {height:100%;} 
body {
	padding:0;
	margin:0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(../images/pageBack.jpg) repeat-y center #ff80CC;
	height:100%;
}

#wrapper {
	width:400px;
	background:url(../images/centerBack.jpg) repeat-y  center;
	margin:0 auto;
	text-align:center;
}

#menu {
}
#content {
	padding:15px 15px 0px;
	text-align:left;
}
#footer {
	background-color: #000000;
	height: 25px;
	width: 600px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	
}
#footer2 {
	background-color: #fff;
	height: 45px;
	width: 595px;
	margin:0 auto;
	
}
#woman {
	position:absolute;
	width:182px;
	height:335px;
	z-index:1;
	margin-top:-280px;
	margin-left:-110px;
	left: 34px;
	top: 501px;
}
#hangers {
	position:absolute;
	width:196px;
	height:486px;
	z-index:1;
	margin-top:-458px;
	margin-left:495px;
	left: 375px;
	top: 576px;
}
#header {
	background-color: #FF66CC;
	width: 587px;
	margin-top: 20px;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}
#rightHeader {
	background-color: #000000;
	width: 390px;
	float: right;
	height: 25px;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	padding-top: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#rightText {
	width: 390px;
	float: right;
}
#leftText {
}
#leftHeader {
	background-color: #000000;
	width: 390px;
	height: 25px;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left: 10px;
}
#normalText {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 100px;
	text-align: justify;
}
#newBook {
	background-image: url(/images/newBookback.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 420px;
	text-align: center;
	padding-top: 80px;
}
#ulFriends {
	list-style:none;
}
#ulFriends li {
	list-style:none;
	font-weight:bold;
	font-size:14px;
}
#ulFriends ul {
	list-style:none;
}
#ulFriends ul li {
		list-style:none;
	padding-bottom:3px;
	font-weight:normal;
	font-size:12px;	
}
#ulFriends a, #ulFriends a:visited, #ulFriends a:link {
	color:#0000FF;
}
#ulFriends a:hover {
	color:#990000;
}
.noSpaceTop {
	margin-top:0;
}
.noSpaceBottom {
	margin-bottom:0;
}
