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

body{
	margin: 0px;
	padding: 0px;
	background-color: #705b40;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
img{
	border: none;
}
a{
	color: #9b5ba4;
	text-decoration: none;
}
a:hover{
	color: #705b40;
	text-decoration: underline;
}
#container{
	width: 752px;
	padding: 12px 24px;
	margin: 0px auto;
	background-color: #fff;
	color: #705b40;
}
#header{
	position: relative;
}
#mainNav{
	position: absolute;
	bottom: 16px;
	right: 0px;
	width: 584px;
	padding: 8px 0px;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	border-top: 1px solid #705b40;
}
#mainNav a{
	color: #705b40;
	text-decoration: none;
}
#mainNav a:hover{
	color: #9b5ba4;
}
#bodyContent{
	padding: 24px 0px;
}
h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21px;
	color: #9b5ba4;
	text-transform: uppercase;
	margin-top: 0px;
}
h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9b5ba4;
	text-transform: uppercase;
	margin-bottom: 0px;
}
p{
	line-height: 18px;
	margin: 6px 0px;
}
ol, ul{
	margin: 0px 1.4em;
	padding: 0px;
}
li{
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.bodyWide{
	width: 752px;
}
.bodyNarrow{
	width: 480px;
}
.rightColumn{
	/*margin: 24px 0px;*/
	border: 1px solid #705b40;
	padding: 20px;
	width: 206px;
	float: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.rightColumn h1{
	margin: -20px -20px 12px -20px;
	padding: 10px 20px;
	background-color: #e4d7e9;
	font-size: 16px;
	font-weight: normal;
}
.rightColumn b{
	color: #9b5ba4;
}

#footer{
	clear: both;
	border-top: 1px solid #705b40;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
}
#footer a{
	color: #705b40;
	text-decoration: none;
}
#footer a:hover{
	color: #9b5ba4;
	text-decoration: underline;
}

.calendar{
	margin-top: 1px;
	border-collapse: collapse;
	width: 100%;
}
.calendar td{
	height: 80px;
	line-height: 12px;
}
.calendar h1{
	margin: 0px;
}
.calendar .date{
	text-align: right;
}
.calendar a{
	display: block;
	width: 102px;
	overflow: hidden;
	white-space: nowrap;
	margin: 4px 1px;
}

.restaurantBlock{
	width: 180px;
}

#miniCalendar{
	border-collapse: collapse;
	text-align: center;
}
#miniCalendar td{
	cursor: pointer;
	width: 28px;
}
#miniCalendar input[type="checkbox"]{
	display: none;
}
.myButton{
	margin: 2px;
	border: 1px outset #e4d7e9;
	padding: 2px;
	width: 100px;
	background-color: #e4d7e9;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}