﻿* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Georgia;
	color: #512615;
}

body {
	background-color: #6c1d0e;
	text-align: center;
	min-width: 600px;
}


/*--===== HTML =====--*/

img {
	
	padding: 1px;
	border: 1px solid #7f281d;
	margin-right: 8px;
	margin-bottom: 2px;
}

img.right {
	float: left;
	padding: 1px;
	border: 1px solid #7f281d;
	margin-right: 8px;
	margin-bottom: 2px;
}


img.corner {
	border: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-weight: normal;
	text-align: center;
	color: #7f281d;
	width: 100%;
	border-bottom: 3px double #7f281d;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 16pt;
}

h2 {
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 10px;
	font-variant: small-caps;
}

h3 {
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 15px;
	font-variant: small-caps;
}

h4 {
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 15px;
	font-variant: small-caps;
}

p {
	font-family: Times;
	font-size: 10pt;
	text-indent: 1em;
	margin-bottom: .5em;
	line-height: 11pt;
	text-align: justify;
}

a:link {color: #254d21; text-decoration:none;  font-weight: normal;}
a:visited {color: #254d21; text-decoration: none;  font-weight: normal;}
a:hover {color: #254d21; text-decoration: underline; font-weight: normal;}

/*--===== Classes =====--*/

.caption {
	font-family: Times;
	font-size: 8pt;
	text-indent: 0em;
	margin-bottom: 1em;
	line-height: 9pt;
	color: #263B00;
}

  span.name {
  	font-weight: bold;
  	font-family: Georgia;
  }

.ul2 {
	font-size: 9pt;
	list-style-position: inside;
	list-style-type: circle;
	text-align: left;
	text-indent: 2em;
	display: inline-block;
}

/*--===== IDs =====--*/

#book {
	background-image: url('../elements/book.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 575px;
	margin:20px auto;
	text-align: left;
	z-index: 1;
}

#corners {
	position: absolute;
	width: 800px;
	height: 181px;
	margin-top: 386px;
	z-index: 2;
}

#home {
	float: left;
	margin-left: 52px;
	width: 101px;
	height: 181px;
}

#back {
	
}

#next {
	float: right;
	margin-right: 47px;
	width: 101px;
	height: 181px;
}

#colone {
	position: relative;
	width:280px;
	height: 475px;
	margin-left: 90px;
	margin-top: 30px;
	float: left;
	z-index: 5;
}

#coltwo {
	position: relative;
	width: 280px;
	height: 475px;
	margin-right: 80px;
	margin-top: 30px;
	float: right;
	z-index: 5;
}

