@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#newsletters {
	border: none;
	margin: none;
	position: absolute;
	top: 124px;
	left: -37px;
	height: 477px;
	width: 170px;
	}
div#newsletters li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 100%;
	}
div#menu {
	border: none;
	margin: none;
	position: absolute;
	top: 519px;
	left: 114px;
	height: auto;
	width: 221px;
	}
div#menu li {
    height: 55px;
    width: 155px;
    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;
	}
