@charset "utf-8";
/* CSS Document */
body, html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
form {
	display:inline;
}
.tooltipmsg {
	display:none;
	position:absolute;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 157px;
	width: 1024px;
}
#page-body {
	width: 1004px;
	padding: 10px;
	display: table;
}
#footer {
	clear: both;
	position: relative;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height: 20px;
	background: #0054a6;
	margin-top: -20px;
	visibility: hidden;
}
#container {
	height: 100%;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	display: table;
}
#cover-art {
	width: 300px;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
	display: block;
}
#contest-form {
	margin-left: 370px;
	margin-top: 50px;
	margin-right: 10px;
}
.header1 {
	font-size: 18px;
}
.book-title {
	font-size: 24px;
	font-weight: bold;
}
.txtfield {
	font-size: 24px;
}
.header2 {
	font-size: 24px;
	font-weight: bold;
}
.btnfield {
	border: 2px solid #447FC1;
	background-color: #D9DFEF;
	color: #0054A5;
	font-weight: bold;
	font-size: 18px;
}
#confirm {
	font-size: 24px;
	background-color: #FFC;
	padding: 4px;
	border: 2px solid #F90;
}
#content {
	margin-top: 50px;
}
#nav a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;	
}

table.outline {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
		z-index: 5;
}
table.outline th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: black;
	background-color: lightblue;
}
table.outline td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
.txt10 {
	font-size: 10px;
}
#nav {
	width: 100%;
	background-color: #0054A5;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: .5em;
	padding-bottom: 0px;
	padding-left: .5em;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	padding: 6px;
	float: left;
	width: 7em;
	margin-right: 0.5em;
	background: #0054A5;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav a {
	display: block;
	width: 100%;
	text-decoration: none;
}
#nav a:hover {
	background-color: #447FC1;
	text-decoration: none;
}

