html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #e6eded;
}

body, p, div, td
{
	font-size: 16px;
	font-family: Arial;
	text-align: left;
	color: #9c9a95;
	line-height: 20px;
}

a
{
	font-size: 16px;
	color: #40C7DA;
	border: 0px;
	text-decoration: underline;
}

a img
{
	border: 0px;
}

div.cmsaction
{
	background:#e9e8e6;
	width: 100%;
	clear: both;
	border-top: 1px dotted #eeeeee;
	border-bottom: 1px solid #777777;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 35px;
}

#sitecontainer
{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #ffffff;	
	
}

#sitecontainer img.mainlogo
{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 35px;
	margin-left: 35px;
}

#logocontainer
{
	width: 1000px;
	height: 111px;
	margin: 0px auto 0px auto;
	margin-bottom: 0px;
	padding: 0px;
	background: url("../images/top_bg.gif") no-repeat;
}

#topcontainer {

    width: 1000px;
	height: 277px;
	margin: 0px auto 0px auto;
	margin-bottom: 40px;
	padding: 0px;
	background: url("../images/bluebg.jpg") no-repeat;
	padding-top: 40px;
}

img.avainlippu
{
	float: left;
	margin-right: 20px;
	margin-left: 35px;
}

#toptxtcontainer
{
	width: 780px;
	margin-left: 0px;
	margin-top: 0px;
	float: right;
	margin-right: 75px;
}

#toptxtcontainer h1
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	color: #ffffff;
	line-height: 42px;
	font-size: 36px;
	font-weight: normal;
}

#toptxtcontainer p
{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	
}

#centercontainer {
	width: 965px;
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 45px;
}

img.screenshot
{
	float: left;
	margin-right: 55px;
}

div.siteinfo
{
	float: left;
	width: 519px;	
}

div.siteinfo p
{
	font-weight: 600;
	line-height: 20px;
}

img.siteinfotitle
{
	margin-top: 15px;
	margin-bottom: 10px;
}

div.maintxt
{
	margin-bottom: 40px;
}

