/* Layout */

* {
	margin: 0;
	padding: 0;
}

html {
	text-align: center;
	font-size: 62.5%;
	background-color: #C08313;
}

body {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

#container {
	position: relative;
	width: 760px;
	border-right: 2px solid #237bbf;
	background: #fff;
	}

#left {
	position: relative;
	width: 227px;
	float: left;
    background: #fff url('images/sidebar.gif') top left repeat-y;
}

ul#navlist {
	padding: 0 10px;
}

/* #bodycontent {
	position: relative;
	width: auto;
	margin-left: 227px;
	padding: 20px;
	height: auto;
} */

#awards_right {
	position: relative;
	width: 235px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: transparent url(images/golddot.jpg) top left repeat-y;
	float: right;
}

#awards_center {
	relative;
	width: 235px;
	padding-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#finalists_button {
	width: auto;
	height: 20px;
	text-align: center;
	margin-top: 10px;
	clear: both;
}

#footer {
	width: 760px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: scroll;
	clear: both;
}

/* End of Layout / Begin Styling */

h1 {
  font-size: 1.5em;
  color: #237bbf;
}

h1#maintitle {
	margin-bottom: 20px;
}

h1 span.title {
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
  font-size: 1.4em;
}

h2.category {
	font-weight: bold;
    color: #dbbb36;
	}

h3 {
  font-size: 1.3em;
}

dl.winners {
    margin: 10px 0;
}

dl.winners dt {
	font-size: 1.2em;
	margin-top: .8em;
}

dl.winners dd {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #b0a739;
}

span.pub {
	font-style: italic;
    color: #aca553;
}

.winners a:link {
      color: #237bbf}

.winners a:visited {
      color: #2a3963}

.winners a:hover {
      color: #FF0E00}

.winners a:active {
      color: #990000}

ul.booklist {
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
}

ul.booklist li {
	margin: 1.5em 0;
	padding: 0 3px;
	border: 0px solid transparent;
}

/* Navbar Formatting */
ul#navlist {
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
}

ul#navlist li {
	margin: .5em 0;
	padding: 0 3px;
	border: 1px solid transparent;
}

#navlist li a {
	text-decoration: none;
}

ul#navlist ul {
	list-style: none;
	font-size: .8em;
	margin-left: 10px;
	font-style: italic;
}

#navlist a:link, #navlist a:visited, #navlist a:active {
	color: #fff;
	}

#navlist li:focus, #navlist li:hover {
	background-color: #93D3FF;
	border: 1px dotted #fff;
}

#navlist a:focus, #navlist a:hover {
	color: #C08313;
}

li.null a:focus, #navlist li.null a:hover {
	color: #fff;
}

#navlist li.null:focus, #navlist li.null:hover {
	background-color: transparent;
	border-color: transparent;
}

#subnav a:focus, #subnav a:hover {
	color: #C08313;
}

.awards_highlight {
	background-color: #dddddd;
	width: 350px;
	float; right;
	clear: both;
}
