/* $Id: style.css,v 1.2 2004/11/25 03:24:14 chris Exp $ */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: white;
}

#fin {
	position: absolute;
	left: 0px;
}

#logo {
	margin-left: 315px;
	height: 96px;
	width: 327px;
}

#header {
	height: 16px;
	background: #663300;
	min-width: 720px;
}

#background {
	/*background: black;*/
	background: black url(/images/background.gif) repeat-y;
	background-position: 730px 0px;
	min-width: 900px;
}

#contentTop {
	background: url(../images/content-top.gif) no-repeat 300px;
	height: 17px;
	min-width: 720px;
}

#contentContainer {
	margin-left: 300px;
	width: 415px;
	background: #CC9900 url(../images/content-background.gif) no-repeat center;
}
#content {
	min-height: 250px;
	padding: 0px 15px 0px 15px;
}

#moreInfo {
	margin-left: 315px;
}

#contentBottom {
	background: url(../images/content-bottom.gif) no-repeat 300px;
	height: 21px;
	min-width: 720px;
}

#footer {
	background: url(../images/tattoo-background.gif);
	height: 39px;
	min-width: 720px;
}

#navigation {
	margin-left: 300px;
	width: 415px;
	text-align: center;
	font-size: 0.6em;
}
#navigation a {
	color: white;
	text-decoration: none;
	
}
#navigation a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

h1 {
	font-size: 0.9em;
	color: #663300;
	margin-bottom: 4px;
}
p {
	font-size: 0.8em;
	color: white;
	margin: 6px 0px 6px 0px;
}

.minWidthHack {
	width: 720px;
	height: 1px;
}

img.pic {
	margin-left: 5px;
}

#content a {
	color: #663300;
}
#content a:hover {
	color: #CC3300;
}

#etb {
	text-align: center;
	width: 480px;
	margin-left: 270px;
	margin-top: 10px;
}

#etb p {
	margin-top: 10px;
}

#etb a {
	font-size: 80%;
	color: #663300;
}

#bookimages img {
	margin: 1px;
}

#g {
	position: absolute; 
	left: 730px; 
	margin-top: 0px;
}

#g div {
	width: 143px;
	font-size: 0.8em;
	color: #333;
	border: 1px solid #000;
	margin: 5px;
	margin-top: 15px;
}
#g div a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#g div a:hover {
	background-color: #cc9966;
}
#g div span {
	font-size: 0.7em;
}

#tla strong, ul, li {
	font-size: 80%;
	color: #663300;
}
#tla ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tla a {
	font-size: 100%;
}