/* -----------------------------------
TISH COHEN/ZOE LAMA
Content Page Stylesheet
www.zoelama.com

Author: Michael Borum, etherweave
http://www.etherweave.com

Version: May 2007
-------------------------------------*/

html {
	min-height: 100%;
	height: auto;
	}
	
body.whoiszoe {
	background: #4a9c81 url(../images/bg_whoiszoe.gif) fixed bottom right no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}

body.cast {
	background: #4a9c81 url(../images/bg_cast.gif) fixed bottom right no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body.zoesrules {
	background: #4a9c81 url(../images/bg_zoesrules.gif) fixed bottom right no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body.writetozoe {
	background: #4a9c81 url(../images/bg_writetozoe.gif) fixed bottom right no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body.zoesfavorites {
	background: #4a9c81 url(../images/bg_zoesfavorites.gif) fixed bottom right no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}

body.wheretobuy {
	background: #4a9c81 url(../images/bg_wheretobuy.gif) fixed bottom right no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	overflow: hidden;
	}

#book {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	}

#book img {
	float: left;
	padding: 0 10px 0 0;
	}
	
#book ul {
	font-size: 12px;
	font-weight: bold;
	}

#book ul li {
	line-height: 150%;
	margin: 0;
	padding: 0;
	}

#book ul li a {
	text-decoration: none;
	}

#nav2 {
	background: #4a9c81;
	width: 800px;
	height: 20px;
	margin: 10px auto 0 auto;
	padding: 0 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	}

#nav2 ul li {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	}

#nav2 ul li a {
	text-decoration: none;
	}
	
#footer {
	clear: both;
	font-size: 10px;
	color: #fcf;
	text-align: center;
	margin: 25px 0 0 0;
	padding: 0;
	}

#content {
	width: 400px;
	margin: 0 0 25px 10px;
	padding: 30px 0 0 0;
	font-size: 15px;
	}

#content p {
	margin: 15px 0 0 5px;
	padding: 0;
	}

#book {
	clear: left;
	margin: 15px 0 0 0;
	padding: 0 0 15px 15px;
	}
	
img.jacket {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 0;
	}

ul.cast li {
	margin: 0 0 8px 0;
	}