* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	background-color: #ddd;
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: left; /* for IE */
	color: #fff;
	height: 100%;
}

h4 {
}

p {
	margin: 0.3em 0.3em 0.5em 0.3em;
}

code {
	font-size: 115%;
}

a:hover {
	text-decoration: none;
	color: #000099;
}

a:active {
	text-decoration: underline;
	color: #000099;
}

a:visited {
	text-decoration: none;
	color: #000099;
}

a:link {
	text-decoration: underline;
	color: #000099;
}

#headerlogo {
	position: absolute;
	height: 70px;
	width: 980px;
	background-color: #fff;
	z-index: 10;
}

#headermenu {
	position: absolute;
	top: 70px;
	width: 980px;
	display: block;
}

#content {
	position: absolute;
	top: 90px;
	display: block;
	width: 980px;
	background-color: #fff;
	z-index: 0;
}

#footer {
	top: 20px;
	position: relative;
	margin: -20px 0 0 0;
	width: 970px;
	height: 20px;
	padding: 1px 10px 0 0;
	text-align: right;
	background-image: url("http://www.russcochran.com/images/menugradientout.gif");
	background-repeat: repeat-x;
	clear: both;
	z-index: 0;
}

.borderedimage {
	margin: 5px 5px 5px 5px;
	border: 4px solid #aba155;
}

#homebanner {
	margin: 0px 0px 0px 0px;
	left: 2px;
	width: 980px;
	height: 180px;
	background-color: #000;
	clear: both;
	z-index: 0;
}

#featured {
	margin: 5px 5px 5px 5px;
	border: 1px solid #aba255;
	border-top: none;
	width: 700px;
	background-image: url("http://www.russcochran.com/images/menugradientout.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	float: left;
}

#featured p.heading {
	margin-top: 1px;
	margin-left: 10px;
	text-align: left;
	color: #fff;
}

#featured p {
	text-align: center;
	color: #0e0e0e;
}

#news {
	margin: 5px 5px 5px 5px;
	border: 1px solid #aba255;
	border-top: none;
	width: 250px;
	background-image: url("http://www.russcochran.com/new/images/menugradientout.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	float: left;
}

#news p.heading {
	margin: 1px 0px 10px 10px;
	text-align: left;
}

#news p {
	text-align: center;
}

#news ul {
	margin-left: 15px;
	padding: 0px 10px 10px 10px;
	list-style: disc;
}

#news ul li {
	color: #444;
	margin-bottom: 2px;
}

.standard {
	text-align: left;
	padding: 10px 10px 10px 10px;
	color: #0e0e0e;
}
.list {
	list-style: none;
}

.boxleft {
	text-align: left;
	margin: 5px 5px 5px 5px;
	border: 1px solid #aba255;
	border-top: none;
	width: 625px;
	background-color: #fff;
	float: left;
}

.boxright {
	text-align: right;
	margin: 5px 5px 5px 5px;
	border: 1px solid #aba255;
	border-top: none;
	width: 625px;
	background-color: #fff;
	float: left;
}
p.heading {
	margin-top: 1px;
	margin-left: 10px;
	text-align: left;
	color: #fff;
}
#headermenu {
  background-image: url("http://www.russcochran.com/images/menugradientout.gif");
  background-repeat: repeat-x;
  width: 980px;
  height: 20px;
}
#headermenu ul { /* all lists */
	list-style: none;
  height: 20px;
	z-index: 999;
}

#headermenu ul li { /* all list items */
	float: left;
	position: relative;
	z-index: 999;
  padding: 1px 10px 0px 10px;
  height: 20px;
}

#headermenu li ul { /* second-level lists */
	display: none;
	position: absolute;
	width: 100px;
	top: 20px;
	left: 0;
	z-index: 999;

}

#headermenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*	top: auto;
	left: auto; */
	z-index: 999;
}

#headermenu li:hover ul, #headermenu li.over ul { /* lists nested under hovered list items */
	background-color: #fff;
	display: block;
	z-index: 999;
}
#headermenu ul li a {
  text-decoration: none;
  color: #fff;
}
#headermenu ul li ul li a {
  text-decoration: underline;
  color: #fff;
}
.featuredbooks {
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #000;
}