@charset "utf-8";
/* CSS Document */

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

html{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/tausta.jpg);
	background-repeat:repeat-x;
	background-color:#ECECFF;
}

h1 {
	font-family: Agency FB;
	font-size: 20px;
	font-weight: normal;
	margin: 2;
	color: #FFFFFF
}
h2 {
	font-family: Agency FB;
	font-size: 24px;
	font-weight: normal;
	margin: 2;
	color: #000000
}
h3 {
	font-size: 14px;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
}
a {
	text-decoration: none; 
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}
td {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

select, input,textarea{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 14px;
}



#header {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:880px;
	height:372px;
	top:0px;
}


#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:880px;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 2;
}

#footer {
	position:relative;
	margin:0px;
	margin-top:0px;
	width:880px;
	height:97px;
	text-align:left;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial;
	font-size:12px;
}