@charset "utf-8";
/* CSS Document */

body {
	margin:10px;
	text-align: center;
	
	background-attachment: fixed;
	background-image: url(http://myquickboutique.com/images/mqb-back.jpg);
  }
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
	
img {
   border:0;
}

#outer-wrapper {
  	width: 900px;
  	margin:0 auto;
	padding:0px;
	text-align:left;
	background: #ffffff ;
	border:0px;
	}
#header-wrapper {
  	width:900px;
  	height:147px;
  	margin:0 auto 0px;
  }
#main {
	width: 695px;
	margin-left: 10px;
	margin-right:10px;
	float: right;
	word-wrap: break-word;
	overflow: hidden;
	padding-bottom: 10px;
	}
#sidebar { 
  	width: 175px; 
	float: left;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	word-wrap: break-word;  
	overflow: hidden;
	}
	
.sidebar-img	{
  	margin-top: 25px;
  	margin-bottom: 0;
	}
.links {padding-left: 10px;}

h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	color: #E8588E;
}


 
.lgfont {color:#ea9fb5; }

.pattern {
	float:left;
	width:900px;
	height:24px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image: url(stripe2.png);
}
  
#footer {
  	width:900px;
	clear:both;
	}
.footer-text {
	padding-top:10px;
	text-align: center;
	color:#434343;
	font-family: "Century Gothic", Verdana, Arial, "Trebuchet MS";
	font-size: 12px;
}

.footer-text a:link {
	text-decoration: none;
	color: #16C3D0;
	}
.footer-text a:visited {
	text-decoration: none;
	color: #16C3D0;
	}
.footer-text a:hover {
	text-decoration: none;
	color: #434343;
	}
.footer-text a:active {
	text-decoration: none;
	color: #434343;
	}
