body {
	background: #FFFFFF url(../gfx/bg.png) repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}

.container {
	width: 825px; /* + reunan yli menevät */
	margin: 0 auto;
	text-align: left;
}

.leftovers {
	width: 25px;
	background: url(../gfx/leftovers.png) no-repeat;
}

.logo {
	width: 560px;
	height: 160px;
	background: url(../gfx/logo.png) no-repeat;
}

.navigation {
	width: 560px;
	height: 40px;
}

.subnavigation {
	width: 530px;
	height: 40px;
	background: url(../gfx/subnavigation.png) no-repeat;
	color: #313036;
	padding: 0px 0px 0px 30px;
}

.left_top {
	width: 560px;
	height: 20px;
	background: url(../gfx/left_top.png) no-repeat;
}

.left_shadow {
	width: 20px;
	background: url(../gfx/shadow.png) repeat-y;
}

.content {
	width: 500px;
	background: #313036;
	color: #999999;
	padding: 0px 20px 0px 20px;
}

.left_bottom {
	width: 560px;
	height: 40px;
	background: url(../gfx/left_bottom.png) no-repeat;
}

.right {
	height: 100%;
}

.right_shadow {
	width: 20px;
	height: 100%;
	background: url(../gfx/shadow.png) repeat-y;
}

.right_content {
	width: 180px;
	height: 100%;
	background: #313036;
	color: #FFFFFF;
	text-align: left;
	padding: 20px 20px 0px 20px;
}

.right_bottom {
	width: 240px;
	height: 42px;
	background: url(../gfx/right_bottom.png) no-repeat;
}

.login {
	color: #313036;
	padding: 0px 20px 20px 40px;
}

.login .link {
	cursor: pointer;
	cursor: hand;
}

.login a {
	color: #313036;
	text-decoration: none;
}

.bottom {
	width: 825px;
	height: 70px;
	background: url(../gfx/bottom.png) no-repeat;
}

/* CONTENT */

h1 {
	color: #33CCFF;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 0;
}

h2 {
	color: #33CCFF;
	font-size: 12px;
	margin: 0 auto;
}

p {
	margin: 12px 0;
}

a {
	color: #33CCFF;
}

.subnavigation a {
	color: #313036;
	text-decoration: none;
}

.subnavigation a:active a:hover {
	color: #EC008C;
	text-decoration: none;
}

.last_update {
	color: #666666;
}

.header {
	float: left;
}

.numbers {
	float: right;
}

.preview {
	width: 247px;
	text-align: center;
}

.information {
	width: 233px;
}

table.thumbnails img {
	border: 0;
}

table.thumbnails td {
	padding: 12px;
}

table.thumbnails tr.first td {
	padding-top: 0;
}

table.thumbnails tr.last td {
	padding-bottom: 0;
}

table.thumbnails td.first {
	padding-left: 0;
}

table.thumbnails td.last {
	padding-right: 0;
}

.hr_long {
	clear:both;
	height: 1px;
	padding-top: 5px;
	background: #313036 url(../gfx/hr_long.png) no-repeat left;
}

.hr_short {
	height: 1px;
	padding-top: 5px;
	background: #313036 url(../gfx/hr_short.png) no-repeat left;
}

.hr_long hr, .hr_short hr {
	display: none;
}