body {
	text-align: center;
	background: url('../images/background.jpg') repeat-x;
}

br.cleaner {
	clear: both;
}

h1 {
	font-size: 14pt;
	color: #a20d47;
	margin-bottom: 1em;
}

p {
	margin: 1em 2em 1em 2em;
	color: #000000;
	font-family: arial, helvetica, verdana;
	font-size: 10pt;
}

a {
	color: #a20d47;
}

a:hover{
	border-bottom: 1px dotted #a20d47;
}

ul {
	margin: 0px 2em 0px 3em;
	list-style-type: disc;
}
ul ul {
	margin-left: 1em;
	list-style-type: circle;
}

li {
	color: #000000;
	font-family: arial, helvetica, verdana;
	font-size: 10pt;
}

form {
	margin-left: 40px;
}
div.container {
	width: 773px;
	margin: 0px auto;
	text-align: left;
}

	div.top {
		width: 773px;
		height: 4px;
		margin-top: 60px;
		background: url('../images/round_top.jpg') no-repeat;
		font-size: 1px;
	}

	div.ljudmila {
		width: 773px;
		height: 152px;
		background: url('../images/ljudmila.jpg') no-repeat;
	}

		div.flags {
			float: right;
			display: inline;
			margin: 10px 20px 0px 0px;
		}

	div.content {
		background: url('../images/mainback.jpg') 0% 0% repeat-y;
	}

		div.navi {
			float: left;
			display: inline;
			width: 200px;
			padding: 0px 0px 25px 20px;
		}

			.navi a {
				color: #a20d47;
				font-size: 14pt;
			}

		div.main {
			float: left;
			display: inline;
			width: 493px;
			padding: 0px 0px 25px 40px;
			color: #a20d47;
		}

	div.bottom {
		width: 773px;
		height: 4px;
		background: url('../images/round_bottom.jpg') no-repeat;
	}

	div.footer {
		padding-top: 1em;
		text-align: center;
		color: #a20d47;
		font-weight: bold;
		font-size: 10pt;	
	}
	
	ul.navi, ul.navi ul {
		list-style-type: none;
		float: left;
		width: 180px;
		padding: 0;
		margin: 0;
		margin-left: 20px;
	}
	
	ul.navi li {
		position: relative;
	}
	
	ul.navi li a {
		font-family: 'times new roman';
	}
	
#palautelomake div label {
	width: 150px;
	float: left;
}

#palautelomake div input, #palautelomake textarea {
	width: 200px;
	margin-bottom: 10px;
}

#palautelomake textarea {
	height: 75px;
}

#palautelomake .captcha {
	padding-left: 150px;
}

.error {
	color: red;
}

.galleryImage {
	margin-right: 10px;
	margin-bottom: 10px;
}

.dropdown {
	position: absolute;
	left: 175px;
	top: 0px;
	border-top: solid 1px #a20d47;
	visibility: hidden;
}

.dropdown li {
	border-top: none;
	background-color: #E8E8E8;
	padding: 5px 10px 3px 10px;
}

.dropdown li a {
	display: block;
	font-size: 14px;
}

.dropdown li:hover {
	border: none;
	background-color: #D8D8D8;
}

.dropdown li a:hover {
    border: none;
}