@import url("reset.css");
@import url("globals.css");


/*** LAYOUT ***/
body, html{
	font-family: helvetica, sans-serif;
	font-size:0.88em ;
	background-color:red;
	background:url('../bg/bg.png') repeat;
	height:100%;
	width:100%;
}
#header{
	width:100%;
}

#container{
	width:960px;
	height:auto;	
}
#content{
	border:8px solid #000;
	background:#fff;
}
#logo{
	padding: 10px 0px 10px 0px;
}
ul.rightNavigation{
	margin-top:70px;
}
label{
	padding: 4px 0px 4px 0px;
}
p{
	padding: 8px 0px 8px 0px;
}
#osallistujat{
	padding:10px;
	margin-bottom:20px;
	width:460px;
}
#osallistujat th{
	
	font-weight:bold;
	font-size:1.13em;
	padding: 10px 4px 10px 4px;
}
#osallistujat td{
	border:1px solid black;
	padding: 2px 4px 2px 4px;
}
.even{
	background:#ccc;
}
/*** LAYOUT ENDS ***/
