html {
}

body {
	width:750px;
	margin:0;
	font-family:"Arial","ＭＳ Ｐゴシック","Osaka", sans-serif ;
	color:#444 ;
	background-color:#eee ;
}

a:link {
	color:#039 ;
}
a:visited {
	color:#936 ;
}
a:hover {
	color:#f60 ;
}
a:active {
	color:#567 ;
}

h1, h2, h3, h4 {
	margin:0;
}

h1 {
	font-family:"Verdana", "Osaka", sans-serif ;
	letter-spacing:0.15em ;
}

h2 {
	font-size:3px ;
	padding:0.4em 0.5em ;
	color:#457 ;
}
h2 a:link,
h2 a:visited {
	text-decoration:none ;
	color:#457 ;
}
h2 a:hover {
	color:#f60 ;
}

/* banner (aka header) bits */
#banner {
	width:750px;
        background: #000 url(http://www.bywaysideway.com/moleskine/banner.jpg) no-repeat;
	padding:5px ;
	color:#568 ;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	color:#fff ;
	background:transparent;
	font-family:Verdana, Osaka, sans-serif;
	font-size:24px ;
	text-decoration:none;
}

/* banner2 (aka header) bits */
#banner2 {
	float:right ;
	text-align:right ;
}


#banner2 a,
#banner2 a:link,
#banner2 a:visited,
#banner2 a:active {
	color:#fff ;
	font-family:Verdana, Osaka, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

#banner2 a:hover {
	font-size:8pt;
	text-decoration:none;
	color:#f60 ;
}


/* description bits */
.description {
	color:#fff;
	font-family:Verdana, Osaka, sans-serif;
	font-size:8pt;
	font-weight:bold;
}

.description p {
	color:#fff;
	line-height:1.8em;
	font-size:9pt;
}

/* content grobal bits */
#content {
	margin:5px;
	padding:0px;
	font-size:9pt;
}

#content a,
#content a:link,
#content a:visited,
#content a:active {
	font-weight:bold;
	text-decoration:none;
	color: #347;
}

/* menu (previous and next entry link) bits */
#listing {
	width:750px;
	margin:5px;
	font-family:Verdana, Osaka, Arial, sans-serif;
	font-size:10px;
}

#listing table{
	margin:2px;
	font-family:Verdana, Osaka, Arial, sans-serif;
	font-size:10px;
}

#listing a,
#listing a:link,
#listing a:visited,
#listing a:active {
	font-weight:bold;
	text-decoration:none;
	color: #347;
}

#listing a:hover {
	text-decoration:none;
	color:#f60 ;
}

tr.CLASSIC,
tr.DIARY,
tr.CAHIER {
	display: none;
}

#footer {
	width:700px;
	margin:0;
	padding:5px;
        font-size:10px;
	font-weight:normal;
	font-family:Verdana, Osaka, Arial, sans-serif;
	color: #888 ;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	font-weight:bold;
	text-decoration:none;
	color: #347;
}

/* photo */
img.photo {
	float: right;
	margin: 2px;
	border: 0;
}

/* amazon */
img.amazon {
	float: left;
	margin: 2px;
	border: 0;
	width: 15%;
	height: 15%;
}


