html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -300px;
	padding: 0;
	width: 100%;
	min-width: 800px;
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	background: #ffffff url('taustakuva.png') center center no-repeat;
}

div#menu {
	position: absolute;
	width: 222px;
	height: 343px;
	margin-left: -10px;
	margin-top: 120px;
	padding: 0;
}

div#content {
	position: absolute;
	margin-left: 210px;
	margin-top: 135px;
	width: 457px;
	height: 364px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: auto;
}

h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: "Gill Sans";
	font-weight: normal;
	font-size: 16pt;
	color: #009cdd;
	text-transform: uppercase;
	border-bottom: 3px dotted #ffffff;
}

h2 {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	font-family: "Gill Sans";
	font-weight: bold;
	font-size: 10pt;
	color: #009cdd;
}

h2:first-child {
	text-transform: Capitalize;
}

h3 {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-family: "Gill Sans";
	font-weight: bold;
	font-size: 10pt;
	color: #009cdd;
}

h3:first-child {
	text-transform: Capitalize;
}

div#menu ul {
	margin: 0;
	margin-top: 20px;
	margin-left: 30px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

div#menu ul li {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

div#menu ul li:hover {
	list-style-type: disc;
	list-style-position: outside;
	color: #ffffff;
}

div#menu ul li a{
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Gill Sans";
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none; 
	color: #ffffff;
}

ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

li {
	margin: 0;
	padding: 0;
}

ul li:hover {
	list-style-type: disc;
	list-style-position: outside;
	color: #009cdd;
}

ul li a{
	margin: 0;
	padding: 0;
	font-family: "Gill Sans";
	font-weight: normal;
	font-size: 10pt;
	color: #ef7b32;
	text-transform: none;
}

ol {
	margin: 0;
	font-family: "Gill Sans";
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none; 
	color: #ffffff;
}

a {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans";
	font-weight: normal;
	font-size: 10pt;
	color: #ef7b32;
	text-transform: none;
}

p {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans";
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #000000;
	text-transform: none;
}

p + p {
	text-indent: 1em;
}

table, tr, td {
	font-family: "Gill Sans";
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #000000;
	text-transform: none;
}

img {
	border: none;
}