html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size:100%;
font-family: arial,helvetica,clean,sans-serif;
background-color: #B1CC99;
}
a img {
		border: none;
}


#wrapper {
position: relative;
    box-shadow: 0px 0px 10px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px 10px #000000;
    -moz-box-shadow: 0px 0px 10px 10px #000000;
    border-left: 4px solid #003300;
border-right: 4px solid #003300;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 1000px;
    background: rgba(255,255,255,0.8);
    background-color: #47692C;
    background-image: url('/images/background.jpg'); 
    background-repeat: no-repeat;
}

#wrapper #header {
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    padding: 15px 0px 0px 40px;
}

#wrapper #navigation {
    color: #267211;
    font-size: 0.9em;
    font-family: arial;
		position: relative;
		left: -30px;
		bottom: 0px;
}

#wrapper #navigation ul li {
    display: inline;
}

#wrapper #navigation ul li a {
    text-decoration: none;
    color: #267211; 
}


#wrapper #main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px 10px 10px;
    width: 768px;
    border: 4px solid gray;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 7px 7px 8px #000000;
    -webkit-box-shadow: 7px 7px 8px #000000;
    -moz-box-shadow: 7px 7px 8px #000000;
    min-height: 370px;
    background: url(/images/whitepixel.png);
    background: rgba(255,255,255,0.8);
	
    
    /* for IE */
    /* filter:alpha(opacity=60); */
    /* CSS3 standard */
    /* opacity:0.6; */
}

#wrapper #main h1 {
    color: #267211;  
    font-family: arial;
		font-size: 1em;
}

#wrapper #main p {
    color: #000000; 
}

#wrapper #main div#map_canvas {
		margin-left: auto;
		margin-right: auto;
}

#wrapper #main table th {
		text-align: right;
    font-family: arial;
}

#wrapper #main table th, td {
    padding: 10px;
}

#wrapper #footer { 
    width: 768px;
    padding: 25px 0px 25px 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    font-family: verdana;
}

#wrapper #footer ul li {
    color: #FFFFFF;
    display: inline;
}

#wrapper #footer ul li a {
    color: #FFFFFF;
    text-decoration: none;
}


