* {
	margin: 0;
	padding: 0;
}

#page-wrap {
	background: url(../images/bg.jpg) repeat-x;
	width: 780px;
	margin: 0px auto;
	}
	#page-wrap #inside {
			margin: 0px;
			padding: 0px;
	}

#topblank {
	background: none;
	height: 50px;
}

#header {
	background: url(../images/header.png) no-repeat;
	width: 784px;
	height: 266px;
}	

#content {
	padding: 0px 0px 0px 0px;
	position: relative;
	top: -20px;
	background: url(../images/content_info.png);
	width: 784px;
	height: 387px;
}

	#content #inside {
			background: none;
			margin: 0px;
			padding: 35px 0px 0px 50px;
	}

#bcontent {
	padding: 0px 0px 0px 0px;
	position: relative;
	top: -20px;
	background: url(../images/content_yhteys.png);
	width: 784px;
	height: 387px;

}

	#bcontent #inside {
			background: none;
			margin: 0px;
			padding: 35px 0px 0px 50px;
	}

#ccontent {
	padding: 0px 0px 0px 0px;
	position: relative;
	top: -20px;
	width: 784px;
	height: 387px;
}

#footer {
	margin-top: -15px;
	background: none;
	text-align: center;
}

#gallery {
	width: auto;
	height: auto;
	margin: 0px auto;
	background: #ffffff repeat;
}

body {
	font-size: 10px;
	color: black;
	background: url(../images/bg.jpg) repeat-x;
}

p, li {
	font: 1.2em/1.8em "Myriad Pro";
	color: white;
	margin-bottom: 12px;
}

h1 {
	font: 1.2em/1.2em "Myriad Pro";
	color: black;
	margin-bottom: 12px;
}

a:link {
	color: #700;
	text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
}

a:visited {
    color: #b21a06;
    text-decoration: none;
}

a:hover {
    color: #b21a06;
    text-decoration: underline;
}

h2 {
	font: 1.2em/1.2em "Myriad Pro";
	color: black;
	margin-bottom: 12px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}
