body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(/images/roseylittlethings/background.png);
}

#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	border: 3px solid #554636;
	margin-top: 10px;
	margin-bottom: 10px;	
	background: #fcf2f5;
}

#container a{
	text-decoration: none;
}

#header {
	padding-top:10px;
	padding-bottom:10px;
	height: 359px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#side-left {
	float: left;
	width: 175px;
	padding-left:8px;
	
}
#side-left a:hover{
	font-weight:bold;
}

#side-left a{
	font-weight:bold;
}

#side-right img {
margin-left:10px;
}


#side-right {
	float: right;
	width: 175px;
	padding-right:5px;

}
#side-right a:hover{
	font-weight:bold;
}

#side-right img {
margin-left:10px;
}


#content { 
	float: left;
	width: 550px;
	display:inline;
	padding-left:10px;
	/*margin: 0 0 0 175px; */
	
}

#footer {
	clear: both;
	background:#a1d5e3;
	text-align: center;
	width: 950px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}

#footer a:hover{
	color:#91785C;
}



.storycontent img {
	border: 3px solid #9AD2E1;
	padding:1px;
	background:#F9E5EB;
}


.itemcolor img {
	border: 3px solid #9AD2E1;
	padding:1px;
	background:#F9E5EB;
}



#menubuttons {
	text-align:center;
}

#menubuttons img{
	margin-top:0px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	border: none;
}

#searchform {
	text-align: right;
}



.cartcolor a{
	font-weight:bold;
}

.pagelinkcolor a{
	font-weight:bold;
}
.catcolor a{
	font-weight:bold;
}

.cartcolor {
	font-weight:bold;
}

.pagelinkcolor {
	font-weight:bold;
}
.catcolor {
	font-weight:bold;
}

#menu li {
	list-style-type: none;
	font-weight: bold;

}

#menu a{
	font-weight:bold;
}


#comment {
	width:95%;
}


.storycontent {
	/*font-size: 80%;*/
	font-family: "Monotype Corsiva",Georgia; 
	font-size: 18pt; 
	color: #009999; 
}

.feedback {
	font-size: 80%;
}


