body {
	padding-top: 0px;
	margin-top:  0px;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	background-color: #697955;
	text-align: center; /* for IE */
	background-image:url(bg.gif);	
	background-position: top center;
	background-repeat: repeat-y;
}

#content {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

#header {
	text-align: left;	
	margin: 0px;
	height: 244px;
	background-position: top center;
	background-image:url(ulla-content.jpg);	
}

#frontpageHeader {
	text-align: left;
	margin: 0px;
	height: 446px;
	background-position: top center;
	background-image:url(ulla-content.jpg);	
}

#frontpageHeader h1, #header h1 {
	margin: 0px;
	padding-top: 20px;
	width: 380px;
	color: white;
	text-align: center; 
	font-weight: bold; 
	font-size: 27pt;
}

#frontpageHeader h1 a, #header h1 a, #header h3 a {
	color: white;
	text-decoration: none;
}

#frontpageHeader h1 a:hover, #header h1 a:hover, #header h3 a:hover {
	text-decoration: underline;
}

#frontpageHeader h2, #header h2 {
	width: 380px;
	margin-top: 50px;
	color: white;
	text-align: center; 
	font-weight: bold; 
	font-size: 20pt;
}

#frontpageHeader h2 a, #header h2 a {
	color: white;
	text-decoration: none;
}

#frontpageHeader h2 a:hover, #header h2 a:hover, #header h3 a:hover {
	text-decoration: underline;
}

#header h3 {
	width: 380px;
	color: white;
	text-align: center;
	font-weight: bold;
}

#menu {
	background-color: black;	
	font-weight: bold;
	color: white;
	text-align: center;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu #left {
	background-color: black;
	clear: none;
	float:left;
	position: relative;
	width: 33%;
}

#menu #middle {
	background-color: black;
	clear: none;
	float:left;
	position: relative;
	width: 34%;
}

#menu #right {
	background-color: black;
	clear: none;
	float:left;
	position: relative;
	width: 33%;
}

#menu #selected {
	border-top: 1px solid black;
	color: black;
	background-color: #80907c;
}

#menu #selected a {
	color: black;
	text-decoration: none;
}

#menu #selected a:hover {	
	text-decoration: underline;
}

#text {
	padding-left: 30px; 
	padding-right: 30px;
	padding-bottom: 10px; 
	padding-top: 10px;
	text-align: justify;
	color: black;
	background-color: #80907c;
}

#text h2 {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 0px;
}

#text h3 {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 0px;
}

#text .contact {
	font-size: 150%;
	font-weight: bold; 
	text-align: center;
}

#text .contact a {
	color: black;
	text-decoration: none;
}

#text .contact a:hover {	
	text-decoration: underline;
}

#text .price {	
	padding: 10px;
	background-color: #697955;
	width: 500px;
	border: 1px solid black;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
	/*margin-left: 139px;*/
	/*margin-right: 149px;*/
}

