* {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
body {
	font-size: 62.5%;
	background: #000;	
}
/*
=index
*/
body#index, 
#index #content {
	background-color: #EDCEA8;
}
#index #wrapper {
	background: transparent;
	margin: 0 auto;
}
body#index {
	/*text-align: center; IE 5.5*/
	margin-top: 5px;
	/*background: #EDCEA8 url(../images/bg_gradient02.jpg) repeat-x top;*/
	background: #A58763 url(../images/bg_gradient02.jpg) repeat-x top;
	/*background: #2C241C;*/
}
#index #header {
	position: absolute;
	top: -2000px;
}
#index #content {
	text-align: left; /*IE 5.5*/
	margin: 0 auto;
	width: 887px;
	height: 562px;
	background: url(../images/book_transp.gif) no-repeat;	
}
#index #content div {
	position: relative;
}
#index #content div p {
	position: absolute;
	top: -10000px;
}
#index #content #enter_site {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 887px;
	height: 562px;
}
#index #content #enter_site span {
	position: absolute;
	top: -2000px;
}
#index #footer {
	position: absolute;
	top: -2000px;
}
/*=INTRO*/
body#intro #content ul {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;	
}
/*=WRAPPER*/
#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	background: transparent url(../images/bg_body3.gif) repeat-y;
	margin-bottom: 10px;
}
/*=HEADER*/
#header {
	width: 900px;
	height: 205px;
	background: #000 url(../images/header_b.gif);
}
#header h1,
#header h2 {
	position: absolute;
	top: -9000px;	
}
/*=CONTENT*/
#content {
	margin: 50px;
	font: 1em "MS PMincho", serif;
	color: #985909;
	line-height: 2em;
}
#content h3 {
	text-align: center;
	font-size: 2.1em;
	margin-bottom: 10px;
	color: #963000;
}
#content h4 {
	font-size: 1.7em;
	margin: 20px 0 10px;
	color: #963000;
}
#content p {
	font-size: 1.4em;
	color: #963000;
}
/*=NAV_MAIN*/
#nav_main {
	font-size: 1.3em;
	/*font-weight: bold;*/
	text-align: center;
	margin: 20px 0 0 0px;
}
#nav_main li {
	display: inline;
	margin: 0 10px;
	padding: 10px;
	background: transparent url(../images/bg_button02.gif) repeat-x center;
}
#nav_main li a:link, 
#nav_main li a:visited {
	color: #732C0B;
}
#nav_main li a:hover {
	color: #000;
}
/*=NAV_SEC*/
#nav_sec {
	font-size: 1.4em;
	/*font-weight: bold;*/
	text-align: center;
	margin: 20px 0 0 0px;
}
#nav_sec li {
}
#nav_sec li a:link, 
#nav_sec li a:visited {
	color: #732C0B;
}
#nav_sec li a:hover {
	color: #000;
}
/*

PHORBIDEN PHRASES

*/
ul#phrases {
	margin-top: 10px;	
	font-size: 1.5em;
	list-style: square;
	list-style-position: inside;	
}
ul#phrases li {
	margin-bottom: 5px;
}
ul#phrases li span {
	background: transparent url(../images/bg_button02.gif) repeat-x center;
	margin-bottom: 5px;
	padding: 5px;
}
/*=QUOTES*/
#quotes blockquote {
	margin-top: 14px;
	font-size: 1.5em;	
	color: #732C0B;
}
#quotes blockquote cite {
	display: block;	
	color: #A33802;
	margin-top: 5px;
}
#quotes blockquote p {
	font-size: 1em;
	color: #732C0B;
}
/*=CONTACT*/
div#contact_form {
	width: 460px;
	margin: 60px auto 0;
}
div#contact_form h2 {
	text-align: center;
	font-size: 2.4em;
}
div#contact_form form {
	margin: 2em 0;
}
div#contact_form p {
	position: relative;
	margin: 10px 0 0;
}
div#contact_form label {
	position: absolute;
	/*left: 0;**/
	right: 0;	
	margin-right: 330px;
}
div#contact_form p input,
div#contact_form p textarea {
	margin-left: 150px;
	width: 300px;
}
div#contact_form p span.advice {
	display: block;
	position: absolute;
	left: 0;
	top: 2em;
	width: 140px;
	font-size: .8em;
	line-height: 1em;
}
div#contact_form p.submit_button input {	
	width: 100px;
}
body#contact h4 a {
	color: #4B4B4B;	
	font-size: .8em;
}
body#contact h4 a:link,
body#contact h4 a:visited {
	text-decoration: none;
}
body#contact h4 a:hover {
	text-decoration: underline;
}
div#advices {
	width: 100%;
	margin: 10px 0 0 0;
	border-bottom: 1px #DDA56A solid;	
}
body#contact div#advices ol {
	list-style: none;
	font-size: 1.2em;
	margin: 5px 0 5px 10px;
}
div#advices div.advice {
	border-top: 1px #963000 solid;	
	width: 95%;
	margin: 20px auto;
}
div.advice div.question  {
	font-family: "MS PGothic", sans-serif;
}
div.advice div.answer  {
	width: 90%;
	border-top: 1px #963000 dotted;	
	margin: 20px auto 0;	
}
div.advice div.answer blockquote  {
	margin: 20px 0 0;	
}
div.advice blockquote cite {
	font-size: 1.4em;
	padding: 20px 0 0;
	display: block;
}
/*
*
*
*
*
*/
/*=FOOTER*/
#footer {
	text-align: center;
	font-size: 1.1em;
	height: 65px;
	width: 900px;
	background: #000 url(../images/footer03.gif) no-repeat;
	font-family: Arial, Tahoma, sans-serif;
	color: #985909;
	/*margin: 10px 0 1px 3px;
	margin-bottom: -20px;
	margin-left: 2px;*/
}
#footer p {
	margin: 0 80px;
	padding-top: 10px;
	border-top: 1px #DDA56A solid;	
}

