/**
 * Various CSS styles relating to basic page display.
 */
body {
	background: #B47436 url(images/back.gif);
	text-align: center;
}

#container {
	display: block;
	width: 820px;
	background: #52E0F8;
	margin: 0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
}

#page {
	display: block;
	width: 728px;
	background: white;
	margin: 0 45px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
}

#header {
	position: relative;
	width: 728px;
	height: 320px;
	background: white url(images/header.jpg) 0 62px no-repeat;
}

#header .title {
	position: relative;
	left: 0;
	top: 0;
	width: 728px;
	height: 62px;
	background: white url(images/logo.gif) no-repeat;
}

#header .title span {
	display: none;
}

#header .tagline {
	position: absolute;
	left: -46px;
	bottom: 0;
	height: 48px;
	width: 820px;
	background: black url(images/tagline.gif) no-repeat;
}

#header .tagline span {
	display: none;
}

#content {
	font-family: "Verdana", "Trebuchet", "Arial", "Helvetica", sans-serif;
	font-size: 0.8em;
	color: black;
}

#content h1 {
	font-family: "Impact", "Georgia", "Times New Roman", "Times", "Helvetica", serif;
	font-weight: 100;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #EEA200;
}

#content h3 {
	font-family: "Georgia", "Times New Roman", "Times", "Helvetica", serif;
	font-weight: 700;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #F77D10;
	margin-top: 35px;
	border-bottom: 1px dashed #FD7B07;
}

#content a {
	color: #FC1ABB;
	text-decoration: underline;
}

#content .article .title {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #607EAC;
}

#content .article .author {
	font-family: "Georgia", "Book Antiqua", "Palatino Linotype", "Palatino", "Trebuchet MS", "New Century Schoolbook", serif;
	font-size: 10pt;
	font-style: italic;
	color: #4A4A3D;
}

#content .synopsis h2 {
	font-family: "Impact", "Georgia", "Times New Roman", "Times", "Helvetica", serif;
	font-size: 14pt;
	font-weight: 100;
	letter-spacing: 2px;
	font-variant: small-caps;
	color: #DB0487;
}

#content .synopsis p {
	font-family: "Trebuchet", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	color: black;
}

blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	color: #4A4A3D;
	background: url(images/quote-left.gif) 0.4em 0.7em no-repeat;
}

blockquote.quotation div.quotation {
	background: url(images/quote-right.gif) bottom right no-repeat;
}

.imp {
	color: red;
}

.bsThumbs td {
	width: 33%;
	text-align: center;
}
.bsThumbs blockquote {
	text-align: justify;
	padding: 0;
	margin: 1em 15px;
}

.pageLinks {
	text-align: center;
}

#content .details {
	font-size: 0.85em;
}

#content {
	padding: 15px;
}


#footer {
	border-top: 1px solid black;
}

#footer a {
	color: #FC1ABB;
	text-decoration: underline;
}
#footer .contact {
	background: #FFF;
	padding: 15px;
	border-bottom: 1px solid black;
	font-family: "Verdana", "Trebuchet", "Arial", "Helvetica", sans-serif;
	font-size: .8em;
}

#footer .legal {
	padding: 15px;
	font-family: "Verdana", "Trebuchet", "Arial", "Helvetica", sans-serif;
	font-size: .8em;
}