body {
	background: #e9e9e9;
	font: normal 10pt auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #787878;
}

h1, h2, h3{
    color: #7cb801;
}

h1{
    font-size: 13pt;

}

h2{
    font-size: 10pt   
}

#container{
    background-color: #ffffff;
    width: 748px;
    border: solid 1px #7DB901;
    margin: 20px auto 0px auto;
}

#header{
    width: 748px;
    height: 152px;
}

#headerText{
    width: 400px;
    text-align: center;
    position: relative;
    top: -40px;
    left: 300px;
}

#menu{
    margin-top: 20px;
    width: 120px;
    float: left;
}

#comment1, #comment2{
    margin-top: 5px;
    padding: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 8pt;
}

#comment1{
    background-color: #7DB901;
}

#comment2{
    background-color: #8e8e8e;
}

#content{
    width: 598px;
    padding: 10px;
    margin-left: 10px;
    float: right;
}

#menu a{
    padding: 8px;
    display: block;
    width: 104px;
    background-color: #8e8e8e;
    color: White;
    text-decoration: underline;
    border-bottom: dotted 1px white;
}

#menu a:hover{
    background-color: #ffffff;
    color: #8e8e8e;
}

a { color: #7DB901; text-decoration: none; }
a:hover { color: #000000; }