@charset "UTF-8";

body{
	background-color: #fef6d3;
	background: #fef6d3;
	font-face: Times, Serif;
	font-size: .9em;
}

a{

color: #bbbfc8;
text-decoration: none;

}
a:hover{

color: #333333;

}

#subtitle{

	padding-top: 7px;
	margin-bottom: -5px;

}


#container {
	width: 955px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -463px;
	
	border: 1px solid #ead7ab;
	
}

#container2 {
	margin: 3px;
	border: 2px solid #ead7ab;
	
}

#container3 {
	margin: 3px;
	border: 1px solid #bbbfc8;
	background-color: #ffffff;
	background: #ffffff;
	
	
	
}
#containerContent {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 40px;
	margin-right: 40px;
	
	
	
}

.hr{

	background-image:url(../img/hr.gif);
	background-repeat:no-repeat;
	background:url(../img/hr.gif);
	width: 180px;
	height: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 55px;;
}

.center{

	text-align: center;
}
.justify{

	text-align:justify;

}

.bordered{
	margin-left: 50px;
	border: 1px solid #bbbfc8;
	padding:5px;
}

#nav {
	padding-left: 7px;
}

#nav a.newsUpdates{
	background: url("../img/nav_newsUpdates.gif") 0 0 no-repeat;
	display:block;
	width: 271px;
	height: 30px;
	text-decoration: none;

}
#nav a.foodStyling{
	background: url("../img/nav_foodStyling.gif") 0 0 no-repeat;
	display:block;
	width: 271px;
	height: 30px;
	text-decoration: none;

}
#nav a.writing{
	background: url("../img/nav_writing.gif") 0 0 no-repeat;
	display:block;
	width: 271px;
	height: 30px;
	text-decoration: none;

}

#nav a.pastryServices{
	background: url("../img/nav_pastryServices.gif") 0 0 no-repeat;
	display:block;
	width: 271px;
	height: 30px;
	text-decoration: none;

}

#nav a:hover{

	background-position: -271px 0;	
	
}	

#footer{

	margin-top: 50px;
	margin-bottom: -20px;
}





#news{
	font-size: .9em;
	width: 500px;
	margin-left: 50px;
	border: 1px solid #bbbfc8;
	padding:5px;
	background-color: #FCFCFC;
	background: #FCFCFC;
}

#news .title{
	
	font-weight:bold;

}
#news .date{
	padding-left: 5px;
	font-style:italic;

}
#news .copy{
	padding-top: 5px;

}

#news hr{

	
	border: 0px;
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
	margin-top: 15px;
	margin-bottom: 15px;
	
}