html,
body {
margin:0;
height:100%; /* 100 % height */
}

html>body #wrap {height:100%;} /* 100 % height */

#wrap {
width:65em;
margin:0 auto;
}

#header {
width:63.5em;
height:175px;
border-bottom: 1px solid #CC9966;
margin-left:10px; margin-right:8px;
}
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:5em 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;
border-top: 1px solid #CC9966;
}

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;
/* border:1px solid #CC6600; */
text-align:left;
margin-top:10px; padding: 2px 0 0 10px;
}

.gallery h2{
border:0;
font-weight:normal;
}

.gallery img{float:left; border: 1px solid #cccccc; margin: 0 20px 0 5px; padding:0 }

.gallery li{list-style:none;
margin-left:-25px;
padding:10px;
background-color:#f7f7f7;
min-height:75px; height:auto !important; height:75px;
}

.gallery p{padding:10px 0 0 0; margin:0; font-size:.9em;}

#gallery_search{
/* min-height:35px; height:auto !important; height:35px; */
position:relative;
margin-top:15px;
padding-left:10px;
overflow:hidden;
text-align:left;
}


/* #gallery_search_left{
min-height:35px; height:auto !important; height:35px;
float:left;
width:270px;
overflow:hidden;
}

#gallery_search_right{
min-height:35px; height:auto !important; height:35px;
float:left;
width:400px;
overflow:hidden;
padding:0;
margin:0;
}
*/

#gallery_search_submit{
min-height:25px; height:auto !important; height:25px;
float:left;
width:50px;
overflow:hidden;
padding:10px 10px 0 0; margin:0;
font-weight:bold;
}

#gallery_search h1{ font-size:90%; margin:0 0 16px 0; padding:0;
}

#gallery_search form{
font-size:.9em;
text-align:left;
}

#gallery_search form input{
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-right:2px;
font-size:110%;
}

#gallery_search form select{
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-right:2px;
font-size:100%;
}

#gallery_search form label{
font-weight:normal;
}


#gallery_search .formSubmit{
background-color:#CC9933;
color:#f7f7f7;
font-weight:bold;	
margin-top: 1em;
font-family:Tahoma,Arial,sans-serif;
font-size:90%;
}