/* CSS Document */
body {
	color: #000;
	background: #FFF;
	}
h1, h2, h3, h4, h5, h6 {	
	color: #70144A;
	border: none;
	text-transform:none;
	line-height: 1.2em;
	}
h1 {	
	font-size: 1.25em;
	background: #EFE5EB;
	padding: 5px 10px;
	}
h2 {	
	font-size: 1.25em;
	}
h3 {	
	font-size: 1.20em;
	}
ul li {
	list-style-image: url(../images/more-arrow.gif);
	}
a {
	color: #81891E;
	}
.arrlnk {
	background: url(../images/more-arrow.gif) no-repeat right center;
	padding-right: 12px;
	}
.hghlite {	
	
	}
blockquote {
	background: #EFE5EB;
	padding: 12px;
	color: #70144A;
	font-style: normal;
	border: none;
}

div.cakes {
	float: left;
	width: 100%;
}
div.cakes h2 {
	border-bottom: 1px solid #70144A;
}
div.cakes img {
	float: right;
	width: 150px;
	padding: 0 0 12px 12px;
}
div.contactright {
	float: right;
	text-align: right;
	width: 300px;
	padding: 0 0 12px 12px;
}

/* Template */

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#header {
	background: url(../images/bg-top.html) no-repeat center top;
	height: 117px;
	border-bottom: 7px solid #81891E;
	margin-bottom: 26px;
}
#header h1 {
	margin: 0 0 0 -3px;
	position: relative;
	padding: 26px 0 0 0;
	background: none;	
}
#header div {
	float: right;
	width:246px;
	height:117px;
	margin: 0;
	padding: 0;
	border: none;
}

#footer {	
	margin-top: 12px;	
	float: left;
	width: 100%;
	border-top: 7px solid #81891E;
	background: url(../images/bg-bottom.html) no-repeat center bottom;
	color: #70144A;
	padding: 10px 0 20px 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
}

#menu {
	width: 166px;
	float: left;
	margin: 0 0 26px 0;
	padding: 0;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu ul li {
	width : 166px;
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	background: none;
	}
#menu ul a {
	display: block;
	width : 135px;
	height: 20px;
	padding: 3px 25px 3px 6px;
	text-decoration: none;
	line-height: 1.267em;
	text-transform:lowercase;
	font-size: 1.5em;	
	background: transparent url(../images/menu.gif) no-repeat 0 0;
	}

#menu ul a:hover, #menu ul a:active {
	border-color: #E0E2C7;
	background-position: -166px 0;
	}



#sidebar {
	float: right;
	width: 150px;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 26px;
}
#content {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-left: 192px;
	margin-bottom: 26px;
}
#content.sidebar {
	margin-right: 176px
}
#content .contain {
	width: 100%;
	float: left;
}


/**************************GUEST BOOK********************************/
#p-guestwin {
padding: 10px 0;
margin: 10px;
background: #FFF;
border-top: 7px solid #81891E;
border-bottom: 7px solid #81891E;
}
#p-guestwin h2 {	
	font-size: 1.25em;
	background: #EFE5EB;
	padding: 5px 10px;
	}
#guestcomm {
text-align: left;
font-size: 1.2em;
line-height: 1.3em;
}
#guestcomm .tit {
text-align: right;
white-space: nowrap;
}
#guestcomm .note {
font-size: 0.916em;
}
.questentry {
vertical-align: top;
}
.lquote {
background: url(../images/leftquote.html) no-repeat right center;
}
.rquote {
background: url(../images/rightquote.html) no-repeat left center;
}
#guestbook dt {
float: left;
width: 140px;
margin-bottom: 14px;
font-weight: bold;
}
#guestbook dt .city, #guestbook dt .date, #guestbook dt a {
font-size: 0.916em;
font-weight: normal;
}
#guestbook dt strong {
font-size: 1.2em;
}
#guestbook dd {
margin-left: 160px;
}
#guestbook dl {	
padding-top: 14px;
border-top: 1px solid #70144A;
float: left;
width: 100%;
margin-bottom: 0;
}
#guestbook #entries {
float: left;
width: 100%;
margin-bottom: 14px;
border-bottom: 1px solid #70144A;
}
#guestbook .navbar {	
text-align: center;
}
#guestbook .prev {	
display:block;
width: 33%;
float: left;
text-align: left;
}
#guestbook .prev a {	
padding-left: 14px;
background: url(../images/guestprev.html) no-repeat left center;
}
#guestbook .next {	
display:block;
width: 33%;
float: right;
text-align: right;
}
#guestbook .next a {	
padding-right: 14px;
background: url(../images/guestnext.html) no-repeat right center;
}
#guestbook .botadd {
text-align: center;
}
#guestbook .guestreply{
font-style: italic;}

/**************************END GUEST BOOK********************************/
