p, label{	
    font-family: Trebuchet MS, san-serif;	
    color: #242424;	font-size: 11px;	
    margin: 10px 10px;	
    line-height: 1.8;}
    
input{
	font-family: Trebuchet MS, san-serif;	
    color: #242424;	
    font-size: 12px;	
    margin-top:3px;
    margin-bottom:2px;	
    line-height: 1.1;}
    
    #container{	
    position:relative;	
    width: 900px;	
    margin-left:auto;	
    margin-right:auto;	
    margin-bottom:10px;}
    
// Valikoiden css alkaa tästä

#content{	
    width: 900px;	
    position:relative;	
    border: 1px solid black;	
}

#frontImage{
	width: 900px;	
    height: 223px;	
    position:relative;	
    background-image: url("img/frontImg.png");
}
#column1{
	position:relative;	
    float:left;	
    width:270px;	
    margin-top: 0px;	
    margin-bottom: 20px;}
#column2{
    position:relative;
    float:left;	
    width:270px;	
    margin: 20px 45px;
    margin-top: 0px;	
}
    
#column3{
	position:relative;	
    float:left;	
    width:270px;	
    margin-top: 0px;	
    margin-bottom: 20px;}
    
#emptySpace{
    height:40px;
    width:900px;
    position:relative;
    float:left;
}
