@CHARSET "UTF-8";



html, body {

	width: 100%;

	height: 100%;

}



body {

	margin: 0;

	padding: 0;

	background: #ffffff url("../images/body_bg2.gif") center 88px no-repeat;

	color: #000000;

	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 14px;

}

@media all and (min-width:0px) {

  html:not(:link) body { /* safari hack */

    font-size: 14px;

  }

}



h1, h2, h3, h4, h5, h6 {

	margin: 0;

	padding: 0;

}



p {

	margin: 0;

	padding: 0;

}



a{

	cursor: pointer;

	text-decoration: none;

}



div.clear {

	clear: both;

	font-size: 0;

	height: 1px;

}





/* maincontainer

 *******************************************************************/

#maincontainer {

	/*margin: 29px 0 0 174px;*/
	margin: 29px auto 0 auto;
	width: 686px;

}





/* header | maincontainer

 *******************************************************************/

.header {

	width: 100%;

	height: 90px;

	border-bottom: 1px dashed #cdcfcf;

}



.header h1 {

	margin-top: 25px;

  float: left;

	color: #c82f29;

	font-size: 21px;

	font-weight: normal;

	letter-spacing: 0.5mm;

}

.header h1 a { color: #c82f29; }



.header p {

	float: right;

	padding: 11px 0 0 0;

	color: #8f8e8e;

}

.header p a { color: #8f8e8e; }





/* container | maincontainer

 *******************************************************************/

.container h1 {

	padding: 24px 0 20px 2px;

	line-height: 38px;

	font-size: 38px;

	font-style: italic;

	font-weight: normal;

  letter-spacing: 0.5mm;

}

@media all and (min-width:0px) {

  html:not(:link) .container h1 { /* safari hack */

    font-size: 38px;

  }

}



.container p {

  margin: 0 0 22px 0;

  line-height: 18px;

}

.container p span { display:block; margin-bottom: 8px; }

.container p.justify {

	text-align: justify;

}



.container p span {

	color: #c82f29;

}


.container p .qtype { color: #000000;font-size:16px; }
.container p .comment {color: #000000;font-size:9px;line-height: 11px; padding-top: 4px; } 

.container p a {

  color: #c82f29;

	text-decoration: underline;

}



.container .quote_wrap {

	position: relative;

  margin: 35px 0 35px 50px;

  width: 561px;

	padding: 17px 0 0 0;

	border-top: 1px dashed #cdcfcf;

	border-bottom: 1px dashed #cdcfcf;

}



.container .quote_wrap p {

  margin: 0 0 17px 0;

	color: #676767;

	font-size: 11px;

	text-align: justify;

}

@media all and (min-width:0px) {

  html:not(:link) .container .quote_wrap p { /* safari hack */

    font-size: 12px;

  }

}



.container .quote_wrap span.quote {

	display: block;

	position: absolute;

	height: 72px;

	color: #9fa1a1;

	font-family: "Times New Roman", Times, serif;

	font-size: 72px;

}



.container .quote_wrap span.quote_top {

  top: -25px;

  left: -45px;

}



.container .quote_wrap span.quote_bottom {

	bottom: -45px;

	_bottom: -55px;

	right: -45px;

}





/* footer | maincontainer

 *******************************************************************/

.footer {

	padding: 17px 0 0 0;

  width: 100%;

  border-top: 1px dashed #cdcfcf;

}



.footer p {

	padding: 0 0 17px 0;

	color: #9e9e9e;

	font-size: 11px;

	text-align: justify;

}

@media all and (min-width:0px) {

  html:not(:link) .footer p { /* safari hack */

    font-size: 12px;

  }

}

#books {
	background: url('../images/books.png') no-repeat 0 0;
	width: 141px;
	height: 841px;
	display: block;
	position: absolute;
	top: 212px;
	left: 0;
	z-index: -1;
}
