html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 98%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

img 	{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
	}

html, body {
	height: 100%;
	}
	
html {
	overflow-y: scroll;
	}
	
/* --------------------- End reset --------------------- */


body {
	font: 1em/1.1em Arial, Georgia, Times, Times New Roman, serif;
	color: rgb(70,31,0);
	background: url(img/bg.jpg);
	background-repeat: repeat;
	background-color: white;
	} 

a {
	color: rgb(70,31,0);
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}


P {
	text-align: justify;
	} 

.container	{
/*	margin: 0em auto; */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -312px;
	width: 900px;
	text-align: left;
	background: url(img/main_bg.jpg);
	background-position: bottom left;
	background-color: transparent;
	background-repeat: repeat-y;
/*	border: 1px dashed white; */
	}
	
.top	{
	height: 230px;
	background-color: transparent;
	}
	
.main {
	/* border: 1px dashed red; */
	height: 100%;
	}

.main_content {
	clear: both;
	display: inline-block;
	width: 580px;
	padding-top: 8px;
	padding-right: 18px;
	padding-left: 5px;
	margin-left: 30px;
	height: 100%;
  border-right: 1px dashed rgb(70,31,0);
  vertical-align: top;
  }
	
.main_content_right {
	float: right;
	display: inline-block;
	width: 204px;
	padding-top: 8px;
	padding-left: 16px;
	margin-right: 30px;
	height: 100%;
	vertical-align: top;
  }

.main_content p {
	margin-bottom: 10px;
	}

.main_content h1 {
	font: bold 18px/16px Arial, Georgia, Times, Times New Roman, serif;
	display: block;
	border-bottom: 1px solid rgb(70,31,0);
	width: 580px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
	
.main_content h2 {
	font: bold 16px/14px Arial, Georgia, Times, Times New Roman, serif;
	margin-bottom: 5px;
	}

.main_content_right h1 {
	font: bold 18px/16px Arial, Georgia, Times, Times New Roman, serif;
	}	

.main_content_right p {
	text-align: center;
	}
	
.footer	{
	clear: both;
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
	width: 900px;
	margin: 0px auto;
	text-align: left;
	/* border: 1px solid rgb(70,70,70); */
	color: rgb(77,31,0);
	background: url(img/footer.png);
	background-position: top left;
	background-color: transparent;
	background-repeat: no-repeat;
	}	

.footer p {
	display: inline-block;
	padding-top: 20px;
	padding-left: 40px;
	}

.footer a, .footer p {
	color: rgb(70,31,0);
	}

.footer, .push {
 height: 312px;
 clear: both;
 }

.footer ul {
	list-style-type:circle;
	padding-left: 60px;
	}

.footer h1 {
	font: bold 18px/16px Cambria, Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid rgb(70,31,0);
	width: 400px;
	margin-left: 40px;
	margin-bottom: 13px;
	padding-bottom: 4px;
	padding-top: 40px;
	}
	
/* ------------ SPECIFIC STYLES ------------- */

.kk-kuva {
	display: inline-block;
	margin: 3px;
	border: 8px solid rgb(70,31,0);
	}
	
.gallery_item {
	display: inline-block;
	margin: 3px;
	}
	
.menu_item a:link, .menu_item_container a:visited {
	font-size: 16px;
	color: rgb(240,240,240);
	text-decoration: none;
	font-weight: bold;
	}

.menu_item a:hover {
	text-decoration: underline;
	}

.kuvavasen {
	display: block;
	float: left;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 2px;
 	}

.kuvaoikea {
	display: block;
	float: right;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 2px;
  }

.paluulinkki {
	text-align: left;
	margin: 15px;
	}
	
.main_content img {
	border: 4px solid rgb(70,31,0);
	}
	
.design {
	display: inline-block;
	float: right;
	height: 20px;
	font-size: 12px;
	color: rgb(122,92,76);
	margin: 0px;
	padding-top: 60px;
	margin-right: 30px;
	}
	
.design a:link, .design a:visited {
	color: rgb(202,151,124);
	text-decoration: none;
	font-weight: normal;
	}

.design a:hover {
	text-decoration: underline;
	}
	
.main_content td {
	text-align: center;
	vertical-align: middle;
	}