/* Structural CSS here */

#wrapper {
	width:100%;
}
#main {
	display:table;
	border-collapse:collapse;
	margin-top:30px;
}
#row {
	display:table-row;
}
/* Set a width for side column to stop it 'stretching' beyond the point you want */
#navigation {
	display:table-cell;
	width:12em;
}
/* Don't set a width for the main column & it will expand to fill the window */
#content {
	display:table-cell;
	padding:0 0 0 50px;
}
#header {
	margin:0;
	width:auto;
	height:261px;
	background-color:#FFD773;
}
#footer {
  font-size: 80%;
  margin-top:30px;
  text-align: center;
}

/*Navigation CSS here */

#nav_btn {
	margin:0 40px 30px 40px;
	vertical-align:top;
}

/* Content CSS here */
body {
	margin:0;
	padding:0;
	background-color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#2b0000;
}
img {
	border:none;
}
img.left {
	float:left;
	margin-right:20px;
}
h1 {
	font-size:1.5em;
	line-height:120%;
	padding:1px 0 2px 0;
}
ul.lists {
	list-style:none outside url(images/orangebullet.png);
	line-height:140%;
	font-size:1em;
	margin-top:30px;
}
ul.links {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
	line-height:250%;
}
a:link {
	color: #a0522d;
	text-decoration: underline;
}

a:visited {
	color: #630;
}

a:hover {
	color: #8B4513;
}

  /* Styling for the 'example' box */
.outerbox {
	padding:3px;
	background-color:#E0E0E0;
	font-style:italic;
	height:auto;
}
.innerbox {
	background-image:url(images/gradientback.png);
	background-repeat:repeat-x;
	padding:20px;
}

/* Footer CSS here */
#lizweblink:link, #lizweblink:visited, #lizweblink:active {
color:#2b0000;
font-size:80%;
text-decoration: underline;
text-align:center;
width:100%;
}
#lizweblink:hover, #lizweblink:focus {
color:#663300;
font-weight:normal;
text-decoration:underline;
}