/* CSS Document */
	
body {
	background-image:url(images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	}
div.body, div.body-cal, div.body-about, div.body-memories, div.body-contact, div.body-tips {
	background-color:#f0e09f;
	background-repeat:no-repeat;
	vertical-align:top;
	width:800px;
	height:500px;
	margin:15px, auto, 15px, auto;
	border:5px solid #f38d20;
	}
div.body {
	background-image:url(images/home.jpg);
	}
div.body-cal {
	background-image:url(images/header_cal.jpg);
	width:950px;
	height:950px;
	}
div.body-about {
	background-image:url(images/header_about.jpg);
	height:780px;
	}
div.body-contact {
	background-image:url(images/header_contact.jpg);
	}
div.body-memories {
	background-image:url(images/header_memories.jpg);
	height:750px;
	}
div.body-tips {
	background-image:url(images/header_tips.jpg);
	height:3700px;
	}
div.menu {
	width:400px;
	position:relative;
	top:78px;
	left:170px;
	}
div.full  {
	position:relative;
	top:180px;
	widows:780px;
	}
div.calendar {
	width:930px;
	position:relative;
	top:170px;
	left:0px;
	text-align:center;
	}
div.brochure {
	float:right;
	width:90px;
	margin:0 0 15px 20px;
	text-align:center;
	font-size:10px;
	}
div.brochure_left {
	float:left;
	width:90px;
	margin:0 40px 15px 0px;
	text-align:center;
	font-size:10px;
	}
div.license {
	color:#992b2a;
	font-weight:bold;
	text-align:center;
	}
table.main {
	border:0px;
	margin:0px;
	padding:0px;
	text-align:left;
	}
table.fulltext {
	text-align:left;
	width:780px;
	}
table.imageview {
	position:relative;
	top:80px;
	text-align:center;
	width:604px;
	}
img.imageview {
	border:2px solid #f38d20;
	}
a.menu {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	}
a:hover.menu {
	text-decoration:underline;
	color:#f38d20;
	}
a.small {
	text-decoration:none;
	font-size:10px;
	color:#000000;
	}
a:hover.small {
	text-decoration:underline;
	color:#f38d20;
	}
.img-border {
	border:3px double #f38d20;
	}
.header {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
	}
.highlight {
	font-weight:bold;
	color:#992b2a;
	}
.center {
	text-align:center;
	}
ul.checklist {
	list-style-image:url(images/checkbox.gif);
	}
ul.checklist li {
	padding:3px;
	vertical-align:top;
	}