@charset "UTF-8";
/* CSS Document */

/* chance hall */

/* RESET */

*
{margin:0; padding:0;}
html
{overflow-y:scroll;}
html, body
{height: 100%;}
body
{
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color:#cbc7c4;
	background-color: #49182d;
}
a
{outline:none;text-decoration:none;}
a img
{border:none;}
img
{vertical-align:middle;}
p
{
	font-size: 1.5em;
	line-height: 1.3em;
	color: #cbc7c4;
}

/* UTILITY */

.floatleft
{float:left;}
.floatright
{float:right;}
.clear
{clear:both;}

/* STRUCTURE */

#page-wrap
{
	width:820px;
	text-align:left;
	min-height:100%;
	height:auto;
!important; 			height:100%;
	margin-top: 0px;
	margin-right: auto;
	/***margin-bottom: -250px;****/
	margin-left: auto;
}


#header h1 {
	height: 105px;
	width: 820px;
	background-image: url(images/header4.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#main-content {
	width: 800px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #725b3e;
	float: left;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 2em;
	padding-top: 30px;
	color: #e2dec9;
}
#selling-points {
	margin: 0px;
	list-style-type: square;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #e2dec9;
}
#selling-points  li {
	list-style-type: square;
	font-size: 1.4em;
	line-height: 1.6em;
}
#cakes-flash {
	width: 400px;
	float: right;
	clear: both;
}
#flash {
	height: 270px;
	width: 360px;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#situation {
	height: 100%;
	width: 360px;
	clear: both;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#left-content {
	width: 390px;
}
#situation p {
	font-size: 15px;
}
#footer {
	height: 45px;
	width: 820px;
	background-image: url(images/footer_03.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	clear: both;
}
#footer p {
	width: 400px;
	padding-left: 30px;
	display: block;
	color: #4c3e6d;
	font-size: 1.4em;
}
#footer a {
	color: #44222f;
}
#footer a:hover {
	color: #999999;
}
.opens {
	padding-bottom: 20px;
}


/* RECIPE UL CSS */

ul.recipe li {
border: 1px #cccccc solid;
list-style: none;
margin: 5px;
padding: 5px;
font-size: 1.4em;
}

ul.recipe li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.recipe li h3 {
font-size: 1.2em;
margin-bottom: 3px;
}

ul.recipe li a:link, ul.recipe li a:visited, ul.recipe li img {
float: right;
}
