/* Default typeface */
a, b, p, table, small, body, td, ol, ul, menu, blockquote, div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
pre, tt, input, textarea {
    font-family: Courier, fixed;
}

body {
    margin: 0px;
	background-image: url('taustakuva.jpg');
	background-repeat: no-repeat;
	background-color: #70583c;
}

/* Link appearance */
a:link, a:visited { 
	text-decoration: none;
	color: #c9c695;
	font-weight: bold;
}

a:active, a:hover { 
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}


/* Folder table (text) */
td.foldertext {
    color: #FFFFFF;        padding-top: 0px;
    background: #62603a;   padding-bottom: 1px;
    font-size: .75em;      padding-left: 3px;
    text-align: left;      padding-right: 8px;
}

/* Folder table (thumbnails) */
td.folderthumbs {
    color: #FFFFFF;        padding-top: 2px;
    background: #62603a;   padding-bottom: 2px;
    font-size: .7em;       padding-left: 4px;
    text-align: center;    padding-right: 8px;
}

/* Image table */
td.image {
    color: #FFFFFF;          padding-top: 2px;
    background: #62603a;     padding-bottom: 2px;
    font-size: .8em;         padding-left: 4px;
    text-align: center;      padding-right: 8px;
}

/* Description table */
td.desc {
    color: #FFFFFF;          padding-top: 4px;
    background: #62603a;     padding-bottom: 3px;
    font-size: .9em;         padding-left: 4px;
    text-align: center;      padding-right: 6px;
}

.inactivelink {
    color: #999999;
}

img.imagethumb {
    border: 0;
}

#linkit {
	width: 615px;
	top: 132px;
	left: 370px;
	position: absolute;
	font-size: 14px;	
}

#linkit a	{
	color: #fcda5e;
	text-decoration: none;
	font-weight: bold;
}

#linkit a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#sivu	{
	width: 590px;
	top: 170px;
	left: 380px;
	position: absolute;
	color: #FFFFFF;
	font-size: 13px;
}


#sivu a	{
	color: #c9c695;
	text-decoration: none;
	font-weight: bold;
}

#sivu a:hover	{
	color: #fcda5e;
	text-decoration: none;
	font-weight: bold;
}

#copy	{
	top: 5px;
	left: 5px;
	position: absolute;
	color: #d9d2cc;
	font-size: 10px;
}

#copy a	{
	color: #d9d2cc;
	text-decoration: none;
	font-weight: bold;
}
