
#maincontent h1 {
}
#maincontent {
	margin-right: 18em;
	text-align: left;
	/* Each box is about 9em high + 2em margin */
	height: 35em; /* Used to be 33 */
}
html>body #maincontent {
	height: auto;
	min-height: 35em; /* Used to be 33 */
}

#section-services {
	position: absolute;
	top: 2em;
	right: 2em;
}


.service {
	margin-bottom: 2em;
	width: 18em;
	background: #0A0D0E url("../_gfx/servicebox-bg.png") repeat-x;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #17191A;
	border-bottom: 1px solid #17191A;
}
.service2 {
	background-position: 100% 12px;
	background-repeat: no-repeat;
	border-left: 1px solid #282A2C;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1em;
}
#service-web .service2 {
	background-image: url("../_gfx/servicebox-bg-web.png");
}
#service-hosting .service2 {
	background-image: url("../_gfx/servicebox-bg-hosting.png");
}
#service-contact .service2 {
	background-image: url("../_gfx/servicebox-bg-contact.png");
}

.service h2 {
	font-style: italic;
	margin: 0;
}
.service h2 a {
	display: block;
	border-bottom: 1px solid #826F4E;
}
.service h2 a:hover {
	border-color: #B19D7C;
}
.service ul {
	margin: 0.5em 0 0 1.5em;
	padding-left: 0;	font-style: italic;
}
.service p {
	margin: 0.5em 0.5em 0 0.5em;
}

/* **** Section: Notes **** */
#section-notes {
	clear: both;
	width: 13em;
}
html>body #section-notes {
	right: -15em;
}
#section-notes h2 {
	display: none;
}
#section-notes .note {
	border-bottom: 1px solid #4C4E4B;
}
#section-notes .note h3 {
	margin: 0;
}
#section-notes .note_content {
	background: #0D1113;
	font-size: 90%;
	padding: 0.5em;
}
#section-notes .note_content a img,
#section-notes .note_content a:link img,
#section-notes .note_content a:link:hover img,
#section-notes .note_content a:visited:hover img {
	border: none;
	background: transparent;
}

#hibinfo .note_content {
	text-align: center;
	padding: 0.5em 0;
}


#section-intro p {
	font-style: normal;
}

/* **** Section: News **** */
#section-news {
}
#section-news h2 {
	margin-top: 2em;
}
#section-news h3 {
	margin-bottom: 0.2em;
}
#section-news p {
	margin-top: 0;
}

.section-notes {
	margin-top: 15em;
}

.rating {
	float: right;
}
.rating img {
	border: none;
}

.hemoskola {
	float: left;
	padding: 1em 0;
	width: 280px;
	margin-left: auto;
	font-style: italic;
	text-align: right;
}
.hemoskola a {
	color: #999;
}
.hemoskola img {
	float: right;
	border: none;
	margin-left: 1em;
}
