#title {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

#content {
	position: relative;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	overflow: hidden;
	padding: 0em 1.5em;
	border-left: 1em solid slateblue;
	border-right: 1em solid silver;
}

#left {
	float: left;
	width: 450px;
	text-align: justify;
	padding: 0em 1.5em 1.5em 0em;
}

#right {
	float: left;
	width: 428px;
	text-align: center;
	padding: 0em 0em 1.5em 0em;
}

#address {
	clear: both;
	padding: 3em 0em 3em 0em;
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	text-align: center;
	font-size: 11px;
	color: #483d8b;
}

#text {
	float: left;
	position: relative;
	left: 50%;
	margin-left: -450px;
	margin-bottom: 10px;
	width: 856px;
	text-align: justify;
	padding: 0em 2em 2em 2em;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 80%;
	font-family: verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: square;
	text-align: justify;
}

ul.ci {	
	list-style-type: circle;
}

ul.sq {
	list-style-type: square;
}
	
li {
	margin-top: 15px;
}

a.m {
	float: top;
	text-decoration: none;
	padding: 2px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

a:hover.m {
	background-color: #000000;
}

ul.m {
	float: top;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li.m {
	margin: 0;
	padding: 5px;
}

a:active, a:link, a:visited {
	text-decoration: underline;
	color: slateblue;
}
a:visited {
	text-decoration: underline;
	color: navy;
}

hr {
	color: grey;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 200%;
	text-align: left;
	padding-top: 1em;
}

h1.title {
	font-size: 250%;
	margin-bottom: 1px;
	line-height: 200%;
	text-align: center;
}

p.menu {
	line-height: 130%;
	font-weight: bold;
		font-size: 120%;
		font-variant: small-caps;
	text-align: center;
}

a:active.menu, a:link.menu, a:visited.menu {
	text-decoration: none;
	color: slateblue;
	margin-right: 5px;
	border-left: 1em solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-left: 1px;
}

a:hover.menu {
	text-decoration: none;
	color: blue;
	text-align: center;
}

p.cite {
	padding: 0em 13em 2em 13em;
	font-size: 11px;
	font-style: italic;
	color: #8b3d80;
	text-align: center;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

.galeria {
	text-align: center;
	font-family: verdana;
	font-size:9px;
}

.photo {
	color: #8b3d80;
	margin-top: 5px;
	margin-bottom: 5px;
}

.silver {
	color: #8b3d80;
	font-variant: small-caps;
}

.i {
	font-style: italic;
}

.floatr {
	float: right;
	margin: 5px 5px 5px 5px;
}

.floatl {
	float: left;
	border: 2px solid silver;
	padding: 1px;
	margin: 2px 2px 2px 2px;
}

.clearl {
	clear: left;
}