@charset "utf-8";
/* CSS Document */

body {
	background-color:#663300 ;
	}
div#container1 {
	position:relative;
	}
div#container2 {
	position:relative;
	height:600px;
	width:800px;
	top: 0px;
    left: 50%;
    margin-left: -400px;
	}
div#meetings {
	border: none;
	margin: none;
	position: absolute;
	top: 133px;
	left: -13px;
	height: 477px;
	width: 233px;
	}
div#meetings li {
	list-style-type:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
	}
div#notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border: none;
	margin: none;
	position: absolute;
	top: 24px;
	left: 241px;
	height: auto;
	width: 552px;
	}
div#menu {
	position: absolute;
	top: 273px;
	left: 239px;
	height: auto;
	width: 233px;
	}
div#menu li {
    height: 55px;
    width: 155px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 200%;
    list-style-type: none;
    background-image: url('pictures/light button.jpg');
    background-repeat: no-repeat;
	}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	}
div#menu li a:link {
    color: black:
	}
div#menu li a:visited {
    color: #900;
	}
div#menu li a:hover {
    font-weight: bold;
    color: black;
	} 
li#none {
	list-style-type:none;
	}
