body {
	padding:0px;
	margin:0px;
	background-image:url(../images/bg.gif);
	background-attachment:fixed;
}

#shadow {
	width:970px;
	height:710px;
	background-image:url(../images/bg-shadow.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:20px;
}

#wrapper {
	width:950px;
	height:690px;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:20px;
}

body#Home #wrapper {
	background-image:url(../images/backgrounds/home.jpg);
}

body#Pastries #wrapper {
	background-image:url(../images/backgrounds/pastries.jpg);
}

body#Cakes #wrapper {
	background-image:url(../images/backgrounds/customcakes.jpg);
}

body#Catering #wrapper {
	background-image:url(../images/backgrounds/catering.jpg);
}

body#Directions #wrapper {
	background-image:url(../images/backgrounds/directions.jpg);
}

body#Contact #wrapper {
	background-image:url(../images/backgrounds/contact.jpg);
}

#logo {
	width:219px;
	height:170px;
	position:relative;
	left:83px;
	top:33px;
}

#main_text {
	width:263px;
	height:400px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#3c2415;
	padding-left:55px;
	padding-top:30px;
}

.home-col {
	width:414px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;
	color:#3c2415;
	padding-top:53px;
	padding-bottom:39px;
}

#gallery {
}

#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#3c2415;
	text-align:center;
	width:950px;
}

ul#site_menu {
	float: left;
	display: inline;
	position: relative;
	margin: auto;
	list-style-type:none;
	height:65px;
}

ul#site_menu li {
	text-indent:-9999px;
	position: absolute;
	height: 22px;
	top: 0px;
}

ul#site_menu a {
	display: block;
	text-decoration: none;
	height: 22px;
	overflow:hidden;
}


ul#site_menu li#site_home { left: 135px; width: 165px; height:22px; background-image:url(../images/home.png); }
ul#site_menu li#site_pasteries { left: 309px; width: 165px; height:22px; background-image:url(../images/pasteries.png); }
ul#site_menu li#site_customcakes { left: 483px; width: 165px; height:22px; background-image:url(../images/customcakes.png); }
ul#site_menu li#site_catering { left: 656px; width: 165px; height:22px; background-image:url(../images/catering.png); }
ul#site_menu li#site_directions { left: 309px; top:28px; width: 165px; height:22px; background-image:url(../images/directions.png); }
ul#site_menu li#site_contact { left: 483px; top:28px; width: 165px; height:22px; background-image:url(../images/contact.png); }

.clearit {
	clear:both;
}

#second_col {
	width:570px;
	float:left;
	padding-left:20px;
	padding-top:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#3c2415;
}

strong {
	font-family:Verdana, Geneva, sans-serif;
}

#cakes-gallery {
	padding-left:25px;
    float:left;
    width:216px;
    padding-right:25px;
}

.bio {
    float:left;
    width:250px;
    margin:-12px 0 0 0;
}

#cake-nav {
	padding-left:25px;
	padding-top:10px;
}