body {	margin:0px;
	padding:0px;
	background: #fff url("http://www.lothruin.com/twosisters/tsstripebg2.gif");
	font-family:Arial,Sans-serif;
        color:#000;
	font-size: 12px;
	text-align: center; }
#master {
	position: relative;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left;
}

#black {
	position: absolute;
	height:25px;
	width: 100%;
	top: 100px;
	text-align: right;
	background-color: #000;
	line-height: 25px;
}
#pink {
	position: absolute;
	height:100px;
	width: 100%;
	background-color: #FD98C0;	
}
#pink2 {
	position: absolute;
	height:100px;
	width: 80%;
	background-color: #FD98C0;	
}
#master2 {
	position: relative;
	width:80%;
	margin-left: auto;
	margin-right: auto;
        background:#fff;
	text-align: left;
}
#master3 {
	position: relative;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align: left;
}
#bodywrap {
	background-color: #ffffff;
	width:100%;
	margin-top: 125px;
	position: absolute;
        z-index:0;
}
#titlewrap {
        background:#fff;
	margin-top: 30px;
	position: absolute;
        margin-right:20%
}
#title {
	position: absolute;
        margin-top:25px;
        margin-left:10px;
	height:138px;
	width: 171px;
	text-align: left;
	padding: 0px;
        z-index:1;
}
#sidebar {
	width:171px;
	float: left;
	background: #ffffff;
        padding: 10px;
}
#sidebar2 {
	width:171px;
        margin-top: 35px;
        margin-left: 2px;
	float: left;
}
#main {
	margin-left: 171px;
        padding: 10px;
	background-color: #fff;
	text-align: right;
}
#main2 {
        margin-top: 15px;
        margin-left: 10px;
        padding: 10px;
	background-color: #fff;
	text-align: left;
}
#footer {
	width:100%;
	height:35px;
	clear: both;
	padding: 5px 0px;
	margin-bottom: 5px;
	text-align: center;
	color: #000000;
	background: #fff;
}

/* Links
------------------------------------------------ */
a:link {
  color:#000;
  }
a:visited {
  color:#000;
  }
a:hover {
  color:#DC4198;
  }
a:img {
  border-width:0;
  }

/* Sidebar text
------------------------------------------------ */
.sidebar-title {
  border-bottom:3px double #000;
  font-family: "Trebuchet MS",Sans-serif;
  font-size:small;
  text-transform:uppercase;
  letter-spacing:.3em;
  color:#000;
  margin:0px;
  }
#sidebar ul {
  padding:0 0px;
  list-style:none;
  color:#000;
  }
#sidebar ul li {
  padding:0 0 5px 5px;
  margin-left:10px;
  line-height:90%;
  color:#000;
  Font: bold;
  }