@charset "utf-8";
body {
	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 */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#wrapper_blue {
	width: 630px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #1F0F45;
	padding-bottom: 4px;
}

#wrapper {
	width: 620px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #CBAC5D;
	padding-bottom: 4px;
	padding-top: 0px;
}

#container {
	width: 600px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	padding-bottom: 10px;
	background-image: url(images/bckgrnd_patter01.gif);
	background-repeat: repeat;
}
#header {
	color: #CBAC5D;
	background-color: #000;
	height: 18px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #1F0F45;
	border-left-color: #1F0F45;
}
#header table tr td {
	text-align: right;
}

#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 */
}
#mainContent {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#MAIN_highlight {
	font-size: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#MAIN_highlight2 {
	font-size: 10px;
	border: 1px solid #CBAC5D;
	position: relative;
	width: 90%;
	top: 5px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: auto;
	height: 200px;
}
.BabetteMainLinks {
	color: #1F0F45;
}





#footer {
	color: #000;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 9pt;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-right: auto;
	margin-left: auto;
} 
#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: 9px;
}
#footer p a {
	color: #1F0F45;
}
.cakes_imgs {
	border: 6px solid #C7C4D1;
}



.PicTable {
	background-color: #FFF;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #666;
	font-size: 9px;
}
.PicTable tr td a {
	color: #666;
}
h4 {
	font-weight: bold;
	color: #1E0F45;
}



a:link {
	color: #D1B770;
	font-size: 10px;
	border: 1px none #D5BC7D;
}

a:visited {
	font-size: 10px;
	color: #D5BC7D;
}
a:active {
	font-size: 10px;
	color: #D5BC7D;
}
a:hover {
	font-size: 10px;
	color: #FFF;
}
.BabetteIMGS {
	color: #D5BC7D;
	border: 1px solid #D5BC7D;
}
