* {
    margin: 0;
    padding: 0;
    
}

body {
    background: #1A4800 url('/~cguldi/assets/templates/unlearn/images/bg_page.gif') repeat-x;
    color: #8C8C73;
    color: #333;
    font-family: "trebuchet ms", helvetica, sans-serif;
    font-size: .85em;
    line-height: 18px;
}

a {
    color: #435332;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 14px;
    text-align: justify;
}


#outer_wrapper {
    background: #fff;
    border: 1px solid #406B02;
    margin: 10px auto;
    position: relative;
    width: 747px;
}

#inner_wrapper {
    padding: 13px 30px 13px 30px;
    position: relative;
    z-index: 2;
}

#header {
    color: #fff;
    height: 92px;
    position: absolute;
    width: 202px;
}
#menu {
    background: #46461F url('/~cguldi/assets/templates/unlearn/images/bg_menu.gif') repeat-x;
    border-top: 1px solid #323204;
    height: 35px;
    margin: 98px 0 20px 0;
    padding: 0 20px 0 5px;
    position: relative;
}


#menu ul li {
    display: inline;
    line-height: 35px;
    padding-left: 3px;
}

#menu ul li.first {
    border-left: 0px;
}

#menu ul li a {
    background-color: transparent;
    background-repeat: repeat-x;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px 8px 12px;
    text-decoration:none;
}

#menu ul li a:hover {
    background: #FFF;
    color: #4A4A24;
    text-decoration: none;
}

#sidebar {
    float: right;
    position: relative;
    width: 180px;
    
}

#sidebar h3 {
    color: #656551;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 0px 0px 10px 10px;
    position: relative;
    top: 4px;
}

#sidebar .content {
    margin-bottom: 20px;
    padding: 0px 10px 0px 10px;
}

#content {
    float: left;
    padding-left: 10px;
    position: relative;
    width: 660px;
}

#content h1 {
    color: #656551;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 0 0 10px 0px;
    position: relative;
    top: 4px;
}

#content .content {
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
}

#content .post .footer {
    border: 5px solid blue;
    height: 64px;
    position: relative;
    top: -10px;
}

#content .post .footer ul {
    bottom: 15px;
    list-style: none;
    position: absolute;
    right: 15px;
}

#content .post .footer ul li {
    background-position: 0px 2px;
    background-repeat: no-repeat;
    display: inline;
    line-height: 14px;
    margin-left: 25px;
    padding-left: 17px;
}

#footer {
    background-color: #476A02;
    clear: both;
    color: #FFF;
    font-size: .8em;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
}


#footer a {
    color: #EEE;
}

/* FORMS */

.required_marker {
    color: #FF0000;
}

.contactform {
    background-color: #EDFBD1;
    border: 1px solid #A6BE77;
    padding: .8em;
}

.contactform fieldset {
    border:none;
}

div.errors {
    background-color: #FFCCCC;
    border: 1px dotted #CC0000;
    margin-bottom: .1em;
    padding: .5em;
}

/* FAQ Styles */

#faq-questions {
    border:1px solid #4e4e29;
    margin:0 0 20px 20px;
    padding:10px;
}

#faq-questions a {
    display:block;
    margin: .5em;
}

#faq-questions .h1 {
    color:#656551;
    font-weight:bold;
    font-size: 120%;
    text-decoration: none;
}

#faq-questions .h2 {
    color:#656551;
    padding:0 0 0 10px;
}

#gototop {
    
    background: #d7e9a9;
    border:1px solid #4e4e29;
    bottom:5px;
    color:#4e4e29;
    display:none;
    font-family:tahoma;
    font-size:11px;
    font-weight:bold;
    height: 22px;
    margin-left: 600px;
    opacity: 1;
    padding: 7px 20px 7px 20px;
    position:fixed;
    text-align:center;
    text-decoration:none;
    top: 10px;
    width:70px;
    z-index: 1000;
}

#gototop:hover	{
    text-decoration:underline;
}


/* CAPTCHA and Tool Tips */

#img_vericode {
    float:left;
    margin: .5em .5em;
    padding:5px 0 0 0 ;
}

#enter_vericode {
    margin-top:.5em;
}