﻿  .container { border-style: solid;
    border-width: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    top: 0px;
    width: 780px;
    height: 806px;
    z-index: 1000;
    }

body {
    background-color: rgb(101, 83, 53); 
    background-image : url(../images/bg.jpg);
    background-repeat : repeat;   
    }

  .leftbar {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin-top: 0px;
	width: 100px;
	height: 780px;
	z-index: 0;
	background-color: rgb(0, 128, 0);
}

  .menu { border-style: none;
    border-width: 0px;
    padding: 5px;
    position: relative;
    top: 0px;
    overflow: auto;
    left: 0px;
    z-index: 10;
    margin-bottom: 0px;
    background-color: green;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    width: 770px;
    height: 20px;
    }

  .menu a {text-decoration: none;
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #ccc;
    voice-family: "\"}\"";
    voice-family: inherit;
}
    html>body .menu a {width: 90px}
    .menu a:hover {color: #03f;
    background-color: #ff3}


  .highlight { 
    position: absolute;
    border-width: 1px;
    border-style: solid;
    right: 50px;
    top: 15px;
    padding: 5px;
    margin-top: 0px;
    height: 110px;
    overflow: auto;
    width: 300px;
    text-transform: none;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    z-index: 50;
    background-color: yellow;
    } 

.highlight2 { 
    position: absolute;
    border-width: 1px;
    border-style: solid;
    left: 150px;
    bottom: 30px;
    overflow: auto;
    padding: 5px;
    margin-top: 0px;
    height: 80px;
    width: 300px;
    text-transform: none;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    z-index: 50;
    background-color: yellow;
    }

.highlight3 { 
    position: absolute;
    border-width: 1px;
    border-style: solid;
    right: 50px;
    bottom: 140px;
    padding: 5px;
    margin-top: 0px;
    height: 100px;
    width: 100px;
    overflow: auto;
    text-transform: none;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    z-index: 50;
    background-color: yellow;
    }


  .main { 
    position: relative;
    border-width: 1px;
    border-style: solid;
    left: 100px;
    bottom: 0px;
    top: -780px;
    padding: 5px;
    margin-top: 0px;
    overflow: auto;
    height: 768px;
    width: 668px;
    text-transform: none;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    z-index: 50;
    background-color: rgb(255, 255, 255);
    background-position : bottom left;
    background-repeat : no-repeat;
    }

h2 {
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    }