@charset "utf-8";
/* CSS Document */

body {
	margin:10px;
	text-align: center;	
	background-attachment: fixed;
	background-image: url(http://bellagirlboutique.com/images/bella/bgb-back.png);
	background-position:center center;
  }
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
	
img {
   border:0;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #FF94B2;
}


#outer-wrapper {
  	width: 900px;
  	margin:0 auto;
	padding:0px;
	text-align:left;
	background: #ffffff ;
	border:0px;
	}
#header-wrapper {
  	width:900px;
  	height:111px;
  	margin:0 auto 0px;
  }
#main {
	width: 695px;
	margin-left: 10px;
	margin-right:10px;
	float: right;
	word-wrap: break-word;
	overflow: hidden;
	margin-top: 20px;
	}
	
#header-divider {
	width:900px;
	height:10px;
	background-image: url(http://bellagirlboutique.com/images/bella/bgb-divider-top.png);
	background-repeat: repeat;
}

#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;}
  
.lgfont {color:#ea9fb5; }

.logo {
float: left;
height: 111px;
width: 619px;
}

.cart {
	float: right;
	padding: 5px;
	height: 36px;
	width: 281px;
	margin-top:26px;
	overflow:hidden;
	}

.search {
	float: right;
	padding: 10px;
}

.pattern {
	float:left;
	width:900px;
	height:30px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image: url(http://bellagirlboutique.com/images/bella/bgb-divider.png);
}
  
#footer {
  	width:900px;
	clear:both;
	}
.footer-text {
	padding-top:0px;
	text-align: center;
	color:#434343;
	font-family: "Century Gothic", Verdana, Arial, "Trebuchet MS";
	font-size: 12px;
}

.footer-text a:link {
	text-decoration: none;
	color: #F45BA5;
	}
.footer-text a:visited {
	text-decoration: none;
	color: #F45BA5;
	}
.footer-text a:hover {
	text-decoration: none;
	color: #FF94B2;
	}
.footer-text a:active {
	text-decoration: none;
	color: #FF94B2;
	}
