* {
	margin: 0;
	padding: 0;
	border: 0;
}
a:focus, a:active {
	outline: none;
} 
html, body {
	height:100%;
}
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #373b3e;
	background: #f0ede4 url(../images/background_gradient.gif) repeat-x;
	text-align: center;
}
#container {
	min-height: 100%;
	position: relative;
}
#wrapper {
	margin: 0 auto;
	padding-top: 0;
	font-size: 1em;
	line-height: 150%;
	text-align: left;
}
#wrapper_02 {
	margin: 0 auto;
	width: 941px;
}
#main_content {
	width: 880px;
	margin-left: 30px;
	padding-bottom: 107px;
}
.clearer {
	clear: both;
	height: 1px;
}
h1 {
	height: 31px;
	text-indent: -9999px;
}
p#header {
	margin: 0 auto 31px; 
	width: 941px;
	height: 131px;
	text-indent: -9999px;
	background: url(../images/header_01.jpg) no-repeat;
	display: block;
	clear: both;
	overflow: hidden;
}
ul#nav {
	margin: 10px 0 30px 144px;
	width: 655px;
	text-align: center;
	float: left;
	display: inline;
}
ul#nav li {
	list-style: none;
	float: left;
	height: 26px;
}
ul#nav li a {
	display: block;
	height: 26px;
	text-indent: -9999px;
}
ul#nav li#nav_home a {
	width: 136px;
	background: url(../images/nav_home.gif) no-repeat;
}
ul#nav li#nav_inspiration a {
	width: 208px;
	background: url(../images/nav_inspiration.gif) no-repeat;
}
ul#nav li#nav_order a {
	width: 145px;
	background: url(../images/nav_order.gif) no-repeat;
}
ul#nav li#nav_author a {
	width: 166px;
	background: url(../images/nav_author.gif) no-repeat;
}
ul#nav li#nav_contact a {
	width: 166px;
	background: url(../images/nav_contact.gif) no-repeat;
}
ul#nav li#nav_home a:hover, ul#nav li#nav_inspiration a:hover, ul#nav li#nav_order a:hover, ul#nav li#nav_author a:hover, ul#nav li#nav_contact a:hover {
	background-position: 0 -26px;
}
ul#nav li#nav_home a#over, ul#nav li#nav_inspiration a#over, ul#nav li#nav_order a#over, ul#nav li#nav_author a#over, ul#nav li#nav_contact a#over {
	background-position: 0 -52px;
}
#book_cover {
	float: left;
}
#letter, #portrait {
	float: right;
}
#intro {
	width: 472px;
	height: 408px;
	padding: 30px;
	float: right;
	background: url(../images/background_hometext.gif) no-repeat;
}
#inspiration {
	width: 472px;
	padding: 30px;
	float: left;
	background: #ddd8c5 url(../images/background_hometext.gif) bottom no-repeat;
}
#intro p, #inspiration p {
	margin-bottom: 30px;
}
a.link {
	color: #6f706c;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
p.first_paragraph {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.4em;
}
#inspiration ul {
	margin: -20px 0 30px 15px;
}
p.email_contact {
	margin: 50px 0 50px;
}
#footer {
	position: absolute;
 	bottom: 0;
	left: 0;
	width: 100%;
	height: 97px;
	background: url(../images/footer.gif) repeat-x;
}
#footer ul {
	padding-top: 79px;
	margin: 0 auto;
	font-size: 0.688em;
	width: 880px;
	list-style: none;
	color: #e4dfcc;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul li#copyright {
	float: left;
}
#footer ul li#designer {
	float: right;
}
#footer ul li a {
	color: #e4dfcc;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}


