
.book {
	color:#03F;
	text-decoration:none;
}


#container {
	margin:0 0 0 0;
}
#header {
	width:800;
	height:155;
}


#nav_menu {
	background:#E5E1D7;
	height:340;
	padding:10 30 10 8 ;
	text-align:left;
	margin: auto ;
	border:2px solid #666;
	float:left;
}

#content {
	background:#D6D6E6;
	position: absolute;
	width:400;
	top: 60;
	left:170;
	margin: 0 0 0 0;
	text-align:left;
	padding:10;
	border:1px solid #666;
	z-index:3;
}

#quick_links {
	position: absolute;
	top: 170;
	left:600;
	width:200;
	padding:0;
	text-align:left;
	z-index:3;
}

#photo {
	background:url("images/fade.jpg") no-repeat;
	position: absolute;
	top: 0;
	left:500;
	width:300;
	height:300;
	z-index:0;
}
#logo {
	background:url("images/logo.jpg") no-repeat;
	position: absolute;
	top: 12;
	left:175;
	width:400;
	height:42;
	z-index:1;
}


p, h1, h2, h3 {
	font-family:verdana,arial,geneva,sans-serif;
	color:#000;
}

p {
	font-family: verdana,arial,geneva,sans-serif;
	font-size:80%;
	margin: 0 0 8 0 ;
}



#quick_links p, #quick_links a:link, #quick_links a:visited {
	color:#E5E1D7;
}

h1 {
	font-size:110%;
	margin: 0 0 16 0 ;
}

h2 {
	font-size:90%;
	margin: 20 0 8 0 ;
}

h3 {
	font-size:80%;
	margin: 0 0 8 0 ;
}

a:link {
	color:#03F;
	text-decoration:none;
}
a:visited {
	color:#339;
	text-decoration:none;

}
a:hover {
	color:#06F;
	text-decoration:underline;
}

.letter {
	font-family: verdana,arial,geneva,sans-serif;
	font-size:70%;
	margin: 0 0 8 0 ;
}

.quote {  font-style: italic; font-weight: normal; border-color: #666666 black black; border-top-width: 1px; font-size: 85%}
.smalltext { font-family: verdana,arial,geneva,sans-serif; font-size:70%; margin: 0 0 8 0 ; }

