/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	font-size: .75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}


a {
	color:  black;
}


a:visited {
	color: #777;
	text-decoration:none;
}

a:hover{
	color: red;
}

img {
	border: 0px;
}

hr {
	background-color: white;
	border-style: none;
	border-top: 1px solid #000;
}


.header hr {
	background-color: white;
	border-style: none;
	border-top: 1px solid #000;
	margin: 0 0 10px 0;
}

#chaptersList {
	width: 1000px;
}

#platesList {
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;

}

.title{
	background: url(../images/txtbg.gif) repeat;
	text-align: right;
	margin: 0 20px;
	padding: 0 20px;
	line-height: 1.2;
}

.caption{
	background: url(../images/txtbg.gif) repeat;
	text-align: justify;
	white-space: normal;
}

.dominant{
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
															/** MAIN CONTAINERS **/

div#container {
	margin: auto;
	}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			}
			div.content-in-title {
				text-align: center;
				line-height: 2.5;
				letter-spacing: .3em;	
				}
			div.content-in-index {
				text-align: center;
				line-height: 1;
				letter-spacing: .3em;
				}
	div#footer {
			margin: 0 auto;
		}
		div#footer-in {
			padding: 20px;
			margin: 0 auto;
			text-align: center;
			}


div#container-small {
	width: 500px;
	margin: 0 auto;
	}

div#container-plate {
	width: 1000px;
	margin: 0 auto;
	}

div#preload { display: none; }




															/** SUB CONTAINERS **/






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/