body 
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: White;
	font-size: 12px; 
	padding-left: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 60px;
	background: White url('Images/popupTausta.jpg') no-repeat;
	
}

#container {
	margin:1px auto;
	padding:0;  
	width:1000px;
	background-color: white;
	overflow:hidden;     
	padding-bottom: 15px; 
	position:relative;
	border: solid 5px Silver;
	display:block;
}

#banner {
	background: #000000 url('Images/ylapalkki.gif') no-repeat;	
	margin:0;
	padding:10px;
	width:1000px;
	background-color: White;
	height: 340px; 
}

#menu {
	margin-top: 285px;
	margin-left: 100px;
	float:left;
	
}


#content {
	background-color:White; 
 }
 

 
#vasen
{
	float:left;
	width: 770px;
	padding-top:5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	
}

#oikea
{
	float:left;
	width: 180px;
	height:300px;
}




/* OTSIKOT */

h1 {
	font-size: 17px; 
	color:  #60759e;
	font-weight: bold; 
	letter-spacing: 2px;
	display:block;
	padding:3px;
	width: 90%;
	margin-bottom:20px;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	display:block;
	background-color:#FAFAFA;
	border-bottom: dashed 1px Lightgray;

  
}
h2 {
	font-size: 16px; 
	color:  Black;
	font-weight: bold; 
}
h3{
	font-size: 14px; 
	color:  Black;
	font-weight: bold; 
}

/* LINKIT */

a{
	color: #60759e;
	font-weight: bold;
	text-decoration:underline;
}
a:hover{
	color: Black;
	font-weight: bold;
	text-decoration:underline;
}
a:selected{
	color:red;
}


/* SEKALAISTA */

.fill70{
	width:70%;
}
	
.fill90{
	width:90%;
}
.fill{
	width:100%;
}
.fill350px{
	width: 350px;
}
.bgWhite{
	background-color: white;
}
.padding15{
	padding:15px;
}
.bold{
	font-weight:bold;
}
.top{
	vertical-align:top;
	text-align: top;
}
.right{
	text-align:right;
}

.clearBoth
{
	clear:both;
}

p {
	margin: 0px;
	padding: 0px;
}	
