
body {
    margin: auto;
    background-color: #EEEEEE;
    text-align: center;
}

.page {
    margin: auto;
    width: 960px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #007700;
}

a:hover{
    text-decoration: underline;
}

/* header */

.header {
    background: transparent url('http://www.looduskalender.ee/themes/foliage/header.jpg') no-repeat scroll 0 0;
    border-bottom: 1px solid #CCCCCC;
    height: 100px;
}

.header a {
    color: #FFFFFF;
}

.header_title {
	padding: 70px 0 0 5px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* menu */

.menu {
    background-color:#E8F4D9;
    vertical-align:top;
    width: 173px;
    font-size: 12px;
}

.menu ul {
    padding: 0 0 0 12px;
    margin: 0 0 0 12px;
    border:medium none;
}

.menu li {
    list-style-image: url('http://www.looduskalender.ee/misc/menu-leaf.png');
    list-style-type: square;
}

.menu_title {
    margin:2px 0 3px 1px;
    padding:2px 2px 1px 4px;
    background-color: #99CC66;
    font-size:12px;
    font-weight: bold;
    color: #FFFFFF;
}

/* content */

.content {
	width:747px;
	padding: 20px;
	vertical-align:top;
	font-size:14px;
	line-height:1.5em;
}

.content td {
	font-size:14px;
	line-height:1.5em;
}

.content h1 {
    color:#007700;
    font-size:1.6em
}
