body {
	background-color: black;
	color: #fcbed2;

}

a {
	color: #fcbed2;
}

img {
	border: 0;
}

#page {
	margin-left: 200px;
}

#sectionmenu {
	float: left;
	width: 180px;
}

.sectionmenucell {
	width: 150px;
	height: 30px;
	padding-left: 30px;
	font-size: 14px;
	vertical-align: middle;
	background: url(images/sectionmenubackground.jpg) no-repeat 0 0;
}

.sectionmenucell:hover {
	background: url(images/sectionmenubackground.jpg) no-repeat 0 -30px;
}

.sectionmenucell a:hover {
	color: white;
	font-weight: bold;
}

.selectedsectionmenucell {
	background: url(images/sectionmenubackground.jpg) no-repeat 0 -30px;
}

.selectedsectionmenucell a {
	color: #fcffae;
	font-weight: bold;
	font-size: 18px;
}

.blogmenucell, .boutiquemenucell, .galeriemenucell {
	width: 150px;
	height: 20px;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 50px;
}

.blogmenucell a:hover, .boutiquemenucell a:hover, .galeriemenucell a:hover {
	color: white;
	font-weight: bold;
}

.selectedblogmenucell a, .selectedboutiquemenucell a, .selectedgaleriemenucell a {
	color: #fcffae;
	font-weight: bold;
}

.cartcell {
	font-size: 80%;
}


