/* do not use padding and aviod using borders, they display incorrectly in IE */

/*This controls:
the color of the text
the color of the background
the horizontal alignment of the content */
body {
	color: #666;
	background: #49271e;
	text-align: center;
	font-family: Arial, sans-serif; 
	letter-spacing: .12 pt
	
}

/*
div {
	border: 1px solid black;
}
/**/

/* Links */
a:link {
color: #49271E;
text-decoration : none; 
}
a:visited {
color: 49271E; 
text-decoration : none; 
}
a:hover {
color: CCCC66; 
text-decoration : none; 
}
a:active {
color: #49271E; 
text-decoration : none; 
}

#container {
	width: 800px;
	height: 617px;
	font-size: 80%;
	position: relative;
	margin: auto;
	margin-bottom: 2px;
	background: url( /images/main_background.gif ) top center no-repeat #fff;
}


.headline {
	height: 99px;
	border-bottom: 2px solid #000;
}
#thumbs {
	float: left;
	height: 500px;
	margin-left: 20px;
	_display: inline;
	width: 150px;
	text-align: left;
	position: relative;
	z-index: 10;
}

#thumbs img {
	margin-left: 6px;
	margin-top: 10px;
	border: none;
}
#thumbs #pagenumbers {
	clear: both;
	text-align: center;
	padding-top: 1em;
}
#copyright {
	height: 27px;
}

/* All the stuff down the right side */
#imagebox {
	position: relative;
	padding-right: 25px;
	margin-top: 20px;
	text-align: right;
}

#largeimage {
}

#details {
	float: left;
	text-align: right;
	width: 150px;

}
#details img {
	border: none;
}

#description {
	height: 80px;
	text-align: left;
	padding: 25px;
}
#description h3 {
	margin: 0px;
}
#description .text {
	float: left;
	width: 420px;
	margin-left: 30px;
	_display: inline;
color: #49271e
}
#description #price {
	font-weight: normal;
	font-size: med;
}
#paypal {
	position: bottom;
	right: 14px;
	top: 0px;
	text-align: right;
}
.links {
	position: relative;
	height: 100px;
}
.links a {
	/* border: 1px solid black; */
	overflow: hidden;
}
.links #illustration {
	position: absolute;
	top: 30px;
	height: 35px;
	left: 320px;
	width: 120px;
}
.links #samples {
	position: absolute;
	top: 30px;
	height: 35px;
	left: 455px;
	width: 85px;
}
.links #shop {
	position: absolute;
	top: 30px;
	height: 35px;
	left: 550px;
	width: 50px;
}
.links #contact {
	position: absolute;
	top: 30px;
	height: 35px;
	left: 610px;
	width: 85px;
}
.links #links {
	position: absolute;
	top: 30px;
	height: 35px;
	left: 715px;
	width: 60px;
}