body	{
	background-image: url(img/background_top.jpg);
	background-repeat: no-repeat;
	background-color: #80442C;
	padding: 0;
	margin: 0;
}
h1	{
	font-family: Trebuchet MS, helvetica;
	font-weight: bold;
	font-size: 22px;
	padding: 0;
	margin: 0;
	color: #481A13;
	letter-spacing: -1px;
}

h2	{
	font-family: Trebuchet MS, helvetica;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	color: #2B4A55;
}

p	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-left: 10px;
	color: #333333;
}

a	{
	text-decoration: none;
	color: #63869F;
}
a:hover	{
	text-decoration: underline;
}

img	{
	border: 0;
}

dt	{
	font-family: Trebuchet MS, helvetica;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 1px;
	color: #0B2A35;
}

form	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-top: 5px;
}
input	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 0;
	padding: 4px;
	color: #03263F;
	border: 1px solid #ffffff;
}

submit	{
	background-color: #03263F;
}

input:focus	{
	border: 1px solid #03263F;
}

textarea	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 0;
	padding: 4px;
	color: #03263F;
	border: 1px solid #ffffff;
}
textarea:focus	{
	border: 1px solid #03263F;
}

ol	{
	float: left;
	margin-top: 0;
}
li	{
	font-family: Trebuchet MS, helvetica;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
}

/* div määrittelyt */

div.header	{
	padding-left: 80px;
	width: 750px;
	float: left;
	clear: both;
}

div.header	img	{
	margin: 0px;
	border: 0;
	float: left;
	clear: none;
}

div.footer	{
	padding-left: 80px;
	width: 750px;
	float: left;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: center;
	color: #DDDDDD;
	padding-bottom: 20px;
	text-transform: uppercase;
}

div.footer	a	{
	color: #63869F;
}

div.contentrow	{
	width: 750px;
	float: left;
	clear: both;
	margin-bottom: 40px;
}
div.contenttitle	{
	width: 177px;
	float: left;
}
div.contentdeco	{
	float: left;
	height: 200px;
	width: 30px;
	background-image: url(img/leftbottom_corner_orange.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #D4832A;
}
div.contentdecosecondary	{
	float: left;
	height: 150px;
	width: 30px;
	background-image: url(img/leftbottom_corner_blue.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #63869F;
}
div.maincontent	{
	background-color: #DAD6A3;
	background-image: url(img/topcorner_main.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: auto;
	width: 520px;
	float: left;
	margin-left: 3px;
	padding: 10px;
	border-bottom: 10px solid #D4832A;
}
div.maincontent img	{
	float: left;
}
div.secondarycontent	{
	background-color: #E4E3DE;
	background-image: url(img/topcorner_secondary.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: auto;
	width: 520px;
	float: left;
	margin-left: 3px;
	padding: 10px;
	border-bottom: 10px solid #63869F;
}

div.news	{
	width: 100%;
	padding-top: 10px;
	height: 300px;
	overflow: auto;
}
div.newsitem	{
	padding: 10px;
	float: left;
	width: 95%;
	text-align: justify;
	border-bottom: 3px solid #63869F;
}

div.news img	{
	border: 1px solid #63869F;
	margin-right: 10px;
	margin-bottom: 5px;
}

div.news	h2	{

}
div.news	p	{
	font-family: arial, helvetica;
	font-size: 13px;
	color:#000000;
}
div.news	small	{
	font-family: Tahoma, Geneva, sans-serif;
	color: #63869F;
	font-size: 10px;
}
div.shoutbox	{
	width: 100%;
	height: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	overflow: auto;
}
div.shoutbox	small	{
	color: #63869F;
	font-weight: bold;
}
div.shoutbox	hr	{
	border: 1px dotted #93A6CF;
}