body {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: sans-serif;
	font-size: 8pt;
}

a, a:link, a:active, a:hover, a:visited {
	color: black;
}

div.mainframe {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
}

div.top {
	width: 780px;
	height: 120px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.content {
	background-color: #FFFFFF;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid #A2978E 2px;
}

div.collage {
	width: 650px;
	height: 320px;
	background-color: #DDDCDC;
	background-image: url(images/collage.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

div.bottom {
	width: 780px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	color: #A2978E;
	background-color: #FFFFFF;
	/*
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	*/
}

h3 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

li.menu {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

input, textarea {
	font-family: sans-serif;
	font-size: 9pt;
}

td.menu {
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(images/menu_main.jpg);
	backgroun-repeat: repeat-y;
}

.row1 {
	background-color: white;
}

.row2 {
	background-color: #F1EFEC;
}
