html {
	height: 100.06%;
}

	/* HTML tags */

	body {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #333;
		background: #fff;
		margin: 0;
		font-size: 62.5%;
	}

		/* Headers */

		h1, h2, h3, h4 {
			line-height: .3em;
			clear: both;
		}
		h1 {
			font-size: 2.4em;
		}
		h2 {
			font-size: 2.1em;
		}
		h3 {
			font-size: 1.8em;
		}
		h4 {
			font-size: 1.5em;
		}
		p, li {
			font-size: 1.4em;
			line-height: 1.25em;
		}
		.author span {
			font-weight: bold;
		}
		form {
			display: inline;
			margin-left: 10px;
		}

			/* Headers links */



		/* Lists */

		ul {
		}

		/* Images */

		img {
			border: 0;
		}

		/* Links */

		a:link, a:visited {
			text-decoration: underline;
		}
		a:active, a:hover {
			text-decoration: none;
		}

		/* Specific */

		.details {
			border-bottom: dashed 1px;
		}
		#wrapper {
			width: 990px;
			margin: 5px auto 0 auto;
		}
		.clearer {
			clear: both;
		}
		.su {
			color: #CA0016;
		}
		.imageleft {
			float: left;
			margin-right: 10px;
		}
		.imageright {
			float: right;
			margin-left: 10px;
		}

			/* Cover */

			#backcover {
				width: 468px;
				height: 500px;
				margin: 0 auto;
				border: solid 1px #ddd;
				padding: 10px;
			}
			
			#cover {
				width: 468px;
				height: 500px;
				margin: 0 auto;
			}
			
			/* Left page */

			#leftpage, #rightpage {
				width: 468px;
				height: 500px;
				border: solid 1px #ddd;
				float: left;
				padding: 10px;
			}
			#leftpage a {
				text-decoration: none;
			}
			#leftpage a:hover {
				text-decoration: underline;
			}
			
			#leftpage h1 {
				text-align: center;
			}
			
			/* Right page */

			#rightpage {
				margin-left: 10px;
			}
			
			/* Pages */

			.pagesleft, .pagesright, .pagescenter {
				width: 468px;
				float: left;
				padding: 7px 10px;
				text-align: center;
				font-size: 1.2em;
				font-weight: bold;
			}
			.pagesleft a, .pagesright a, .pagescenter a {
				margin-left: 6px;
				padding: 0 3px;
				font-size: 1.2em;
				font-weight: bold;
				color: #fff;
				background: #069;
				border: solid 1px #069;
				text-decoration: none;
			}
			.pagesleft a:hover, .pagesright a:hover, .pagescenter a:hover {
				color: #069;
				background: #fff;
				border: solid 1px #069;
			}
			.pagesleft span, .pagesright span, .pagescenter span {
				margin-left: 6px;
				padding: 0 3px;
				font-size: 1.8em;
				font-weight: bold;
				color: #069;
				border: solid 1px #069;
			}
			.pagescenter {
				margin: 0 auto;
				float: none;
			}
			.pagesright {
				margin-left: 10px;
			}
			
		/* Bottom */

		p#toppage {
			margin-top: -5px;
		}
		#footer {
			text-align: center;
			clear: both;
			font-size: 1em;
		}
		#footer hr {
			height: 1px;
			width: 560px;
			border-top: solid 1px #069;
			color: #069;
			margin: 8px auto -5px auto;
		}
		#footer a {
			text-transform: uppercase;
			font-size: 1.2em;
		}
		#footer p {
			height:30px;
			color: #555;
			font-size: 1em;
		}
		a#toppagelink {
			background: url(site.gif) 3px -960px no-repeat;
			padding-top: 29px;
		}
		