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

body
{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	line-height: 14pt;
	background-attachment: scroll;
	background-color: #660000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ################   SIVUPOHJA ################  */
#all
{
	color: #333;
	font-size: 11pt;
	width: 960px;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	line-height: 14pt;
}
/* ################   HEADER ################  */
#header
{
	/*background: #FFFFFF;*/
	float: left;
	width: 820px;
	height: 80px;
	clear: both;
	padding-left: 140px;
	background-color: #BBD2A5;
	clear: both;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	border-top: 10px solid #BBD2A5;
	border-right: 10px solid #BBD2A5;
	border-bottom: 5px solid #BBD2A5;
	border-left: 10px solid #BBD2A5;
	margin-bottom: 5px;
	background-attachment: scroll;
	padding-top: 40px;
}



/* ################   VASEN ################  */
#left
{
	/*background: #FFFFFF;*/
	float: left;
	margin: 1px 0 0;
	width: 290px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ################   SISÄLTÖ ################  */
#area
{
	width: 960px;
	text-align: left;
	float: left;
	clear: both;
	padding-bottom: 5px;
	height: 620px;
}
#content
{
	width: 640px;
	position: relative;
	float:left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* ################   FOOTER ################  */
#footer
{
	color: #FFFFFF;
	font-size: 8pt;
	width: 940px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 60px;
	display: block;
	float: left;
	padding: 5px 10px 3px;

}
