	<style type="text/css" media="screen,print">
html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:80em;
	margin:0 auto;	
}
#header {
	width:80em;
	height:2em;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
#footer {
	width:80em;
	height:2.5em;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

/* Styling to make this demo page look just a little bit better */
html,
body {
	color:#993300;
	background:#ffcc66;
}
body {font:76%/1.5 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;}
h1,
h2 {
	margin:0.25em 0;
	font:normal 1.5em/1.1 "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-align:center;
	letter-spacing:1px;
}
h5 {
	font-color: white;
	font:normal 1em/1 "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	letter-spacing:1px;
}

p {margin:1em 0;}
.info {
	position:relative;
	padding:0.5em;
	background:#000;
}
a:link,
a:visited {
	color:#993300;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	color:#ffffff;
}
#header {
	color:#111;
	background:#ffcc66
	text-align:center;
	float: top;
}
#footer {
	color:#f00;
	background:ffcc66#
	text-align:center;
}
.floatright { float: right; vertical-align: bottom; }
.floatleft { float: left; vertical-align: top; }
.floatmiddle { float: middle; vertical-align: top; }

.img-shadow {
  float:left;
  background: url(graphics/shadowAlpha.png) no-repeat bottom right !important;
  background: url(graphics/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow-img {
  display: block;
  position: relative;
  background-color: #993300;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 



#content-wrap,
#content {
	background:#ffcc66;
	width:85em;
}

#footer a {color:#000;}
	</style>


