p
{
	text-align: justify;
	font-family: helvetica;
	font-size: 12pt;
}

h1
{
	font-family: nimbus script;
	font-size: xx-large;
	color: teal;
}

h2
{
	font-family: nimbus script;
	font-size: x-large;
	color: teal;
	text-align: center;
}

h3
{
	text-align: center;
	font-family: helvetica;
	font-size: 12pt;
	font-weight: heavy;
}
h4
{
	text-align: center;
	font-family: helvetica;
	font-size: 11pt;
	font-weight: normal;
}
h5
{
	text-align: center;
	font-family: helvetica;
	font-size: 16pt;
	font-weight: heavy;
}
h6
{
	text-align: right;
	font-family: helvetica;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
}

body
{
	background-repeat: no-repeat;
}

#container
{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
}


#header
{
	margin: 0;
}


#header img
{
	position: relative;
	float: left;
	margin: 10px 10px 0px 10px;
}

#menu
{
	position: relative;
	float: left;
	margin: 40 0 0 -30;
	width: 125px;
}

#menu ul
{
	list-style-type: none;
	text-align: center;
	font-family: verdana;
}

#menu ul li
{
	left: 0;
	padding: 0;
	margin: 10 0 0 0;
}

#menu a, #menu a:visited 
{
	background-color: #C1DCF0;
	text-decoration:none;
	display: block;
	width: 125px;
	height: 20px;
	color: black;
}

#menu a:hover
{
	background-color: #1883CA;
	text-decoration:none;
	display: block;
	width: 125px;
	height: 20px;
	color: black;
}


#content
{
	position: relative;
	margin: 50 20 60 180;
	height: 420px;
	overflow: auto;
	padding: 10px;
}
#content ul
{
	font-family: helvetica;
	font-size: 12pt;
}
#content ul li
{
	margin-bottom: 10px;
}

#adres
{
	position: absolute;
	margin: 0 0 0 820;
	font-family: helvetica;
	text-align: left;
	font-size: 10pt;
	color: teal;
}

#fotos
{
	position: absolute;
	margin: 100 0 0 820;
}

#fotos img
{
	border: 10px double rgb(83,180,215);
}


