body {
	background: #39f url(images/background.gif) repeat-y;
	font-size: 14pt;
	font-family:Arial, helvetica, sans-serif;
	margin:0 0 20px 0;;
	color: #000;
}
.PhotoTitle {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	background: #edf5ff none no-repeat;
	color: #000;
	border: thin solid #000;
	margin: 2px;
	padding: 2px;
}
h1 {
	font-family: "Matura MT Script Capitals", "Times New Roman", times, serif;
	text-align: center;
	font-size: 36pt;
	text-decoration: underline;
	color: maroon;
	margin: 0;
	padding: 0 0 0 0;
}
h2 {
	font-family: "Times New Roman", times, serif;
	text-align: center;
	font-size: 20pt;
	font-weight: normal;
	color: maroon;
	margin: 0;
	padding: 0 0 0 0;
}
.odd {
	background: #6bf none no-repeat;
	color: #000;
}
.even {
	background: #def none no-repeat;
	color: #000;
}
.contacts {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16pt;
}

.rates {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14pt;
	border: 0;
	padding: 3px;
	margin: 0;
}

.lightbackground {
	background: #edf5ff none no-repeat;
	color: #000;
	padding: 10px 10px 10px 10px;
	border-style: ridge ridge ridge ridge;
	border-width: thick thick thick thick;
	border-color: #def;
}

.imgborder {
	border-style: ridge ridge ridge ridge;
	border-width: thick thick thick thick;
	border-color: #def;
}

a:link {
	color: #06f;
	text-decoration: underline;
}

a:visited, 
a:hover,
a:active {
	color: #63c;
	text-decoration: underline;
}
#logo {
	position: absolute;
	top: 16px;
	left: 40px;
	text-align: center;
	width: 268px;
	height: 43px;
}

#pagetitle {
	position: absolute;
	top: 9px;
	left: 350px;
	text-align: center;
	width: 450px;
	height: 63px;
}

#flagicon {
	position: absolute;
	top: 9px;
	left: 800px;
	text-align: right;
	width: 171px;
	height: 70px;
		font-size: 8pt;

}

#content {
	position: absolute;
	top: 80px;
	left: 130px;
	font-size: 12pt;
	text-align: left;
	padding: 0 20px 20px 0;
}

#menu {
	display: block;
	position: absolute;
	top: 120px;
	left: 20px;
	text-align: left;
}

#menu a:link,
#menu a:visited {
	text-decoration: underline;
	font-size: 18pt;
	font-family: Arial, helvetica, sans-serif;
	color: #63C;
}
#menu ul li {
	margin: -10px 0 0 -30px;
	padding: 10px;
}

#menu a:hover,
#menu a:active {
	font-size: 18pt;
	font-family: Arial, helvetica, sans-serif;
	color: maroon;
	text-decoration: none;
}
.printonly {
	display: none;
}

.calendarmain {
	width: 200px;
	border: 1px solid black;
}

.calendarmonth {
	background-color: black;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

.calendardaysofweek {
	background-color: gray;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

.calendarout {
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	color: black;
	background-color: #fc9;
	padding: 2px;
}

.calendarempty {
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	color: black;
	background-color: #3fc;
	padding: 2px;
}

.calendarpart {
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	color: black;
	background-color: #ccf;
	padding: 2px;
}

.calendarfull {
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	color: black;
	background-color: #f99;
	padding: 2px;
}

#calendartoday{
	font-weight: bold;
	color: red;
}

