body {
	background-color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

p {
	color: #464646;
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
}

h1 {
	font-family: sans-serif,helvetica;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #5b9325;
}

h2 {
	font-family: sans-serif,helvetica;
	font-size: 1.1em;
	font-weight: bold;
	color: #464646;
}


h4 {
	font-size: 1.1em;
	color: #464646;
}


h5 {
	font-size:0.9em;
	color: #464646;
}


a:link {
	color: #464646;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration:none;
}

a:visited {
	color: #464646;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration:none;
}

a:hover {
	color: #539222;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration:none;
}

a:active {
	color: #474747;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration:none;
}


#categoriestable {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 100%;
}

#booktable {
	position: absolute;
	width: 75%;
	left: 220px;
	top: 220px;
}

#synopsis {
	color: #464646;
	line-height: 1.3em;
	font-family: serif;
	font-size: 0.9em;
	position: relative;
	width:70%;
	margin:0 auto;
	text-align: justify;
}

#mugshot {
	/*background-color: #a3a8a3;*/
	background-color: #b4b9b4;
	color: #ffffff;
	-moz-border-radius: 1em;
  	border-radius: 1em;
	width: 180px;
	padding: 10px;
	position: absolute;
	left: 20px;
	top: 220px;
	border:none;
}

#mugshot a:link {
	color: #464646;
	font-weight: bold;
	font-size: 1em;
	text-decoration:none;
}

#mugshot a:visited {
	color: #464646;
	font-weight: bold;
	font-size: 1em;
	text-decoration:none;
}

#mugshot a:hover {
	color: #539222;
	font-weight: bold;
	font-size: 1em;
	text-decoration:none;
}

/*#mugshot a:active {
	color: #474747;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration:none;
}*/

#header {
	width: 100%;
	height: 30px;
	position: absolute;
	background-color: #5b9325;
	left: 0px;
	top: 0px;
}

#footer {
	margin-top: 120px;
	padding: 5px;
	position: relative;
	width: 100%;
	height: 70px;
	background-color: #5b9325;
	bottom: 0px;
}

#text {
	padding: 2em;
	margin-top: 220px;
	margin-left: 220px;
}

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

.catimage {
	border: 0px none;
	width: 150px;
	height: 150px;
}

.categories {
	border: 0px none;
}

.smallandy {
	border: thin groove #ffffff;
}

.admintable {
	margin-left: 200px;
	margin-top:	100px;
	margin-bottom: 50px;
}

.andysays {
	color: #fff;
	text-align: left;
	line-height: 1.3em;
}
