﻿/*Page Layout*/

html, body, form
{
    height: 100%;
    margin: 0 auto;
}
body
{
    margin: 0 auto;
    padding: 0;
    height: 100%;
    background:#dcdee3;
}

#wrap
{
    min-height: 100%;
    position: relative;
    width: 900px;
    margin: 0px auto;
    background-color:#ffffff;
    border-left:5px solid #b9e628;
    border-right:5px solid #b9e628;
}
* html #wrap
{
    height: 100%;
}
#inner-wrap
{
    padding-bottom: 59px;
}
#inner-wrap:after
{
    content: " ";
    display: block;
    clear: both;
}
* html #inner-wrap
{
    height: 1px;
}

#header
{
	width:900px;
	margin-left:-5px;
	background-color:#ffffff;
	height:116px;
	padding:0px 5px;
}

#header-inner
{
	
}

#content
{
	padding:0px 10px ;
}

.content
{
	border-top:1px solid #bebfc0;
	padding-top:5px;
	padding-bottom:15px;
}

#footer
{
    position: absolute;
    bottom: 0;
    height: 59px;
    width:884px;
	margin-left:-5px;
	background-color:#ffffff;
    padding:0px 13px;	
}

#footer-inner, #footer-inner a, #footer-inner a:visited
{
	padding-top:22px;
	border-top:1px solid #bebfc0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6e6d6d;
	text-align:right;
	text-decoration:none;
}

#footer-inner a:hover
{
	text-decoration:underline;
}
