* {
margin: 0;
}

html, body {
height: 100%;
font-family:Arial;
font-size:11px;
background-color:#3b362c;
}

.textarea{
border:1px solid #80524c;
background-color:#e7e1c5;
color:#986544;
padding:7px;
width:200px;
height:75px;
}

.textbox{
border:1px solid #80524c;
background-color:#e7e1c5;
color:#986544;
padding:7px;
width:150px;
}

.checkbox{
border:1px solid #80524c;
background-color:#e7e1c5;
color:#986544;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
background-color:#ede8cf;
}

.header{
background:url(images/header-bg.jpg) repeat-x;
height:103px;
}

#logo{
margin:5px 0 0 20px;
position:absolute;
z-index:10;
}

#name{
position:absolute;
margin-left:175px;
}

#address{
font-family:Georgia;
font-size:13px;
font-weight:bold;
margin-left:700px;
margin-top:5px;
position:absolute;
font-style:italic;
text-align:right;
}

.content{
width:900px;
margin:auto;
}

#content-wrapper{
background:url(images/ghost.jpg) repeat-y;
height:554px;
}

#content-left{
position:absolute;
padding-top:10px;
width:480px;
z-index:1;
}

#content-right{
position:absolute;
margin-left:478px;
margin-top:20px;
width:430px;
z-index:5;
}

.footer{
height: 84px;
font-size:14px;
font-style:italic;
text-align:center;
color:white;
padding-top:50px;
background:#3b362c url(images/footer-bg.jpg) repeat-x;
}

.push {
height: 134px; /* .push must be the same height as .footer */
}
