html,
body {
margin:0;
height:100%; /* 100 % height */
}

html>body #wrap {height:100%;} /* 100 % height */

#wrap {
width:65em;
margin:0 auto;
}

#header {
width:64em;
height:70px;
}
html>body #header {
position:fixed;
z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:6em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

#footer {
width:64em;
height:4em;
font-weight:normal;
padding:0; margin:0;
background-color:#FFFFFF;
}

html>body #footer {
position:fixed;
bottom:0;
z-index:10; /* Prevent certain problems with form controls */
}

#footer p{font-size:80%; color:#CC9900; padding:10px 0 15px 20px;}

p{font-size:96%; color: #663300;}

/* Styling to make this demo page look just a little bit better */

body {font:76%/1.5 Verdana, Arial, Helvetica, sans-serif;}


#header {
text-align:center;
padding-top:5px;
padding-bottom:5px;
}

#content-wrap{background-color:#ffffff;}


#logo{
padding-left:15px;
}

#header_right{
text-align:center;
font-size:90%;
padding-left:15px;
}


.essayHead{
font-size:87%;
color:#996600;
margin: 15px 0 0 0;
/* border:1px solid #CC6600; */
padding:8px;
text-align:center;
background-color:#f7f7f7;
}
