﻿body {
    font-family: Verdana;
    font-size: 11px;
    background-color: #d8e4e5;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 24px;
    margin-bottom: -5px;
}
h2 {
    font-size: 14px;
    margin-bottom: -5px;
}

h3 {
    font-size: 11px;
    margin-bottom: -5px;
}

a {
    text-decoration: none;
    border: none;
}

img {
    border: none;
}


.bold {
    font-weight: bold;
}

.bye {
    font-family:Freestyle Script;
    font-size: 20px;
    font-weight: bold;
}

.emptySpace {
    height: 14px;
}

#maijanblog {
  margin-top: 15px;
}

#mainWrapper {
    width: 697px;
    margin: auto;
    position: relative;
    background: #fff url(../images/innerbgright.gif) repeat-y right;
}
#header {
    width: 660px;
    height: 175px;
    margin-top: 69px;
    margin-right: -1px;
    position: relative;
    float: right;
}
#header ul {
    float: left;
}
#headerPicture {
    float: right;
    width: 498px;
    height: 173px;
    background: url(../images/header-main.jpg) no-repeat top right;
    border: 1px solid #34787e;
}
#logo {
    width: 134px;
    height: 81px;
    background: url(../images/headertext.gif) no-repeat;
    position: absolute;
    top: -66px;
    right: 38px;
}
#menuContainer {
    width: 159px;
    height: 173px;
    background: url(../images/navbg.gif) repeat-y left;
    border: solid 1px #34787e;
    border-right: none;
    position: relative;
}
#menuTopCorner {
    width: 14px;
    height: 13px;
    background: url(../images/navtopcorner.gif) no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
}
#menuBottomCorner {
    width: 14px;
    height: 13px;
    background: url(../images/navbottomcorner.gif) no-repeat;
    position: absolute;
    left: -1px;
    bottom: -1px;
}
#menu {
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding: 13px 0px 5px 0px;
    margin: 0px;
    width: 140px;
    list-style: none;
}
#menu a {
    color: #fff;
}
#menu a:active {
    color: #fff;
    font-weight: bold;
}
#menu a:visited {
    color: #fff;
}

#menu li {
    padding: 2px;
    padding-right: 10px;
    margin: 0px;
    width: 148px;
}

#sideNav {
    margin: 5px;
    padding: 10px;
    list-style: none;
}
#sideNav li {
    padding: 2px;
}

#menu a:hover {
    font-weight: bold;
}
#menu .selected {
    background-color: #34787e;
    color: #d8e4e5;
}
#menu .selected a {
    color: #d8e4e5;
}
#menu .selected a:visited {
    color: #d8e4e5;
}

#mainContent {
    width: 460px;
    float: left;
    padding: 5px;
    padding-left: 18px;
}
#rightBox {
    width: 166px;
    float: right;
    padding: 5px;
}
#leftBorder {
    width: 100%;
    background: url(../images/leftbg.gif) repeat-y left;
    position: relative;
}
#rightBorder {
    width: 679px;
    background: url(../images/bglowerright.gif) repeat-y right;
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
}
#footer {
    width: 100%;
    height: 24px;
    float: none;
    clear: both;
    background: url(../images/bgbottom.gif) repeat-x bottom;
    position: relative;
}
#footerLeftCorner {
    width: 23px;
    height: 23px;
    background: url(../images/bgleftcorner.gif) no-repeat left;
    position: absolute;
    bottom: 0px;
    left: -9px;
}
#footerRightCorner {
    width: 23px;
    height: 23px;
    background: url(../images/bgrightcorner.gif) no-repeat right;
    position: absolute;
    bottom: 0px;
    right: -9px;
}
