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

body{

background-color:#FFCC00;

margin:10px;

}

#wrapper{

	width:950px;
	margin:auto;
	background-color:#FFFFFF;
	border:8px solid #fff;


}


#top-img{

	position: relative;
	display: block;
	width:950px;
	height:256px;

}

#logo{

	position: absolute;

	width:300px;
	height:70px;

	background-image:url(../gfx/logo.png);
	background-repeat:no-repeat;

	top: 15px;
	left: 15px;


}

#kieli {
	position: absolute;
	top: 5px;
	right: 5px;


}


#info-row-top{

	width:950px;
	background-color:#000000;
	height:26px;

}

#content{
	
	width:950px;
	background-image:url(../gfx/contentbg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;

}


#left{

width:225px;
float:left;

}

#bannerit{

float:left;
width:225px;


}

#right{

width:725px;
float:left;


}

#text{

width:418px;



padding:20px 25px 35px 25px;

float:left;



}


#img{

position:relative;

width:225px;
height:400px;

padding:50px 20px 0px 0px;

float:right;
}

#footer{


clear:both;
width:950px;
height:60px;

border-top:1px solid #ccc;

}

#stamp{

	position: absolute;

	width:150px;
	height:150px;

	background-image:url(../gfx/leimasin.png);
	background-repeat:no-repeat;

	margin:225px 0px 0px 75px;

	z-index: 50;


}

#corner-raise-right{

width:225px;
height:50px;
float:left;
border-right:1px solid #ccc;

}

#corner-raise-left{

width:255px;
height:50px;
float:right;
border-left:1px solid #ccc;

}

#copystunt{

float:right;

width:464px;


}


/*------ECARD-FRONTEND-----*/

ul.ecard-frontend {
	margin: 0;
	padding: 0;

}

ul.ecard-frontend sup {
	font-size: 8px;
}

ul.ecard-frontend li{

	position: relative;
	background-color: #f4f0e0;
	width: 132px;
	height: 160px;
	border: 1px solid #000;
	padding: 0;
	float: left;
	margin: 0px 5px 5px 0;
	list-style: none;

	text-align: center;

}

ul.ecard-frontend li:hover {

	background-color: #e6e1cf;	
}

ul.ecard-frontend li p{
	
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.ecard-frontend li a{

	padding: 0;
	margin: 0;
}

ul.ecard-frontend li img{
	padding: 0;
	margin: 10px auto 5px auto;
}


































