*
{
	margin: 0;
}

html, body
{
	height: 100%;
    font-family: 'Ubuntu', sans-serif;
}
.page-wrap

{
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -142px;
}

.page-wrap:after
{
  content: "";
  display: block;
}

.site-footer, .page-wrap:after
{
  /* .push must be the same height as footer */
	height: 142px;
}

.site-footer
{
  background-color: #b0c933;
}

.header-green
{
    background-color: #b0c933;
    width:100%;
    height:46px;
}

.header-logo
{
    width:850px;
    height:198px;
    margin-left: auto ;
    margin-right: auto ;
    text-align:left;
}

h1
{
    color: #b0c933;
    font-size:18px;
    font-weight:300;
    padding-bottom:25px;
}

.content
{
    width:850px;
    font-size:15px;
    line-height:18px;
    margin-left: auto ;
    margin-right: auto ;
    text-align:left;
}

a.footer
{
    color: #fff;
    text-decoration:none;
}

a.footer:hover
{
    color: #fff;
    text-decoration:underline;
}

a.content
{
    color: #000;
    text-decoration:none;
}

a.content:hover
{
    color: #000;
    text-decoration:underline;
}

fieldset
{
    border:0px;
    padding:0px;
    margin:0px;
}

input
{
    width:500px;
}

textarea
{
    width:500px;
    height:150px;
}
