/* CSS Document */

body {
	margin: 0; padding: 0;
	background: #d9dadd url(../images/bg_body.jpg) repeat;
}

/** Structural Divs **/

#page {
	width: 900px;
	margin: 0 auto;
}

#page-inner {
	padding: 0;
}

#header {
	width: 900px;
	height: 415px;
	margin: 0; padding: 0;
	background: url(../images/bg_header.jpg) no-repeat;
}

#logo {
	width: 400px;
	height: 115px;
	margin: 0 0 35px 375px;
}

#title {
	width: 400px;
	margin: 0 0 0 379px;
}

#content {
	width: 900px;
}

#content-inner {
	padding: 0 0 10px 100px;
}

#text-block {
	width: 485px;
	float: left;
	display: inline;
	margin: 0 40px 0 0;
}

#chapter-block {
	width: 275px;
	float: right;
	display: inline;
}

.chapter1, .chapter2, .chapter3, .chapter4 {
	width: 225px;
	height: 240px;
	padding: 25px;
	margin: 0 0 25px 0;
}

.chapter1 {
	background: url(../images/bg_chapter1.jpg) no-repeat;
}

.chapter2 {
	background: url(../images/bg_chapter2.jpg) no-repeat;
}

.chapter3 {
	background: url(../images/bg_chapter3.jpg) no-repeat;
}

.chapter4 {
	background: url(../images/bg_chapter4.jpg) no-repeat;
}

.photo {
	width: 275px;
	height: 300px;
}

.clear {
	clear: both;
}

#footer {
	width: 245px;
	height: 145px;
	margin: 25px 0 0 100px;
}
	



/** Font Styles **/

body {
	font-size: 100%;
	line-height: 1.4em;
	color: #000;
	font-family: arial, sans-serif;
}

h1 {
	font-size: 1.3em;
	margin: 0; padding: 0;
}

h2 {
	font-size: 1em;
	margin: 0; padding: 0;
}

h3 {
	font-size: 0.9em;
	margin: 0 0 3px 0;
	padding: 0;
	color: #000;
}

p {
	font-size: 0.8em;
	line-height: 1.6em;
}

p.first {
	margin: 0;
}

#chapter-block p {
	color: #252525;
	margin: 0;
	line-height: 1.2em;
}

#title p {
	line-height: 1.2em;
}

/** link Stles **/

a, a:visited {
	font-size: 1.1em;
	font-family: "Courier New", Courier, mono;
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #901908;
	text-decoration: none;
	
}
	
a:selected {
	border: none;
}





