/* Julia's Bakery CSS */
/* developed by jevans */

/* GLOBAL */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #f99;
}
/* LAYOUT */

#outer-wrap {
	width: 720px;
	margin: 0 auto;
}

#header {
	height: 229px;
}

#header-inner {
	background: url("images/header_nostripe.gif") no-repeat;
	height: 229px;
	width: 720px;
	background-color: #f99;
}

/*#header-lower-border {
	float: left;
	margin: 221px 0 0 193px;
	width: 524px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	background-color: #fff;
	height: 7px;
}*/

#header-text {
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	width: 500px;
	margin: 164px 0 0 10px;
}

#header-text td {
	padding-right: 24px;
	font-weight: bold;
}

img#rel-image {
	float: left;
	margin: 92px 0 0 4px;
}

#wrap {
	background-color: #fff;
}

#left-nav {
	float: left;
	width: 150px;
	background-color: #fcc;
	border: 3px solid #650101;
	margin: 0 0 30px 0;
	border-top: 0;
}

#content {
	margin: 0 120px 0 165px;
	background-color: #fff;
	min-height: 300px;
	width: auto;
	padding: 3px;
}

#rotphoto {
	float: right;
	top: -12px;
	padding: 0 0 0px 0;
	border: 3px solid #650101;
	border-top: 0;
	background-color: #fff;
	width: 115px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	border-top: 3px solid #650101;
	margin-top: 30px;
	padding: 4px;
	background-color: #f99;
}

/* NAVIGATION */

#left-nav ul {
	list-style: none;
	padding: 0;
	margin-bottom: -2px;
}

#left-nav li {
	display:block;
	margin: 0;
	border-bottom: 2px dotted #650101;
	padding: 3px 3px 3px 14px;
	cursor: pointer;
}

#left-nav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #c00;
}

/* TYPOGRAPHY */

h1 {
	font-size: 150%;
	border-bottom: 3px dotted #faa;
	margin-bottom: 1px;
	padding-bottom: 3px;
}

h2 {
	font-size: 110%;
	margin: 3px 0 14px 0;
	padding-left: 26px;
	background: url("/images/arrow.gif") no-repeat 6px 2px;
}

h3, .cake-title {
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	width: 50%;
	background-color: #fee;
	padding: 1px 0 0 4px;
	border-bottom: 2px solid #c99;
	margin: 6px 0 1px 0;
}

.fillings{
	text-align: center;
}

.fillings ul {
	text-align: left;
}

.cake-title {
	padding: 1px 5px 1px 6px;
}

p {
	margin-bottom: 1px;
	padding: 3px 0 3px 0;
	font-size: 90%;
	line-height: 130%;
}

a {
	text-decoration: none;
	color: #f00;
}

a:visited {
	color: #e00;
}

strong {
	border: 0px dashed #daa;
	background-color: #fbb;
	padding: 1px 3px 1px 3px;
}

em {
	border-bottom: 1px dashed #daa;
	background-color: #fff0f0;
}

#content ul {
	margin: 1px 0 1px 30px;
	list-style-image: url(/images/bullet.gif);
}

#content li {
	
}

#content ul.nobullets {
	list-style-image: none;
}