body {
	font-family: Tahoma;
	font-size: 10pt;

	margin: 0px;
	padding: 0px;

	color: #70E070;

	letter-spacing: 2px;
	line-height: 22px;

	background: url(images/bg_main.png);
}

h1 {

	margin-top: 0px;

	font-size: 12pt;
	letter-spacing: 3px;

    font-weight: normal;
}

h2 {

	margin-top: 0px;

	font-size: 10pt;
	font-weight: bold;

    margin-bottom: 0;
}

img {
	border: 0px;
}

a {
	font-size: 10pt;
	color: #70E070;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#topShadow {
    width: 960px;
    height: 29px;
    background: url(images/shadow_top.png);
    margin: 0 auto;
}

#main {

	margin: 0 auto;
	width: 960px;

	//height: 800px;

	border: 0px solid white;

	background: url(images/shadow.png);

    margin-bottom: 0;
    padding: 0;

}

#header {
	width: 920px;
	height: 250px;

	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0;

	border-bottom: 0px solid black;

	background: #d0d0d0;

	position: relative;
    /* If top shadow is set, move 10px up */
    top: -10px;

    background: url(images/header.jpg);
}

#navigation_horizontal {
	width: 920px;
	height: 40px;

	position: absolute;
	bottom: 0;

	background: #c0c0c0;
}

#navigation_horizontal .link {
	line-height: 40px;
	margin-left: 20px;
}


#contentWrapper {
    position: relative;

    margin-left: 20px;
    margin-right: 20px;
    margin-top: -10px;
    margin-bottom: 0;

    background: #003200;

}

#content {

    z-index: 50;

	width: 700px;
	min-height: 550px;

    text-align: justify;

	margin-left: 205px;
	margin-right: 10px;
	margin-top: 0px;
    margin-bottom: 0;
	padding-top: 4px;
    padding-bottom: 0;
}

.textfield {
    margin: 0;
    padding: 5px;
    background: #104010;
    border: 1px solid #70E070;
    height: 20px;
    font-size: 12pt;
    color: #70E070;
}
.textarea {
    background: #104010;
    font-family: Tahoma;
    border: 1px solid #70E070;
    font-size: 10pt;
    color: #70E070;
}

.saalisnimi {
    background: #104010;
    border: 0;
    border-bottom: 2px solid #70E070;
    font-size: 12pt;
    color: #70E070;
}

.button {
    margin: 0;
    padding:5px;
    background: #104010;
    border: 1px solid #70E070;
    height: 32px;
    font-size: 12pt;
    color: #70E070;
}

.saalismaara {
    background: #104010;
    width: 20px;
    border: 0px;
    border-bottom: 2px solid #70E070;
    color: #70E070;
}

#headerShadow {
    background: url(images/shadow_header.png);
    height: 19px;
}

#sideNavigation {
    width: 200px;
    height: 500px;
    /*float: left;*/
    position: absolute;
    left: 0px;
    top: 10px;
}

#sideNavigation .link:first-child {
    border-top: 0px;
}
#sideNavigation .link:first-child:hover {
    border-top: 0px;
}

#sideNavigation .link {
    z-index: 100;
    height: 30px;
    line-height: 30px;
    width: 160px;
    border-top: 1px solid #70E070;
    display: table;
    padding-left: 10px;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 12pt;
    color: #70E070;
}

#sideNavigation .sublink {
    z-index: 100;
    height: 20px;
    line-height: 20px;
    width: 180px;
    border-bottom: 0px solid #70E070;
    display: table;
    padding-left: 20px;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 10pt;
    color: #70E070;
    margin-bottom: 5px;
    margin-top: 0px;
}

#sideNavigation .link:hover {
    color: #ffffff;
    /*border-top: 1px solid #ffffff;*/
}

#sideNavigation .sublink:hover {
    color: #ffffff;
}



#footerWrapper {
	margin: 0 auto;
	height: 55px;
	width: 960px;
	background: url(images/shadow_bottom.png);
    margin-top: 0px;
    overflow: hidden;
}


#footerFill {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 0;

	height: 36px;

	background: #002600;
    border-top: 1px solid #002000;

    line-height: 36px;
}