body {
	background-image: url('consider.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: georgia, serif;
	font-size: 11pt;
	color: #111111;
}

a {
	color: #cc3300;
}


a:visited {
	color: #aa3300;
}

a:hover {
	color: #ff0000;
}

.note {
	color: #aa3300;
	letter-spacing: .06em;
	margin: 0;
	text-decoration: bold;
	font-size:  16pt
}

h1, h2, h3, h4, h5, h6 {
	color: #aa3300;
	letter-spacing: .06em;
	margin: 0;
	text-decoration: bold;
}

h1 {
	font-size: 22pt;
}

h2 {
	font-size: 19pt;
}

h3 {
	font-size: 18pt;
}

h4 {
	font-size: 16pt;
}

h5 {
	font-size: 14pt;
}

h6 {
	font-size: 12pt;
}
div#menu {
	position: absolute;
	top: 140px;
	left: 18px;
}

div#menu a,
div#footer p.menu a {
	display: block;
	float: left;
	font-size: 12pt;
	color: #777777;
	margin-right: 10px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #aaaaff;
	margin-bottom: 4px;
}

div#menu a.selected,
div#footer p.menu a.selected {
	border-bottom: 1px solid #0000cc;
	color: #0000cc;
}

div#menu a:hover,
div#footer p.menu a:hover {
	border-bottom: 1px solid #0000aa;
	color: #000000;
}

div#main {
	clear: both;
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
}

img#bookshelf {
	float: left;
	margin-right: 20px;
}


div#content {
	width: 80%;
	padding-left: 30px;
	text-align: justify;
	padding-bottom: 2em;
}

div#content p {
	line-height: 16pt;
}

div#footer {
	padding-left: 125px;
	background-image: url('gradient.png');
	background-repeat: no-repeat;
	position: relative;
	left: 2%;
	padding-bottom: 2em;
	
}

div#footer p {
	color: #777777;
	text-align: left;
	font-size: 12pt;
}

div#footer br {
	clear: both;
}

#button {
	width: 24em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	margin-right: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	background-color: #333333;
	color: #000;
	float: left;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	border-bottom: 1px solid #111111;
	margin: 0;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #222222;
	border-right: 10px solid #333333;
	background-color: #000000;
	color: #ff0000;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #666666;
	border-right: 10px solid #444444;
	background-color: #666666;
	color: #f00;
}
