/* CSS Document */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	text-align: left;
	}

a:link {
	color: #94121e; 
	text-decoration:none;
	}
	
a:visted {
	color: #94121e; 
	text-decoration:none;
	}
	
a:hover {
	color: #da4b3d; 
	text-decoration: underline;
	}
	
a:active {
	color: #da4b3d; 
	text-decoration:none;
	}

p { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 5px;
	}

/* home & contest attributes (where cover overlaps masthead)*/

#container {  
	margin: 25px 0px 20px 25px;
	width: 706px;
    height: auto;
	}


img {
	display:block; 
	border: none;
	}

.inline {
	display: inline; 
	border:none; 
	padding: 0px; 
	margin: 0px;
	}


 	
/* ------------------ FOOTER -----------------*/

#footer {
	width: 706px;
	margin: 50px 0px 10px 2px;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	}


#footer p {
	font-size: 10px;
	padding: 10px 40px 0px 0px;
	color: #000;
	text-align: left;
	}
	
a:link {
	color: #8e0327; 
	text-decoration:none;
	}
	
a:visted {
	color: #8e0327; 
	text-decoration: none;
	}
	
a:hover {
	color: #6594be; 
	text-decoration: underline;
	}

a:active {
	color: #6594be; 
	text-decoration:none;
	}

#footer a:link, a:visited, a:active { 
	color: #8e0327; 
	text-decoration:none;
	}
	
#footer a:hover{
	color: #6594be; 
	text-decoration: underline;
	}



/* ------------------ TEXT STYLES -----------------*/


h1 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: .05em;
	color: #6594be
	}
	
.booktitle {
	font-style: italic;
	font-weight: bold;
	}
	
.large-header {
	font-size: 24px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: .05em;
	color: #6594be;
	line-height: 1.2;
	}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 1.8;
	color: #494949;
	}
	
.bodytext-center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	color: #494949;
	}
	
.booktitle {
	font-style: italic;
	font-weight: bold;
	}
	
.booktitle-big {
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
	color: #214212;
	}
	
.big-italic {
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
	}

.red-bold {
	color: #8e0327;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	}
	
.coral-bold {
	color: #dd5a5a;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	}
	
	
.brown-bold {
	color: #8c7158;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	}
	
.largetext {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 0.05em;
	}
	
.dkgrn {
	color: #214212;
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	}
	
.blue-caps {
	color: #6594be;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 1.2;
	}
	
	
.booknews-header {
	color: #6594be;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	}
	
	
.coral-caps {
	color: #dd5a5a;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 1.2;
	}
	
.grn-caps {
	color: #66743d;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 1.2;
	}


.small {
	font-size: 10px;
	}

.small-brown {
	font-size: 10px;
	color: #8c7158;
	font-style:  normal;
	}

.tiny {
	color: #57382c;
	font-size: 9px;
	}

.center {
	text-align:center;
	}

.left-margin-text {
	margin-left: 50px;
	padding-left: 50px;
	}


