@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ECECE6;
}
div {
	background-color: #ecece6;
}

/* Div layouts*/
#left-column{
	vertical-align: top;
	width:300px;
	background-color: #ECECE6;
	float: left;
	margin-top: 10px;
}
#center-column{
	padding: 0% 5%;
	margin-left: 50%;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #99CC00;
	background-color: #ECECE6;
	margin-right: 200px;
	width: 400px;
	padding-left: 10px;
	vertical-align: top;
}  
#line-column{
	width: 4px;
	background-image:url(images/k_viiva.png);
	background-repeat: repeat-y;
}

#table-box{
	margin-top: 15px;
	height: 500px;
}

line{

}

#contact-box{
	
	/*border-style:solid;
	border-color:#628C5D;
	border-width:2px;*/
	background-color: #FFF3E6;
}
#contact-box td {padding: 20px;line-height: 20px;}

/*Font things*/
#title{
	font-family:Verdana;
	font-size:15px;
	
	
	font-weight: bold;
}
p{
	font-family:Georgia;
	font-size:16px;
	/*text-align: justify;*/
	color: #333300;
}


a:link {
	COLOR: #333300;
}
a:visited {
	COLOR: #333300;
}
a:hover {
COLOR: #FF0000;
}
a:active {
	COLOR: #990000;
}

