* {margin: 0;
   padding: 0;
}

body {
	height: 100%;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 880px;
	height: 100%;
	font-size: 1.2em;
}

#left {
	width: 261px;
	height: 100%;
	padding-top: 30px;
	position: absolute; 
	left: 0px;
	top: 0px;
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	background-color: #8db9e3;
}

#left #TelkkuLogo {
	width: 215px;
	height: 52px;
	background-image: url(images/logoTelkku.png);
	margin-left: 23px;
	margin-bottom: 0px;
}

#left #VerkossaLogo {
	width: 110px;
	height: 18px;
	background-image: url(images/logoVerkossa.png);
	margin-left: 23px;
	margin-bottom: 0px;
}

#left #JadeconLogo {
	width: 98px;
	height: 18px;
	background-image: url(images/logoJadecon.png);
	margin-left: 23px;
	margin-bottom: 0px;
}

#left p {
	margin: 15px 0px 15px 23px;
}

#right {
	width: 600px;
	padding: 30px 0px 0px 280px;
	float: left;
	background-color: #ffffff;
}

#footer {
	width: 600px;
	height: 100px;
	padding: 28px 0px 0px 280px;
	clear: both;
}

p {
        margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

ul {
        margin-left: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
}


h1 {
	text-align: center;
	margin: 0px 0px 40px 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	font-size: 2em;
}

h2 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	font-size: 1.5em;
}

h3 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	font-size: 1.5em;
	margin-left: 48px;
}

h4 {
	text-align: left;
	margin: 10px 0px 10px 23px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	font-size: 1.2em;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}

a:link {color: #4368de}
a:visited {color: #4368de}
a:hover {color: #ffd56c}
a:active {color: #ffd56c}
