﻿body 
{
	height: 100%;
	min-height: 100%;
	margin: 20px 0px 50px 0px;
}

html
{
	height: 100%;
	min-height: 100%;
	margin: 20px 0px 50px 0px;
}
h1
{
	visibility: hidden;
}
h2
{
	font-weight: bold;
	font-size: 14px;
	color: #83745E;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
h3
{
	font-weight: bold;
	font-size: 18px;
	color: #4c4d4d;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	position: relative;
}

/* Layout */

#container
{
	width: 648px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto 50px auto;
}

#logo
{
	background-image: url(images/lacontessa.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 30px;
	width: 350px;
	height: 35px;
}

#header
{
	margin: 10px 0px 10px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 648px;
	height: 191px;
}

#top
{
	margin: 10px 0px 0px 0px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 648px;
	height: 77px;
}

#bg
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	position: relative;
	top: 0px;
	left: 0px;
	width: 648px;
}

#bottom
{
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 648px;
	height: 35px;
}

/* Navigation */
#navigation
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	text-align: right;
	line-height: 18px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	float: left;
}

a.nav:link, a.nav:visited
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #4C4D4D;
	text-decoration: none;
	padding: 4px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	display: block;
	width: 140px;
	height: 24px;
}


a.nav:active, a.nav:hover
{
	background-image: url(images/nav_active.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #4C4D4D;
	text-decoration: none;
	padding: 4px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	display: block;
	width: 140px;
	height: 24px;
}

/* Content */
#title
{
	position: relative;
	top: 19px;
	left: 32px;
	width: 600px;
	height: 35px;
	overflow: hidden;
}

#contentarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
	padding: 10px 15px 10px 15px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 454px;
	float: right;
}

.menu
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 420px;
	height: 100%;
	float: left;
	padding: 10px;
}


.menuemphasis
{
	color: #5C5449;
}

.price
{
	font-size: 14px;
	font-weight: bold;
	color: #5C5449;
	float: right;
}