body {
  background: #fff url(../images/bg.jpg) repeat-x;
  background-position: 0 180px;
}

#header {
	text-align:center;
	background: url('../images/degas.jpg') no-repeat center center;
	margin: 0;
	height: 80px;
	text-indent:-1900px;
}

#container {
	border: solid #c4c4c4 1px;
	border-left: none;
	background-color: #fff;
	width: 900px;
	margin:auto;
}

#fashbout {
	background: #fff url(../images/fashion_boutique.jpg) no-repeat;
	width: 190px;
	height: 385px;
	float:left;
}

#contentholder {
	margin-left: 220px;
	margin-right: 20px;
}

#slideshowHolder {
	float: right;
	width: 200px;
	text-align:center;
	margin-right: 16px;
	cursor: pointer;
}
#slideshow {
	height: 330px;
	background-repeat: no-repeat;
	background-position: top center;
}
#slideshow div {
	text-align:center;
	color: #4b4b4b;
	padding-top: 308px;
}

#pBtn {
	background-repeat: no-repeat;
	background-position: 30px center;
	padding: 4px 0 4px 50px;
	text-align: left;
	color: #4b4b4b;
}

#menuholder ul {
	list-style: none;
	margin: 10px 0 40px 0;
	padding: 0;
}
#menuholder li {
	display: inline;
	padding: 0;
	padding-right: 23px;
	font-family:  Verdana, Geneva, sans-serif;
}

#menuholder ul li a {
	text-transform:uppercase;
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#menuholder ul li a.selected {
	color: #ba433a;
}
#menuholder ul li a:hover {
	color: #ba433a;
}

#footer {
	background: #fff url(../images/footer.jpg) no-repeat;
	height: 45px;
	margin:auto;
	clear: both;
	margin-top: 10px;
	text-align:center;
}
#footeraddy, #footeraddy a {
	color:#000;
	text-decoration:none;
	padding-top: 7px;
}
#footermenu, #footermenu a {
	color: #b5362c;
	text-decoration:none;
	padding-top: 5px;
}
#content {
	margin-right: 250px;
	min-height: 360px;
}
#fullcontent {
	min-height: 360px;
}
#tjfooter {
	width: 900px;
	margin:auto;
	text-align:right;
	padding-top: 2px;
}
#tjfooter a{
	text-decoration: none;
	color: #bababa;
	font-size: 10px;
}
/* Gallery */
div.gal {
	float: left;
	width: 130px;
	height: 170px;
	text-align: center;
	margin: 10px;
	min-height: 150px;
	padding: 10px 0;
	border: solid black 4px;
	overflow: hidden;
	cursor:pointer;
}
div.gal:hover {
	border: solid #b5362c 4px;
}
div.gal img {
	border: solid white 2px;
}
div.gal h3 {
	padding:3px;
	margin: 0;
	font-size: 12px;
}
div.gal a {
	text-decoration: none;
	color: #ffffff;
}
