body {
    background-color: #3b3c37;
    color: white;
    font-size: 12px;
    font-family: monospace;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#window-container {
    left: 0;
    right: 0;
    position: absolute;
    border: 1px solid black;
    top: 0;
    bottom: 0;
}

#main-title {
    height: 23px;
    background-image: url('/media/images/title-background.gif');
    background-repeat: repeat-x;
    text-align: center;
}

#main-menu {
    height: 25px;
    width: 100%;
    background-color: #e9e3de;
}

	#main-menu .rss {
		padding-top: 4px;
		padding-right: 4px;
	}

    #main-menu ul {
        list-style: none;
        margin-left: 8px;
        padding-top: 5px;
    }
    
        #main-menu ul li {
            display: inline;
        }
        
        #main-menu ul li a {
            text-decoration: none;
            color: black;
            padding: 0 3px;
        }
        
        #main-menu ul li.active a {
            font-weight: bold;
        }

#main-container {
	position: absolute;
    bottom: 0;
    top: 48px;
    left: 0;
    right: 0;
    background-color: #414141;
    overflow: auto;
    border: 4px solid #e9e3de;
    border-top: none;
    padding: 5px;
}

#main-container a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed white;
}

#icon-logo {
    margin-top: 4px;
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background-image: url('/media/images/icon-logo.gif');
    background-repeat: no-repeat;
}

#icon-buttons {
	position: absolute;
    right: 0;
    top: 0;
    
    margin-top: 2px;
    margin-right: 4px;
    width: 76px;
    height: 18px;
    background-image: url('/media/images/icon-buttons.gif');
    background-repeat: no-repeat;
}

#page-title h1,
#page-title {
    font-weight: bold;
    padding-top: 4px;
    font-size: 12px;
}

#page-title h1 {
	display: inline;
}


h1 {
	font-size: 18px;
	padding: 5px;
}

h2 {
	font-size: 16px;
	padding: 5px;
}

h3 {
	font-size: 14px;
	padding: 5px;
}




p {
	line-height: 20px;
}
