@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #450A7E;
}
#sky {
	height: 85px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #450A7E;
}
#logo {
	float: left;
	height: 70px;
	width: 270px;
	padding: 15px;
}
#navigation {
	float: right;
	height: 100px;
	width: 400px;
}
#main_navigation {
	height: 20px;
}
#sub_navigation {
	height: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #A978D3;
	display: block;
	text-align: left;
}

#content {
	height: 300px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#content_hinnasto {
	height: 1150px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#left {
	float: left;
	height: 300px;
	width: 300px;
}
#right {
	float: right;
	height: 300px;
	width: 400px;
}
#footer {
	height: 100px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 5px;
}
.button {
	border: 1px solid #ffffff;
	padding: 3px 8px;
	color: #ffffff;
	background-color: #450b7c;
}
.button:hover {
	color: #ffffff;
	background-color: #8f69c1;
}
a {
	color: #450A7E;
	text-decoration: none;
}
a:link {
	color: #450A7E;
}
a:visited {
	color: #450A7E;
}
a:hover {
	text-decoration: underline;
	color: #450A7E;
}
a:active {
	text-decoration: underline;
	color: #450A7E;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	margin:0 0 1em 0;
	padding:.4em 30px .4em 0;
	color: #450A7E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #450A7E;
}
#right_yhteydet {
	background-image: url(images/palvelut_hover.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#boxes {
	height: 185px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#box1 {
	height: 175px;
	width: 228px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#box2 {
	height: 175px;
	width: 223px;
	float: left;
	padding: 5px;
}
#box3 {
	height: 175px;
	width: 228px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
