* {
	margin: 0;
	padding: 0;
}

body {
    background: #fff; /* white */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #111;
}

a {
    text-decoration: none;
    color: #7B8F35;
}
a:hover {
    text-decoration: underline;
    color: #B5DF26;
}

#wrap {
    margin: 20px auto;
    width: 780px;
}

#header {
    height: 110px;
    background: #B1DF27 url(images/header.jpg) no-repeat;
    text-indent:150px;
    font-weight: 600;
}
#header h1 { 
    font-size: 28px;
    letter-spacing: -1px;
    padding: 20px 0 0 20px;
    color: #fff;
}
#header h1 a { 
    color: #fff;
    text-decoration: none;
    #font-weight: 100;
    #letter-spacing: -2px;
}
#header h1 a:hover {
    color: #111;
}
#header h2 {
    font-size: 19px;
    color: #fff;
    padding: 5px 0 0 20px;
    #letter-spacing: -1px;
    font-weight: 100;
}
#header a {
    text-decoration: none;
    color: #D58560; /* #DDDDDD */
}
#header a:hover {
    text-decoration: none;
    color: #111;
}

/* ***** Main content area ***** */
.right {
    float: right;
    width: 560px;
    text-align: justify;
    padding-top: 5px;
}
.right h2 {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0 7px 0;
    color: #7B8F35;
}
.right h2 a {
    text-decoration: none;
}
.right h2 a:hover {
    /* tbd */
}
.right h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0px 0px 0px;
}
.right ul {
    padding: 10px 0 15px 10px;
    list-style-type: square;
    #color: #B1DF27;
    padding-left: 20px;
    font-size: 16px;
}
.right ul li a {
    text-decoration: none;
    font-weight: 600;
}

.left {
    float: left;
    width: 180px;
    padding-top: 10px;
}
.left h2 {
    margin: 10px 0 0 0;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    background: #B1DF27 url(images/menuh2.jpg) no-repeat;
    color: #fff;
    font-size: 13px;
}
.left ul {
    padding: 10px 0 15px 10px;
    list-style-type: square;
    color: #B1DF27;
    padding-left: 30px;
}
.left a:hover {
    color: #fff;
}
.left a {
    color: #fff;
}
.left ul li a {
    text-decoration: none;
    font-weight: 600;
}
.left ul li a:hover {

}

#footer {
    text-align: center;
    font-size: 11px;
    color: #111;
    margin-top: 20px;
    border-top: 1px dotted #111;
}
#footer a {
    color: #7B8F35; 
}