body {  
		margin: 0px;
		padding: 0px;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		color: #2D2D2D;
		overflow: auto;
		background-image: url(graphics/boats.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		height: auto; 
	}
	
#the_header {
  		position: absolute;
  		z-index: 99;
  		top: 0px;
  		left: 0px;
		width: 100%;
		height: 150px;
		background-image: url(graphics/header_bg.jpg);
	}
#korpo_header {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 405px;
		height: 99px;
		background-image: url(graphics/korpo_header.jpg);
	}
#whatsup {
		font-family: verdana, arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 25px;
		color: #FFFFFF;
		position: absolute;
		right: 10px;
		top: 5px;
	}
#whatsuptext {
		font-family: verdana, arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 25px;
		color: #FFFFFF;
}
#the_menubox {
		position: absolute;
		z-index: 99;
		top: 150px;
		left: 0px;
		width: 100%;
		height: 25px;
		background-image: url(graphics/menu_bg.gif);
	}
	
#the_logo_bw {
		position: absolute;
		height: 135px;
		width: 221px;
		top: 200px;
		right: 5px;
		background-image: url(graphics/logo_bw.jpg);
	}

#the_logo {
		position: absolute;
		height: 135px;
		width: 221px;
		top: 200px;
		right: 5px;
		background-image: url(graphics/logo.jpg);
	}
	
#content {
  		position: absolute;
		top: 200px;
		left: 20px;

}

#text_box {
		width: 500px;
		background-image: url(graphics/content_bg.gif);
  		border-top: 1px solid #DCDCDC;
  		border-bottom: 1px solid #DCDCDC;  
	}

#text_p1 {
  		padding: 10px;
		font-family: verdana, arial, sans-serif;
		line-height: 21px;
		font-size: 12px;
		color: #2D2D2D; 
}
.photo {
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #555555;
}

.form_text {
  	font-family: arial, sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  
}

.form_inputtext {
    font-family: arial, sans-serif;
  	font-size: 12px;
  
}

.redstar {
    font-family: verdana, arial, sans-serif;
  	font-size: 13px;
  	font-weight: bold;
  	color: #FF0000;
  
  
}

.linklist {
		margin-top: 2px;
		margin-bottom: 3px;
		margin-right: 0px;
		margin-left: 0px;
		font-family:  verdana, arial, sans-serif;
		font-size: 13px;
		color: #2D2D2D; 
		text-decoration: none;
}
.linklist:link {color: #2D2D2D; text-decoration: none; border-bottom: 1px dotted #3E5579;}
.linklist:visited {color: #2D2D2D; }
.linklist.active {color: #2D2D2D; }
.linklist:hover {color:#7994A5; border-bottom: 2px solid #7994A5;}


.orange {color: #ffcc00;}
.red {color: #ff0000;}
.blue {color: #0000ff;}
.largeBoldText {font-family: "Times New Roman"; font-size: 32px; font-weight: bold; line-height: 35px;}
.largeText {font-family: "Times New Roman"; font-size: 32px; line-height: 30px;}
