BODY {
	background-color: gray;
	font-family: Tahoma, Arial;
	background-image: url(../images/aavamaki_com_title.jpg);
	background-repeat: no-repeat;
}

#wrapper {
}
html, body {
	margin: 0;
	padding: 0;
}
/*
#header {
	background-color: rgb(77,77,77);
	width: 100%;
	height: 16px;
	color: white;
	font-size: smaller;
	padding: 0px 10px 0px 0px;
	margin: 0 0 0 -7px;
	text-align: left;
	float: top left;
	z-index: 12;
}
*/
#header {
	background-color: rgb(77,77,77);
	width: 100%;
	color: white;
	font-size: smaller;
	/*margin: 0 0 0 -7px;*/
	text-align: left;
	/*float: top left;
	position: absolute;
	z-index: 10;*/
}


.link_main { 
	text-decoration: none;
	color: white; 
}
.link_sub { 
	text-decoration: none;
	color: gray; 
}

#box_wrapper {
	position: relative;
	width: 600px;
	margin: 40px auto;
}

#box_title {
	width: 600px;
	background-color: rgb(77,77,77);
	color: white;
	text-align: right;
	font-size: 23px;
	padding: 30px 0 0 0;
	
}

#box_text {
	font-size: 14px;
	width: 410px;
	background: #f7f7ef url(../images/jm_background.jpg) no-repeat top right; 
	color: black;
	text-align: left;
	padding: 20px 170px 20px 20px;

	
}
#box_colorline {
	background-color: Gold;
	font-size: 0.4em;
	width: 600px;
	height: 6px;
}

#box_footer {
	width: 600px;
	background-color: rgb(77,77,77);
	color: LightGrey;
	text-align: right;
	font-size: 12px;
	
}

.address {
	text-align: left;
	position: relative;
	float: top left;
	padding-left: 5px;
	padding-bottom: 10px;
}

.contact {
	text-align: right;
	position: relative;
	float: top right;
	margin-top: -4em;
	padding-bottom: 10px;
}
	