body {
	background-image: url("images/pagebg.png");
	background-color: #333333;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	font-family: Arial;
	font-size: 12pt;
}

#Table_01 {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

#main {
	width: 910px;
	margin: auto;
	
}

#headbg {
	width:910px;
	height:50px;
	background-image: url(images/headbg.png);
}

#head {
	width:910px;
	height:141px;
	background-image: url(images/head.png);
}

#menubg {
	background-image: url(images/menu.png);
	background-repeat: repeat-y;
}

#menu {
	width:194px;
	float: left;
}

#menu ul {
	list-style: none;
	padding-left: 10px;
	margin-left: 15px;
}

#menu li {
	margin-top: 5px;
}

#menu .item {
	list-style-image: url("images/button.png");
	font-size: 11pt;
}

#menu a {
	text-decoration: none;
	color: black;
}

#menu a:hover {
	text-decoration: none;
	color: yellow;
}

#content {
	float: left;
	width:710px;
	background-color: white;
	padding-bottom: 10px;
}

#c-c-c-combobreaker {
	clear: both;
}

#middle {
	background-image: url(images/contentshade.png);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: white;
}

#bottom {
	clear: both;
	width:910px;
	height:9px;
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

h1 {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 16pt;
}

h2 {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 14pt;
}

p {
	margin-left: 20px;
	margin-right: 30px;
	text-align: justify;
}

.kuva {
	float: left;
	border: 2px solid #cccccc;
	font-size: 9pt;
	color: #999999;
	margin: 5px 10px 5px 20px;
	text-align: center;
}

.kuva img {
	margin: 5px;
	border: 2px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

.oikeareuna {
	float: right;
	margin: 5px 30px 5px 10px;
}

.kuvateksti {
	margin-bottom: 5px;
}

.thumbnail {
	padding: 4px;
	border: 1px solid silver;
	float: left;
	margin: 35px;
	margin-bottom: 0;
	text-align: center;
}

.folder {
	border: none;
}

.thumbnail img {
	border: none;
}

#AdminPanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#AdminPanelMenu
{
	display: inline-block;
	margin: auto;
	border: 1px dashed white;
	border-top: none;
	padding: 5px;
	font-size: 10pt;
}

#AdminPanelMenu a
{
	display: inline-block;
	color: white;
	text-decoration: none;
	background-image: url("images/adminbg.png");
}

#AdminPanelMenu a:hover
{
	color: black;
	background-image: url("images/adminbg_hover.png");
}

#AdminPanelMenu img
{
	border: none;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.AdminPanelButton
{
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.admin textarea {
	width: 400px;
	height: 200px;
}

.admin_module
{
	border: 1px dashed gray;
	margin-top: 8px;
	margin-right: 8px;
}

.admin_module a
{
	color: black;
	text-decoration: none;
}

.admin_module a :hover
{
	color: red;
}

.admin_options
{
	background-image: url("images/moduleheadbg.png");
	border-bottom: 1px dashed gray;
	font-size: 9pt;
}

.admin_options img
{
	border: none;
}

.admin_options_head
{
	padding: 5px;
	padding-top: 2px;
}

.admin_options_head img
{
	position: relative;
	top: 3px;
	margin-left: 3px;
	margin-right: 5px;
}

.admin_button
{
	
	font-size: 8pt;
	float: right;
	padding: 5px;
	border-left: 1px dashed gray;
}

.admin_contents
{
	padding: 10px;
}